Pairs

Retrieves information about supported exchange-pairs for these types of data:
• ohlcv (open-high-low-close-volume)
• order book snapshot
• order book event
• ticker
• trade

❗️

Deprecation Notice

This endpoint is now considered a legacy version and will be deprecated on September 30, 2024. We strongly encourage all users to migrate to the new version of this endpoint for improved performance, enhanced features, and better support. The new version can be found here.

We recommend updating your applications at the earliest convenience to ensure uninterrupted service and access to the latest functionalities.

For any questions or assistance during migration, please contact our support team at [email protected].

RESPONSE DATA
FieldTypeDescription
payload.metadata.nextstringPagination
payload.data.{pair}objectPair object, contains information about the pair.
payload.data.{pair}.{exchange}objectExchange object, contains a list of pairs supported by the exchange.
payload.data.{pair}.{exchange}.{feature}objectFeature object, contains information about this feature.
payload.data.{pair}.{exchange}.{feature}.startDatestringFirst available data point. If startDateis equal to null, this likely means the pair has been detected on the exchange, but trading has not yet begun.
payload.data.{pair}.{exchange}.{feature}.endDatestringLast available data point. If endDateis equal to null, this likely means the pair has been detected on the exchange, but trading has not yet begun.
Language
Credentials
Header
Click Try It! to start a request and see the response here!