curl --request GET \
--url https://dlmm-api.meteora.ag/position/{position_address}/deposits
[
{
"active_bin_id": 123,
"onchain_timestamp": 123,
"pair_address": "<string>",
"position_address": "<string>",
"price": 123,
"token_x_amount": 123,
"token_x_usd_amount": 123,
"token_y_amount": 123,
"token_y_usd_amount": 123,
"tx_id": "<string>"
}
]
curl --request GET \
--url https://dlmm-api.meteora.ag/position/{position_address}/deposits
[
{
"active_bin_id": 123,
"onchain_timestamp": 123,
"pair_address": "<string>",
"position_address": "<string>",
"price": 123,
"token_x_amount": 123,
"token_x_usd_amount": 123,
"token_y_amount": 123,
"token_y_usd_amount": 123,
"tx_id": "<string>"
}
]
Address of the position
The response is of type object[]
.
Was this page helpful?