Claim Creator Fees
pump.fun pays coin creators a share of every trade, before graduation into the bonding curve's creator vault and after graduation into a PumpSwap vault. This call reads both vaults for a creator and returns one unsigned transaction that collects whatever is there. Legs with nothing to claim are left out; if both are empty the call answers 400.
POST https://sol.shrine.trade/api/claim-creator-fees
Request
| Field | Type | Notes |
|---|---|---|
publicKey | string | The creator wallet. Signs and receives the SOL. |
priorityFee | number | SOL. Optional. |
jitoTip | number | SOL. Optional. |
Response
{
"tx": "<base64 unsigned transaction>",
"blockhash": "…",
"pumpfunLamports": 123456789,
"pumpswapLamports": 0
}
pumpfunLamports is what the bonding-curve vault holds above rent; pumpswapLamports is the WSOL in the PumpSwap vault, unwrapped to SOL by the transaction. No platform fee.
Try it
Read-only until you sign. Paste a creator wallet to see what is claimable and get the transaction.