cURL
curl --request GET \ --url https://dlmm-api.meteora.ag/pair/{pair_address}/analytic/pair_fee_bps
[ { "average_fee_bps": 123, "hour_date": "2023-10-17T15:00:00", "max_fee_bps": 123, "min_fee_bps": 123, "pair_address": "<string>" } ]
Address of the liquidity pair
Number of days before today. Max 255.
x >= 0
Average fee charged in BPS
Date with hour information
"2023-10-17T15:00:00"
Maximum fee charged in BPS
Minimum fee charged in BPS
Was this page helpful?