get https://api.amberdata.com/markets/options/exchanges/information
Provides metadata for available options contracts on supported exchanges, including exchange names, contract symbols, and data types (Order Book Events, Ticker, Trades, etc.) with associated data coverage periods.
RESPONSE DATA (click to expand)
Field | Type | Description |
---|---|---|
payload.metadata.next | string | Pagination |
payload.data.{exchange} | object | Exchange object, contains a list of pairs supported by the exchange. |
payload.data.{exchange}.{instrument} | object | Instrument object, contains information about the instrument. |
payload.data.{exchange}.{pair}.{feature} | object | Feature object, contains information about this feature. |
payload.data.{exchange}.{pair}.{feature}.startDate | number | string | First available data point. |
payload.data.{exchange}.{pair}.{feature}.endDate | number | string | Last available data point. |
payload.data.{exchange}.{pair}.{feature}.active | boolean | False if the instrument is no longer active (only available when includeInactive=true ). |