Market Data

List supported currencies

Returns all currencies supported by the platform.

get/currencies

Response

Supported currencies returned successfully.

codestring required

Ticker symbol.

namestring required

Human-readable currency name.

easy_buy_sell_quote_currency'ZAR' | 'USDT'

Quote currency used for easy buy/sell. Present only when easy_buy or easy_sell is true. Omitted otherwise.

Example response

[
  {
    "code": "BTC",
    "name": "Bitcoin",
    "capabilities": {
      "trade": true,
      "deposit": true,
      "withdraw": true,
      "easy_buy": true,
      "easy_sell": true,
      "easy_save": true
    },
    "easy_buy_sell_quote_currency": "ZAR",
    "networks": [
      {
        "code": "BTC",
        "name": "Bitcoin",
        "is_active": true,
        "deposit_enabled": true,
        "withdrawal_enabled": true,
        "min_amount": "0.0001",
        "confirmations": 3,
        "est_confirmation_time": "~30 minutes",
        "address_regex": "^[13][a-km-zA-HJ-NP-Z1-9]{25,34}$|^bc1[a-z0-9]{6,87}$",
        "deposit_fee": {
          "flat": "0.0001",
          "min_fee": "0.0001"
        },
        "withdrawal_fee": {
          "flat": "0.0001",
          "min_fee": "0.0001"
        }
      }
    ]
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.