v2
OpenAPI 3.0.02026-07-311824171.4 MBMarket 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.
get/public/get_currencies
Response
Success response
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"
}
]
}