Exchanges

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

Response Data

FieldTypeDescription
payload.metadata.nextstringPagination
payload.data.{exchange}objectExchange object, contains a list of pairs supported by the exchange.
payload.data.{exchange}.{pair}objectPair object, contains information about the pair.
payload.data.{exchange}.{pair}.{feature}objectFeature object, contains information about this feature.
payload.data.{exchange}.{pair}.{feature}.startDatenumberFirst available data point.
payload.data.{exchange}.{pair}.{feature}.endDatenumberLast available data point.
Language
Authorization
Header
Click Try It! to start a request and see the response here!