v19

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-25200153.4 KB
Position

Claim Fees — Generate transaction(s) to claim accrued LP fees

Generates serialized claim-fee transactions for a Meteora DLMM or DAMM V2 position. When swapToNative is true, also returns swap transactions that convert the claimed fees into SOL using the supplied slippage tolerance.

post/position/claim-fee-tx

Request body

position_idstring required

The position ID

ownerstring required

The owner's wallet address

slippage_bpsinteger required

Slippage tolerance in basis points for swap-to-SOL (0-10000). Ignored when swapToNative is false.

swapToNativeboolean

When true, the response includes swap transactions that convert the claimed fees into SOL.

provider'OKX' | 'JUPITER_ULTRA'

The swap provider to use (only relevant when swapToNative is true)

type'meteora' | 'meteora_damm_v2'

The pool type

Response

Transaction data prepared successfully