get https://web3api.io/api/v2/market/swaps/exchanges/information
Retrieves information about supported exchange & pairs for these types of data:
• funding rates
• liquidations
• ohlcv (open-high-low-close-volume)
• open interest
• 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}.{instrument} | object | Instrument object, contains information about the instrument. |
payload.data.{exchange}.{instrument}.{feature} | object | Feature object, contains information about this feature. |
payload.data.{exchange}.{instrument}.{feature}.startDate | number | string | First available data point. |
payload.data.{exchange}.{instrument}.{feature}.endDate | number | string | Last available data point. |
payload.data.{exchange}.{instrument}.{feature}.active | boolean | False if the instrument is no longer active (only available when includeInactive=true ). |