Returns claim LP fees transaction(s).
cURL
curl --request POST \ --url https://public-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>
zap
normal
Successful response