Skip to main content
GET
/
v1
/
currencies
List supported currencies
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Merchant API key: ak_live_* (production) or ak_test_* (sandbox).

Response

List of supported currencies.

data
object[]
required