GET
https://exchange-core.whitebird.io/api/v1/sdk/exchange/currency/client
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
| x-sdk-token | String | Yes | Linked 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' \