cURL
curl --request POST \ --url https://public-api-v2.bags.fm/api/v1/token-launch/claim-txs/v3 \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "feeClaimer": "<string>", "tokenMint": "<string>" } '
{ "success": true, "response": [ { "tx": "<string>", "blockhash": { "blockhash": "<string>", "lastValidBlockHeight": 123 } } ] }
Generate transactions to claim fees for a token. This simplified v3 endpoint automatically handles all fee claiming logic based on the token state.
API key authentication. Provide your API key as the header value.
Public key of the fee claimer wallet
Token mint public key
Successfully generated claim transactions
true
Show child attributes