get https://web3api.io/api/v2/market/spot/ohlcv//latest
Retrieves the latest open-high-low-close for the specified pair.
Response Data
Field | Type | Description |
---|---|---|
[EXCHANGE] | object | The name of the exchange, as specified by the filter provided or representing the supported exchanges for this pair. |
timestamp | string | The timestamp associated with this record in UTC. |
open | number | The starting result of the time unit's price action. |
high | number | The highest point of the time unit's price action |
low | number | The lowest point of the time unit's price action |
close | number | The ending result of the time unit's price action |
volume | number | The volume traded in within the time period. |