Skip to main content
POST
Claim Fees — Generate transaction(s) to claim accrued LP fees

Authorizations

x-api-key
string
header
required

API key for authentication

Body

application/json
position_id
string
required

The position ID

owner
string
required

The owner's wallet address

slippage_bps
integer
required

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

Required range: 0 <= x <= 10000
swapToNative
boolean
default:false

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

provider
enum<string>

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

Available options:
OKX,
JUPITER_ULTRA
type
enum<string>
default:meteora

The pool type

Available options:
meteora,
meteora_damm_v2

Response

Transaction data prepared successfully

data
object