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/spotcoreproalpha

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
limitintegeroptional

Max rows returned. Defaults to your tier row limit, which is also the ceiling: see Tiers and Limits. The full spot catalogue is 19 rows, so this rarely binds.

e.g.50

Response Schema

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

FieldTypeTierDescription
base_currencystringcoreBase asset of the pair, e.g. BTC.
instrument_idstringcorePrimary key. The trading pair name, e.g. BTC_USDC.
quote_currencystringcoreQuote asset of the pair, e.g. USDC.
is_activebooleancoreTrue if the pair is currently listed for trading.
contract_sizefloatcoreSize of one contract in base currency.
tick_sizefloatcoreMinimum price increment.
min_trade_amountfloatcoreMinimum tradeable quantity per order.
instrument_typestringcoreInstrument classification as reported by Deribit.
maker_commissionfloatcoreMaker fee rate (e.g. 0.001 = 0.1 pct).
taker_commissionfloatcoreTaker fee rate.
price_indexstringcorePrice index reference, e.g. btc_usd.
creation_timestampdatetimecoreWhen Deribit listed this pair, UTC.
block_trade_commissionfloatalphaBlock trade facility fee rate. Relevant for institutional OTC execution.