get https://api.amberdata.com/markets/options/trades/information
Retrieves the list of all the available exchanges, supported instruments and time range availability.
Important Update
The old endpoint
https://api.amberdata.com/market/options/trades/information
has been updated tohttps://api.amberdata.com/markets/options/trades/information
. The old endpoint will be deprecated on 2024-10-31. Please update your integrations accordingly.See changes here
- Endpoint URL Change:
- Old:
https://api.amberdata.com/market/options/trades/information
- New:
https://api.amberdata.com/markets/options/trades/information
- Metadata Changes:
- New field
api-version
introduced in the metadata object.- Other
includeDates
parameter is no longer supported as dates are always returned.- Include the
Accept-Encoding:
header in your API requests to take advantage of compressed responses.
RESPONSE DATA
Field | Type | Description |
---|---|---|
payload.metadata.next | string | Pagination |
payload.data[index].exchange | string | The name of the exchange. |
payload.data[index].instrument | string | The name of the instrument. |
payload.data[index].underlying | string | The underlying asset for the instrument. |
payload.data[index].startDate | number | string | The first date/time for which data is available. |
payload.data[index].endDate | number | string | The last date/time for which data is available. |
payload.data[index].active | boolean | False if the instrument is no longer active (only available when includeInactive=true ). |