GET
/
pair
/
{pair_address}
/
analytic
/
pair_tvl
get_pair_tvl_by_days
curl --request GET \
  --url https://dlmm-api.meteora.ag/pair/{pair_address}/analytic/pair_tvl
[
  {
    "day_date": "2023-10-17",
    "pair_address": "<string>",
    "total_value_locked": 123
  }
]

Path Parameters

pair_address
string
required

Address of the liquidity pair

Query Parameters

num_of_days
integer
required

Number of days before today. Max 255.

Required range: x >= 0

Response

200 - application/json

The response is of type object[].