get https://api.amberdata.com/markets/options/ohlcv/information
Provides availability details for OHLCV (Open, High, Low, Close, Volume) data on options contracts across supported exchanges, including contract symbols, underlying assets, and data coverage periods.
RESPONSE DATA(click to expand)
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 name of the underlying. |
payload.data[index].startDate | `number \ | string` |
payload.data[index].endDate | `number \ | string` |
payload.data[index].active | boolean | False if the instrument is no longer active (only available when includeInactive=true ). |