Retrieves information about supported exchange & instruments for these types of data:
• liquidations
• ohlcv (open-high-low-close-volume)
• open interest
• order book snapshot
• order book event
• ticker
• trade
Response Data
Field | Type | Description |
---|---|---|
payload.{exchange} |
| Exchange object, contains a list of pairs supported by the exchange. |
payload.{exchange}.{instrument} |
| Instrument object, contains information about the instrument. |
payload.{exchange}.{pair}.{feature} |
| Feature object, contains information about this feature. |
payload.{exchange}.{pair}.{feature}.startDate |
| First available data point. |
payload.{exchange}.{pair}.{feature}.endDate |
| Last available data point. |
payload.{exchange}.{pair}.{feature}.active |
| True if the instrument is no longer active (only available when |