get https://web3api.io/api/v2/market/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
Field | Type | Description |
---|---|---|
payload.metadata.next | string | Pagination |
payload.data.{exchange} | object | Exchange object, contains a list of pairs supported by the exchange. |
payload.data.{exchange}.{pair} | object | Pair object, contains information about the pair. |
payload.data.{exchange}.{pair}.{feature} | object | Feature object, contains information about this feature. |
payload.data.{exchange}.{pair}.{feature}.startDate | number | First available data point. |
payload.data.{exchange}.{pair}.{feature}.endDate | number | Last available data point. |