CayøLargo
← Back to siteAPI ReferencePricingChangelog
v1.0Swagger ↗

Instruments

List spot instruments

Returns Deribit spot trading pair instruments with optional filtering. Not all coins with options have spot pairs: XRP, TRX, AVAX have options but no spot trading on Deribit.

GET/v1/instruments/spotproalpha

Query Parameters

coinstringoptional

Filter by base currency (maps to base_currency column).

e.g.BTCETHSOL
is_activebooleanoptional

Filter by active listing status.

e.g.truefalse

Response Schema

Fields marked pro require a Pro subscription. Fields marked alpha require Alpha.

FieldTypeTierDescription
base_currencystringproBase asset of the pair, e.g. BTC.
instrument_idstringproPrimary key. The trading pair name, e.g. BTC_USDC.
quote_currencystringproQuote asset of the pair, e.g. USDC.
is_activebooleanproTrue if the pair is currently listed for trading.
contract_sizefloatproSize of one contract in base currency.
tick_sizefloatproMinimum price increment.
min_trade_amountfloatproMinimum tradeable quantity per order.
instrument_typestringproInstrument classification as reported by Deribit.
maker_commissionfloatproMaker fee rate (e.g. 0.001 = 0.1 pct).
taker_commissionfloatproTaker fee rate.
price_indexstringproPrice index reference, e.g. btc_usd.
creation_timestampdatetimeproWhen Deribit listed this pair, UTC.
block_trade_commissionfloatalphaBlock trade facility fee rate. Relevant for institutional OTC execution.