Position

Claim Fees — Submit and land signed claim-fee transactions

Submits the signed claim-fee transactions (and optional swap-to-native transactions) via Jito bundles for on-chain execution. Provides better landing rate than direct RPC submission. Solana only — this endpoint has no Robinhood Chain (EVM) equivalent.

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-native 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"
}

Changes

Changed in 3 of the 20 revisions of this API.12