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. If startDateis equal to 0, this likely means the pair has been detected on the exchange, but trading has not yet begun.
payload.data.{exchange}.{pair}.{feature}.endDatenumberLast available data point. If endDateis equal to 0, this likely means the pair has been detected on the exchange, but trading has not yet begun.
Language
Authorization
Header
Click Try It! to start a request and see the response here!