get https://web3api.io/api/v2/market/defi/prices/pairs/information/
Retrieves the list of all available market pair price data sets.
NOTE: DeFi Price is a reference rate established by liquidity data.
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. |