cURL
curl --request GET \ --url https://dlmm-api.meteora.ag/position/{position_address}/claim_fees
[ { "onchain_timestamp": 123, "pair_address": "<string>", "position_address": "<string>", "token_x_amount": 123, "token_x_usd_amount": 123, "token_y_amount": 123, "token_y_usd_amount": 123, "tx_id": "<string>" } ]
Address of the position
Timestamp of the activity
Address of the liquidity pair for the position
Amount of token X
Amount of token X in USD
Amount of token Y
Amount of token Y in USD
Transaction hash
Was this page helpful?