Currencies

GET https://api.sandbox.coindirect.com/api/currency/fiat

Retrieves the list of supported fiat currencies.

Query Parameters

NameTypeDescription

max

number

Max number of results e.g. 500

Headers

NameTypeDescription

Authorization

string

HAWK Token. See Authentication page

[
  {
    "code": "AED",
    "depositFee": 0,
    "fiat": true,
    "icon": null,
    "id": 107,
    "name": "United Arab Emirates Dirham",
    "options": {},
    "pricePrecision": 2,
    "protocols": [],
    "quantityPrecision": 2,
    "supportsDeposits": false,
    "supportsWithdrawals": true,
    "withdrawalFee": 0,
    "withdrawalParameters": []
  }
]

Last updated