get https://api.amberdata.com/market/options/order-book-snapshots/information
Provides availability details for options order book snapshots, including contract symbols, underlying assets, and data coverage periods across supported exchanges to support historical market depth analysis.
RESPONSE DATA
Field | Type | Description |
---|---|---|
payload.metadata.next | string | Pagination |
payload.data[index].exchange | string | The name of the exchange. |
payload.data[index].instrument | object | The name of the supported instrument(s) for the exchange. |
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 ). |
payload.data[index].underlying | string | The underlying instrument. |