get https://api.amberdata.com/market/defi/vwap/pairs/information
Retrieves the list of all available market pair VWAP data sets.
RESPONSE DATA
Field | Type | Description |
---|---|---|
payload[0].metadata.next | string | Pagination |
payload[index].baseAddress | string | The address of the underlying base for the pair. |
payload[index].quoteAddress | string | The address of the underlying quote for the pair. |
payload[index].startDate | number | string | The first date/time for which data is available. |
payload[index].endDate | number | string | The last date/time for which data is available. |