v19

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

Claim Fees — Submit and land signed claim-fee transactions

Submits the signed claim-fee transactions (and optional swap-to-SOL transactions) via Jito bundles for on-chain execution. Provides better landing rate than direct RPC submission.

post/position/landing-claim-fee-tx

Request body

lastValidBlockHeightinteger required

Last valid block height for the transactions

claimTxsWithJitostring[] required

Signed claim-fee transactions (base64) — already include Jito tip

swapTxsWithJitostring[]

Signed swap-to-SOL transactions with trailing Jito tip tx (base64). Empty if swapToNative was false at build time.

Response

Successfully submitted and landed transactions

statusstring

Example response

{
  "status": "success"
}