get https://web3api.io/api/v2/market/spot/order-book-snapshots/information
Retrieves the list of all the available exchanges, supported instruments and time range availability.
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}.address | string | The address of the token (if applicable). |
payload.data.{exchange}.{pair}.startDate | number | First available data point. |
payload.data.{exchange}.{pair}.endDate | number | Last available data point. |