List Instruments
REST API
List Instruments
Returns the list of tradeable instruments, optionally filtered by base currency, instrument kind, and expiration status. This endpoint is public — no authentication is required.
Filter semantics:
currencyfilters by the base currency of the instrument’s currency pair (case-insensitive match).kindfilters by instrument type (case-insensitive match against thekindvalue enum).expired = truereturns only instruments whoseexpiration_timestampis in the past;expired = falsereturns only non-expired instruments. Omit the parameter to get both.
List Instruments
Documentation Index
Fetch the complete documentation index at: https://deribit-starbase.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Filter by the base currency of the instrument's currency pair (e.g. BTC, ETH, AVAX). Case-insensitive.
Filter by instrument kind. Case-insensitive.
Available options:
perp_future, option, spot, future_combo, option_combo, dated_future When true, return only expired instruments. When false, return only currently-active (non-expired) instruments. Omit to return both.