Skip to main content
List Instruments

Query Parameters

currency
string

Filter by the base currency of the instrument's currency pair (e.g. BTC, ETH, AVAX). Case-insensitive.

kind
enum<string>

Filter by instrument kind. Case-insensitive.

Available options:
perp_future,
option,
spot,
future_combo,
option_combo,
dated_future
expired
boolean

When true, return only expired instruments. When false, return only currently-active (non-expired) instruments. Omit to return both.

Response

List of instruments matching the supplied filters.

jsonrpc
enum<string>
required

The JSON-RPC version (2.0)

Available options:
2.0
result
object[]
required

Array of instruments matching the supplied filters. May be empty.

id
integer

The id that was sent in the request