GET
/
liquidity
/
information
/
Information
curl --request GET \
  --url https://api.amberdata.com/market/defi/liquidity/information/ \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "curvev1": {
      "RC_bBADGER_5_DAI_2021_6_30_3Crv": {},
      "RC_WETH_1400_DAI_2021_7_31_3Crv": {},
      "RC_BDI_150_DAI_2021_6_30_3Crv": {},
      "ycDAI_ycUSDC_ycUSDT_PAX": {},
      "MBTC_crvRenWSBTC": {},
      "BBTC_crvRenWSBTC": {},
      "RC_DEFI5_60_DAI_2021_5_31_3Crv": {},
      "xCOVER_3Crv": {},
      "EURS_sEUR": {},
      "USDN_3Crv": {}
    }
  }
}

Authorizations

x-api-key
string
header
default:API_KEY
required

Query Parameters

exchange
string

Only return data for the specified exchange(s) (comma separated). Example: uniswapv2

includeMetadata
boolean
default:true

[Optional] Include data for asset pair and pool information.<BR/>[Defaults] false* | true<BR/>NOTE If using this without specifying an exchange the endpoint will not return data.

includeDates
boolean

[Optional] Include date ranges for each record.<BR/>[Defaults] false* | true<BR/>NOTE includeMetadata is required for includeDates to return a valid response.<BR/>

timeFormat
string

[Optional] Time format of the timestamps in the return payload.<BR/>[Defaults] milliseconds | ms* | iso | iso8601 | hr | human_readable

size
integer
default:100

The number of records per page.

Response

200 - application/json

200

The response is of type object.