Reference
What is this endpoint for?
This endpoint provides details of the contracts, including base asset, quote asset, contract size, contract size unit, listing_timestamp, expiry, strike price, and underlying index.
Endpoint
Parameters
Parameter | Required | Description | Example |
---|---|---|---|
| Yes | Should be one of the exchanges currently supported |
|
| Yes |
|
|
| No |
| |
| No | For finding the instruments with the certain base asset |
|
| No | For finding the instruments with the certain quote asset |
|
| No |
|
|
| No |
|
|
| No |
|
|
| No |
|
|
| No |
|
|
| No | Number of snapshots to return data for. (default: 1000, min: 1, max: 1000). See Pagination |
|
Fields
Field | Description | Example |
---|---|---|
| The exchange where the specified instrument is being traded |
|
| Shows wether the specified instrument is |
|
| The specified instrument |
|
| The base asset of the instrument |
|
| The unit in which the instrument is quoted |
|
| Size of the contract |
|
| Unit in which contract is denominated |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Request examples
Response example
Searching for contracts
You can get a list of all the futures or options that can be traded between two specific times by using the start_time
and end_time
settings. For instance, if you're interested in all the futures or options that can be traded between October 1, 2022, and October 2, 2022, you would set start_time as 2022-10-01T00:00:00.000Z
and end_time as 2022-10-03T00:00:00.000Z
. If you want to find futures or options that were traded at a specific time, simply use the same time for both start_time
and end_time
. If you only provide one of the start_time
or end_time
, the other one will be automatically determined as shown in the table below.
start_time (ISO 8601) | end_time (ISO 8601) | Description |
---|---|---|
Given | Given |
|
Given | Not given |
|
Not given | Given |
|
Not given | Not given | all the instruments will be shown regardless of dates |
Last updated