get https://api.amberdata.com/markets/options/tickers/information
Provides details about available options tickers on various exchanges, including essential information about each options contract's underlying asset, trading period, and contract type.
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 underlying asset for the instrument. |
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 ). |