Currency
curl --request GET \
--url 'https://{{baseUrl}}/classifier/currency' \
--header 'Authorization: Bearer <token>'[
{
"code": "AAVE",
"title": "Aave",
"isCrypto": true,
"businessUnit": "sandbox"
},
{
"code": "ADA",
"title": "Cardano",
"isCrypto": true,
"businessUnit": "sandbox"
}
]Classifiers
Currency
GET
/
classifier
/
currency
Currency
curl --request GET \
--url 'https://{{baseUrl}}/classifier/currency' \
--header 'Authorization: Bearer <token>'[
{
"code": "AAVE",
"title": "Aave",
"isCrypto": true,
"businessUnit": "sandbox"
},
{
"code": "ADA",
"title": "Cardano",
"isCrypto": true,
"businessUnit": "sandbox"
}
]Documentation Index
Fetch the complete documentation index at: https://api.amlyze.com/llms.txt
Use this file to discover all available pages before exploring further.
⌘I