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:
currency filters by the base currency of the instrument’s currency pair (case-insensitive match).kind filters by instrument type (case-insensitive match against the kind value enum).expired = true returns only instruments whose expiration_timestamp is in the past; expired = false returns only non-expired instruments. Omit the parameter to get both.Documentation Index
Fetch the complete documentation index at: https://docs.deribit.com/llms.txt
Use this file to discover all available pages before exploring further.
Filter by the base currency of the instrument's currency pair (e.g. BTC, ETH, AVAX). Case-insensitive.
Filter by instrument kind. Case-insensitive.
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.