Returns claim LP fees transaction(s).
cURL
curl --request POST \ --url https://api.cleopetra.fun/dlmm/claim \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "user": "<string>", "mode": "zap", "position": "<string>", "slippage": 500 }'
{ "transactions": [ "<string>" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response with transaction data
The response is of type object.
object