get https://web3api.io/api/v2/market/options/ohlcv//latest
Retrieves the latest Open High Low Close Volume data for the specified instrument. Note: Block trades are included in the calculation of OHCLV for Deribit.
RESPONSE DATA
Field | Type | Description |
---|---|---|
exchange | string | The name of the exchange. |
timestamp | number | string | The time at which the event occurred. |
open | number | The value when the bar/time interval started. |
high | number | The highest value within the bar/time interval. |
low | number | The lowest value within the bar/time interval. |
close | number | The value when the bar/time interval closed. |
volume | number | The volume within the bar/time interval. |