cURL
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 } ]
Address of the liquidity pair
Number of days before today. Max 255.
x >= 0
Date with only day information
"2023-10-17"
Total value locked
Was this page helpful?