get https://api.amberdata.com/markets/spot/tickers/information
Provides availability details for Spot market ticker data across supported exchanges, including trading pairs, data coverage start and end times, and exchange-specific information.
RESPONSE DATA
JSON Field/Path | Value 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 "btc_usd". |
payload.data[{index}].startDate | number | The timestamp in milliseconds indicating when ticker 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. |