get https://web3api.io/api/v2/market/options/tickers//historical
Retrieves the historical time series tickers for the specified instrument and exchange(s).
Time Range Limit
The maximum time range (difference between startDate and endDate) is 1 hour.
Not specifying startDate and endDate
If the startDate and endDate query parameters are not provided, the API will return the data from the previous hour.
RESPONSE DATA
Field | Type | Description |
---|---|---|
metadata | object | The metadata associated with the data. |
metadata.startDate | `number | string` |
metadata.endDate | `number | string` |
data | array | The tickers data |
data.exchange | string | The name of the exchange. |
data.timestamp | number or string | The timestamp. |
data.bid | `number | null` |
data.ask | `number | null` |
data.mid | `number | null` |
data.last | `number | null` |
data.baseVolume | `number | null` |
data.quoteVolume | `number | null` |
data.bidVolume | `number | null` |
data.askVolume | `number | null` |
data.sequence | `number | null` |
data.metadata | `object | null` |
data.underlyingPrice | `string | null` |
data.underlyingIndex | `string | null` |
data.stats | `object | null` |
data.stats.high | `number | null` |
data.stats.low | `number | null` |
data.stats.volume | `number | null` |
data.stats.price_change | `number | null` |
data.state | `string | null` |
data.settlementPrice | `number | null` |
data.openInterest | `number | null` |
data.minPrice | `number | null` |
data.maxPrice | `number | null` |
data.markPrice | `number | null` |
data.markIv | `number | null` |
data.interestRate | `number | null` |
data.indexPrice | `number | null` |
data.greeks | `object | null` |
data.greeks.delta | `number | null` |
data.greeks.gamma | `number | null` |
data.greeks.rho | `number | null` |
data.greeks.theta | `number | null` |
data.greeks.vega | `number | null` |
data.estimatedDeliveryPrice | `number | null` |
data.bidIv | `number | null` |
data.askIv | `number | null` |