v3

latestOpenAPI 3.0.02026-07-311784111.3 MB
Market Data
Public

Retrieves all cryptocurrencies supported by the Deribit API. Returns a list of available currencies with their codes and basic information.

This method takes no parameters and is useful for discovering which currencies are available for trading on the platform.

Try in API console

get/public/get_currencies

Response

Success response

jsonrpc'2.0' required

The JSON-RPC version (2.0)

idinteger

The id that was sent in the request

Example response

{
  "result": [
    {
      "withdrawal_fee": 0.0001,
      "min_withdrawal_fee": 0.0001,
      "currency": "BTC",
      "currency_long": "Bitcoin",
      "min_confirmations": 2,
      "network_fee": 0.0001,
      "network_currency": "BTC",
      "decimals": 6,
      "currency_uuid": "5b71fc48-3dd3-540c-809b-f8c94d0e68b5"
    }
  ]
}