get https://api.amberdata.com/market/defi/liquidity/information/
Retrieves information about supported exchange-pairs for liquidity.
Response Data
field | type | description |
---|---|---|
payload.{exchange} | object | Exchange object, contains a list of pairs supported by the exchange. |
payload.{pair} | object | Pair object, contains information about the pair. |
payload.{exchange}.{pair}.address | string | The address of the token (if applicable). |
payload.{exchange}.{pair}.baseAddress | string | The address of the underlying base for the pair. |
payload.{exchange}.{pair}.quoteAddress | string | The address of the underlying quote for the pair. |
payload.{exchange}.{pair}.startDate | number | First available data point. |
payload.{exchange}.{pair}.endDate | number | Last available data point. |