
POST
Claim the SOL cashback accumulated from your trades on cashback-enabled PumpFun tokens. Submit one or multiple wallets in a single request — cashback is proportional to each wallet’s swap volume.
/pumpfun/claim-cashbackQuick Start
Parameters
| Parameter | Type | Description |
|---|---|---|
tokenAddress | string | Solana address of the PumpFun token. Must have cashback enabled (isCashback: true at creation) |
privateKeys | string[] | Private keys of the wallets claiming cashback. 1–50 wallets per request |
What Is Cashback?
When a token is created withisCashback: true, the standard 0.3% creator fees are redirected to traders instead of the token creator. Each trader accumulates cashback proportional to their swap volume on that token.
- Accumulated — cashback builds up with every trade until claimed
- Proportional — the more you trade, the more you accumulate
- Repeatable — claim as often as you want, whenever new cashback is available
- No admin required — any trader who has traded the token can claim
Only tokens created with
isCashback: true generate cashback. Standard tokens (creator fees paid to creator) use Claim Creator Fees instead.Response
- Success (200)
- Partial success (200)
Per-Wallet Fields
| Field | Type | Description |
|---|---|---|
wallet | string | Public address of the wallet |
signature | string | null | Transaction signature. null if nothing to claim |
slot | number | null | Slot the transaction landed in. null if nothing to claim |
latency | number | null | Total time from request to Solana confirmation (ms) |
amountClaimed | number | SOL amount claimed. 0 if nothing to claim |
status | string | SUCCESS, NOTHING_TO_CLAIM, or FAILED |
error | string | null | Error message if FAILED |
Summary Fields
| Field | Type | Description |
|---|---|---|
totalWallets | number | Total wallets in the request |
successCount | number | Wallets that claimed successfully |
failedCount | number | Wallets that failed |
nothingToClaimCount | number | Wallets with no cashback to claim |
totalCashbackClaimed | number | Total SOL claimed across all wallets |
Errors
| Code | Message | Cause |
|---|---|---|
INVALID_TOKEN | Invalid token address | Token address is not a valid Solana address |
NOT_CASHBACK_TOKEN | Token does not have cashback enabled | Token was not created with isCashback: true |
NO_WALLETS | No wallets provided | privateKeys array is empty |
TOO_MANY_WALLETS | Maximum 50 wallets per request | More than 50 wallets submitted |
RATE_LIMIT | Rate limit exceeded | Too many requests — see Rate Limits |
INTERNAL_ERROR | Internal server error | Retry or contact support |
Cashback vs Creator Fees
| Claim Creator Fees | Claim Cashback | |
|---|---|---|
| Who claims | Creator / fee recipients | Traders |
| Fee source | 0.3% creator fees | 0.3% redirected via cashback |
| Condition | Wallet is a registered fee recipient | Wallet has traded the token |
| Multi-wallet | 1 wallet per request | 1–50 wallets per request |
| Token requirement | Any PumpFun token | Token with isCashback: true |
| Proportional to | Configured share percentage | Swap volume |
Notes
- Claiming is free — you only pay the standard Solana transaction fee per wallet
- A wallet with no trading activity or already-claimed cashback returns
NOTHING_TO_CLAIM
What’s Next?
Claim Creator Fees
Claim your creator fees from a PumpFun token
Create Token
Deploy a cashback-enabled token on PumpFun
Update Fee Shares
Configure fee recipients and percentages
Instant Buy
Buy tokens to accumulate cashback