Skip to main content
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"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

A list of currency classifiers.

code
string
title
string
isCrypto
boolean
businessUnit
string