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

Instruments

List futures instruments

Returns Deribit futures and perpetual swap instruments with optional filtering. Results are ordered by coin, contract type, expiry.

GET/v1/instruments/futuresproalpha

Query Parameters

coinstringoptional

Filter by underlying asset.

e.g.BTCETHSOLXRP
contract_typestringoptional

Filter by contract type.

e.g.FUTURESPERPETUALS
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
coinstringproUnderlying asset: BTC, ETH, SOL, XRP, AVAX, TRX.
instrument_idstringproPrimary key. The instrument name itself, e.g. BTC-PERPETUAL or BTC-28MAR26.
contract_typestringproFUTURES (dated expiry) or PERPETUALS (no expiry, funding rate).
expiration_timestampdatetimeproExpiry in UTC, ISO 8601. NULL for perpetuals.
is_activebooleanproTrue if the instrument is currently listed.
settlement_periodstringproSettlement frequency: day, week, month, perpetual.
contract_sizefloatproSize of one contract. Needed for USD notional calculations.
quote_currencystringproQuote currency, e.g. USD.
tick_sizefloatproMinimum price increment.
min_trade_amountfloatproMinimum tradeable quantity per order.
max_leverageintegerproMaximum leverage allowed by Deribit for this instrument.
maker_commissionfloatproMaker fee rate (e.g. 0.0001 = 0.01 pct).
taker_commissionfloatproTaker fee rate.
instrument_typestringproInstrument classification as reported by Deribit.
future_typestringproFuture subtype as reported by Deribit.
price_indexstringproPrice index used for settlement, e.g. btc_usd.
settlement_currencystringproCurrency used for settlement, e.g. BTC.
creation_timestampdatetimeproWhen Deribit listed this instrument, UTC.
block_trade_commissionfloatalphaBlock trade facility fee rate. Relevant for institutional OTC execution.