get https://api.amberdata.com/market/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
Field | Type | Description |
---|---|---|
payload.metadata.next | string | Pagination |
payload.data.{pair} | object | Pair object, contains information about the pair. |
payload.data.{pair}.{exchange} | object | Exchange object, contains a list of pairs supported by the exchange. |
payload.data.{pair}.{exchange}.{feature} | object | Feature object, contains information about this feature. |
payload.data.{pair}.{exchange}.{feature}.startDate | string | First available data point. If startDate is 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}.endDate | string | Last available data point. If endDate is equal to null , this likely means the pair has been detected on the exchange, but trading has not yet begun. |