get https://api.amberdata.com/market/spot/twap/pairs/information
Retrieves the list of all the available supported pairs and time range availability.
RESPONSE DATA
Field | Type | Description |
---|---|---|
payload.metadata.next | string | Pagination |
payload.data[index].pair | string | The name of the pair. |
payload.data[index].startDate | number | string | The first date/time for which data is available. |
payload.data[index].endDate | number | string | The last date/time for which data is available. |