Returns all currencies supported by the platform, including fiat, stablecoin, and cryptocurrency.
cURL
curl --request GET \ --url https://api.antonpayments.com/v1/currencies \ --header 'Authorization: Bearer <token>'
{ "data": [ { "code": "USD", "name": "US Dollar", "decimals": 2, "symbol": "$", "type": "fiat" } ] }
Merchant API key: ak_live_* (production) or ak_test_* (sandbox).
ak_live_*
ak_test_*
List of supported currencies.
Show child attributes