
POST
Collect your portion of trading fees generated by a PumpFun token. Any registered fee recipient can withdraw their accumulated SOL at any time.
/pumpfun/claim-creator-feesQuick Start
Parameters
| Parameter | Type | Description |
|---|---|---|
tokenAddress | string | Solana address of the PumpFun token to claim fees from |
claimerPrivateKey | string | Private key of the wallet claiming its fees. Must be a registered fee recipient for this token |
What Are Creator Fees?
PumpFun tokens generate trading fees on each swap. These fees are split among the wallets registered as fee recipients when the token was created.- Accumulated — fees build up over time from every trade on the bonding curve
- Per-recipient — each wallet claims only its own share (based on
sharePercent) - Independent — one recipient can claim without affecting the others
- Repeatable — claim as often as you want, whenever new fees are available
Only wallets listed as fee recipients for the token can claim. If your wallet is not a recipient, the API returns a
NOT_RECIPIENT error.How It Works
Fees accumulate
Every trade on the PumpFun bonding curve generates fees. Your share accumulates until you claim.
Response
- Success (200)
- Nothing to claim (200)
Errors
| Code | Message | Cause |
|---|---|---|
INVALID_TOKEN | Invalid token address | Token address is not a valid Solana address |
INVALID_WALLET | Invalid claimer private key | Private key is invalid |
NOT_RECIPIENT | Wallet is not a fee recipient for this token | Wallet is not in the fee recipients list |
RATE_LIMIT | Rate limit exceeded | Too many requests — see Rate Limits |
INTERNAL_ERROR | Internal server error | Retry or contact support |
Notes
- Claiming is free — you only pay the standard Solana transaction fee
- You can claim as often as you want; unclaimed fees continue to accumulate
What’s Next?
Create Token
Deploy a new token on PumpFun
Update Fee Shares
Configure fee recipients and percentages
Transfer Authority
Transfer token update authority
Revoke Authority
Permanently revoke update authority