latestOpenAPI 3.0.32026-08-106722.8 KB
7579ec027be7
Eligibility
Get currencies
Returns an array of all currencies enabled on your account. Contact your account executive to customise your account settings.
get/v1/currencies
Response
List of fiat and crypto currencies available for trading.
Example response
[
{
"type": "FIAT",
"name": "US Dollar",
"code": "USD",
"precision": 2,
"minBuyAmount": "20.00",
"maxBuyAmount": "1200.00",
"network": "BTC",
"allowedUSStates": [
"AL",
"CT"
]
}
]