Skip to main content
POST
/
dammv2
/
claim
cURL
curl --request POST \
  --url https://public-api.cleopetra.fun/dammv2/claim \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "user": "<string>",
  "mode": "normal",
  "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
user
string
required
mode
enum<string>
default:normal
required
Available options:
normal,
zap
position
string
required
slippage
number
default:500
required

Response

200 - application/json

Successful response

transactions
string[]
required