cURL
curl --request GET \ --url https://dlmm-api.meteora.ag/pair/{pair_address}/analytic/pair_trade_volume
[ { "day_date": "2023-10-17", "fee_volume": 123, "pair_address": "<string>", "protocol_fee_volume": 123, "trade_volume": 123 } ]
Address of the liquidity pair
Number of days before today. Max 255.
x >= 0
The response is of type object[].
object[]
Was this page helpful?