---
title: "Get claim transactions (v3)"
method: POST
path: "/token-launch/claim-txs/v3"
tags: ["Fee Claiming"]
---

# Get claim transactions (v3)

`POST /token-launch/claim-txs/v3`

Generate transactions to claim fees for a token. This simplified v3 endpoint automatically handles all fee claiming logic based on the token state.

## Request body

- object
  - `feeClaimer` string, required — Public key of the fee claimer wallet
  - `tokenMint` string, required — Token mint public key

## Response `200`

Successfully generated claim transactions

- object
  - `success` boolean, required
  - `response` ClaimTransactionResult[]
    - `tx` string, required — Base58 encoded serialized transaction
    - `blockhash` BlockhashWithExpiryBlockHeight, required
      - `blockhash` string, required — Recent blockhash for the transaction
      - `lastValidBlockHeight` number, required — The last block height for which the blockhash is valid

## Other responses

- `400` — Bad request - Missing required parameters or invalid wallet/token
- `401` — Unauthorized - Invalid or missing API key
- `500` — Internal server error

---

[API](https://skmtc.net/bags/apis/bags-public-api-v2.md) · [All operations](https://skmtc.net/bags/apis/bags-public-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bags/bags-public-api-v2/revisions/4a14b82cd39d/schema)
