curl --request GET \
--url https://dlmm-api.meteora.ag/position_v2/{position_address}
{
"address": "<string>",
"created_at": "2024-04-26T04:36:28.766258Z",
"owner": "<string>",
"pair_address": "<string>",
"total_fee_usd_claimed": 123,
"total_fee_x_claimed": 123,
"total_fee_y_claimed": 123,
"total_reward_usd_claimed": 123,
"total_reward_x_claimed": 123,
"total_reward_y_claimed": 123
}
curl --request GET \
--url https://dlmm-api.meteora.ag/position_v2/{position_address}
{
"address": "<string>",
"created_at": "2024-04-26T04:36:28.766258Z",
"owner": "<string>",
"pair_address": "<string>",
"total_fee_usd_claimed": 123,
"total_fee_x_claimed": 123,
"total_fee_y_claimed": 123,
"total_reward_usd_claimed": 123,
"total_reward_x_claimed": 123,
"total_reward_y_claimed": 123
}
Address of the position
The response is of type object
.
Was this page helpful?