Information

Provides availability details for Spot market trade data across supported exchanges, including trading pairs, data coverage start and end times, and exchange-specific information.

RESPONSE DATA

Fields and paths are relative to the top-level payload field i.e. metadata.next is equivalent to payload.metadata.next.

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_usdt".
payload.data[{index}].startDatenumberThe timestamp in milliseconds indicating when trade 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.
Language
Credentials
Header
Click Try It! to start a request and see the response here!