Skip to main content

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

FieldTypeNotes
publicKeystringThe creator wallet. Signs and receives the SOL.
priorityFeenumberSOL. Optional.
jitoTipnumberSOL. 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.