cURL
curl --request GET \ --url https://dlmm-api.meteora.ag/wallet/{wallet_address}/{pair_address}/earning
[ { "total_fee_usd_claimed": 123, "total_fee_x_claimed": "0", "total_fee_y_claimed": "0", "total_reward_usd_claimed": 123, "total_reward_x_claimed": "0", "total_reward_y_claimed": "0" } ]
Address of the wallet
Address of the pair
The response is of type object[].
object[]
Was this page helpful?