get https://api.amberdata.com/markets/spot/ohlcv/information
Provides availability details for Spot market OHLCV (Open, High, Low, Close, Volume) data across supported exchanges, including trading pairs and data coverage periods.
RESPONSE DATA (click to expand)
JSON Field/Path | Field Type | Description |
---|---|---|
payload.metadata.next | string | The URL for the next page of results, if there are more results to fetch. It is a paginated cursor that allows the client to retrieve subsequent data. |
payload.metadata.api-version | string | The version of the API being used, indicated as a date string in the format YYYY-MM-DD. |
payload.data[{index}].address | string | The blockchain address associated with the instrument, typically representing a token contract address. Can be null if not applicable. |
payload.data[{index}].exchange | string | The name of the exchange where the data originates, such as "binance". |
payload.data[{index}].instrument | string | The trading pair or instrument identifier, such as "1000sats_fdusd". |
payload.data[{index}].startDate | number | The timestamp in milliseconds indicating when OHLCV data collection for the specified instrument began. |
payload.data[{index}].endDate | number | The timestamp in milliseconds indicating the most recent data point collected for the specified instrument. |