List of available currencies for verified client

GET https://exchange-core.whitebird.io/api/v1/sdk/exchange/currency/client

Request headers

NameTypeRequiredDescription
x-sdk-tokenStringYesLinked client security key

Response

[
  {
    "crypto": true,
    "currency": "BTC"
  }
]

Example request

curl -X GET 'https://exchange-core.whitebird.io/api/v1/sdk/exchange/currency/client' \
  -H 'Content-Type: application/json' \