Returns granular details for the provided DLMM position.
cURL
curl --request GET \ --url https://api.cleopetra.fun/dlmm/position \ --header 'Authorization: Bearer <token>'
{ "pool": "<string>", "owner": "<string>", "is_active": true, "token_x_info": { "mint": "<string>", "symbol": "<string>", "decimals": 123, "image": "<string>" }, "token_y_info": { "mint": "<string>", "symbol": "<string>", "decimals": 123, "image": "<string>" }, "token_x_amount": "<string>", "token_y_amount": "<string>", "token_x_unclaimed_fees": "<string>", "token_y_unclaimed_fees": "<string>", "token_x_claimed_fees": "<string>", "token_y_claimed_fees": "<string>", "total_deposit_usd": 123, "total_unclaimed_fees_usd": 123, "total_claimed_fees_usd": 123, "price": "<string>", "max_price": "<string>", "min_price": "<string>", "created_at": "2023-11-07T05:31:56Z", "ixns": [ { "ixn_type": "<string>", "program_type": "<string>", "signature": "<string>", "position": "<string>", "instruction_idx": 123, "token_x_amount": "<string>", "token_y_amount": "<string>", "token_x_usd_amount": 123, "token_y_usd_amount": 123, "timestamp": "2023-11-07T05:31:56Z" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response with position details
The response is of type object.
object