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

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
limitintegeroptional

Max rows returned. Defaults to your tier row limit, which is also the ceiling: see Tiers and Limits.

e.g.500

Response Schema

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

FieldTypeTierDescription
coinstringcoreUnderlying asset: BTC, ETH, SOL, XRP, AVAX, TRX.
instrument_idstringcorePrimary key. The instrument name itself, e.g. BTC-PERPETUAL or BTC-28MAR26.
contract_typestringcoreFUTURES (dated expiry) or PERPETUALS (no expiry, funding rate).
expiration_timestampdatetimecoreExpiry in UTC, ISO 8601. NULL for perpetuals.
is_activebooleancoreTrue if the instrument is currently listed.
settlement_periodstringcoreSettlement frequency: day, week, month, perpetual.
contract_sizefloatcoreSize of one contract. Needed for USD notional calculations.
quote_currencystringcoreQuote currency, e.g. USD.
tick_sizefloatcoreMinimum price increment.
min_trade_amountfloatcoreMinimum tradeable quantity per order.
max_leverageintegercoreMaximum leverage allowed by Deribit for this instrument.
maker_commissionfloatcoreMaker fee rate (e.g. 0.0001 = 0.01 pct).
taker_commissionfloatcoreTaker fee rate.
instrument_typestringcoreInstrument classification as reported by Deribit.
future_typestringcoreFuture subtype as reported by Deribit.
price_indexstringcorePrice index used for settlement, e.g. btc_usd.
settlement_currencystringcoreCurrency used for settlement, e.g. BTC.
creation_timestampdatetimecoreWhen Deribit listed this instrument, UTC.
block_trade_commissionfloatalphaBlock trade facility fee rate. Relevant for institutional OTC execution.