GET
https://exchange-core.whitebird.io/api/v1/sdk/exchange/currency/currencyPair/client
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
| x-sdk-token | String | Yes | Linked client security key |
Response
[
{
"fromCurrency": "BTC",
"toCurrency": "USD"
},
{
"fromCurrency": "USD",
"toCurrency": "BTC"
}
]
Example request
curl -X GET 'https://exchange-core.whitebird.io/api/v1/sdk/exchange/currency/currencyPair/client' \
-H 'Content-Type: application/json' \