---
title: "Claim Fees — Submit and land signed claim-fee transactions"
method: POST
path: "/position/landing-claim-fee-tx"
tags: ["Position"]
---

# Claim Fees — Submit and land signed claim-fee transactions

`POST /position/landing-claim-fee-tx`

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.

## Request body

- object
  - `lastValidBlockHeight` integer, required — Last valid block height for the transactions
  - `claimTxsWithJito` string[], required — Signed claim-fee transactions (base64) — already include Jito tip
  - `swapTxsWithJito` string[] — Signed swap-to-native transactions with trailing Jito tip tx (base64). Empty if swapToNative was false at build time.

## Response `200`

Successfully submitted and landed transactions

- object
  - `status` string
  - `data` object
    - `method` 'JITO'
    - `signature` string

## Other responses

- `400` — Invalid parameters or transaction execution failed
- `500` — Internal server error

## Changes

- **2026-05-25** `f90fd69d221b` — 1 info
  - endpoint added
- **2026-05-25** `1708e5fd4a28` — 1 breaking
  - api path removed without deprecation
- **2026-05-12** `da7dfcc4ecd1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/lpagent/apis/lp-agent-open-api/changes/position/landing-claim-fee-tx/post.md)

---

[API](https://skmtc.dev/lpagent/apis/lp-agent-open-api.md) · [All operations](https://skmtc.dev/lpagent/apis/lp-agent-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lpagent/lp-agent-open-api/revisions/c06c82244536/schema)
