cURL
curl --request GET \ --url https://dlmm-api.meteora.ag/pair/{pair_address}/analytic/swap_history
[ { "bin_count": 123, "end_bin_id": 123, "fee_bps": 123, "in_amount": 123, "in_amount_usd": 123, "in_token": "<string>", "onchain_timestamp": 123, "out_amount": 123, "out_amount_usd": 123, "out_token": "<string>", "pair_address": "<string>", "protocol_fee": 123, "protocol_fee_usd": 123, "start_bin_id": 123, "trade_fee": 123, "trade_fee_usd": 123, "tx_id": "<string>" } ]
Address of the liquidity pair
Number of records to take. Max 255.
x >= 0
The response is of type object[].
object[]
Was this page helpful?