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(click to expand)
JSON Field/PathValue TypeDescription
payload.metadata.nextstringThe 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-versionstringThe version of the API being used, indicated as a date string in the format YYYY-MM-DD.
payload.data[{index}].addressstringThe blockchain address associated with the instrument, typically representing a token contract address. Can be null if not applicable.
payload.data[{index}].exchangestringThe name of the exchange where the data originates, such as "binance".
payload.data[{index}].instrumentstringThe trading pair or instrument identifier, such as "btc_usd".
payload.data[{index}].startDatenumberThe timestamp in milliseconds indicating when ticker data collection for the specified instrument began.
payload.data[{index}].endDatenumberThe timestamp in milliseconds indicating the most recent data point collected for the specified instrument.
Query Params
string

[Optional] The exchange(s) for which to retrieve the most current data (comma separated).
[Default] All available exchanges.

string

Only return data for the given pair.

boolean
Defaults to false

[Optional] If true, endpoint returns all instruments, including delisted ones.

string
Defaults to hr

[Optional] Time format of the timestamps in the response.

Headers
string
Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json