GET
/
position
/
{position_address}
/
claim_rewards
get_claim_rewards
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>"
  }
]

Path Parameters

position_address
string
required

Address of the position

Response

200 - application/json
onchain_timestamp
integer
required

Timestamp of the activity

pair_address
string
required

Address of the liquidity pair for the position

position_address
string
required

Address of the position

reward_mint_address
string
required

Address of the farm reward claimed

token_amount
integer
required

Amount of reward token claimed

token_usd_amount
number
required

Amount of reward token claimed in USD

tx_id
string
required

Transaction hash