GET
https://exchange-core.whitebird.io/api/v1/sdk/exchange/currency
Response
[
{
"crypto": true,
"currency": "BTC"
}
]
Example request
curl -X GET 'https://exchange-core.whitebird.io/api/v1/sdk/exchange/currency' \
-H 'Content-Type: application/json' \