cURL
curl --request GET \ --url https://dlmm-api.meteora.ag/position/{position_address}/claim_rewards
[ { "onchain_timestamp": 123, "pair_address": "<string>", "position_address": "<string>", "reward_mint_address": "<string>", "token_amount": 123, "token_usd_amount": 123, "tx_id": "<string>" } ]
Address of the position
Timestamp of the activity
Address of the liquidity pair for the position
Address of the farm reward claimed
Amount of reward token claimed
Amount of reward token claimed in USD
Transaction hash
Was this page helpful?