Skip to main content
GET
Get instruments

Query Parameters

contractType
enum<string>[]

Contract type(s) to return statuses for.

By default, includes all futures instrument types.

Multi-value example: ?contractType=futures_inverse&contractType=futures_vanilla

Available options:
futures_inverse,
futures_vanilla,
flexible_futures,
options,
all
expired
boolean
default:false

If true, return only expired instruments

Defaults to false, in which case only non-expired instruments are returned

Response

200 - application/json
instruments
object[]
required

A list containing structures for each available instrument. The list is in no particular order.

result
enum<string>
required
Available options:
success
Example:

"success"

serverTime
string<date-time>
required

Server time in Coordinated Universal Time (UTC)

Example:

"2020-08-27T17:03:33.196Z"