get https://api.amberdata.com/defi/prices/pairs/information/
Retrieves the list of all available DeFi pair price data sets. NOTE: DeFi Price is a reference rate established by liquidity data.
Fields and Paths are relative to the top-level payload field i.e. metadata.next
is equivalent to payload.metadata.next
Response Data
field | type | description |
---|---|---|
metadata.next | string | Pagination |
data[index].baseAddress | string | The address of the underlying base for the pair. |
data[index].quoteAddress | string | The address of the underlying quote for the pair. |
data[index].startDate | number | string | The first date/time for which data is available. |
data[index].endDate | number | string | The last date/time for which data is available. |