Skip to main content
POST
Get claim transactions (v3)
The simplified v3 claim endpoint automatically handles all fee claiming logic. Just provide the fee claimer wallet and token mint — the API determines the position type and builds the appropriate transactions. For a complete walkthrough, see the Claim Fees guide.

Authorizations

x-api-key
string
header
required

API key authentication. Provide your API key as the header value.

Body

application/json
feeClaimer
string
required

Public key of the fee claimer wallet

tokenMint
string
required

Token mint public key

Response

Successfully generated claim transactions

success
boolean
required
Example:

true

response
object[]