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

Path Parameters

position_address
string
required

Address of the position

Response

200 - application/json

The response is of type object[].