POST
/
dlmm
/
claim
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>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200 - application/json

Successful response with transaction data

The response is of type object.