
POST
Hand over all management rights for a PumpFun token to a different wallet. The previous admin permanently loses the ability to update, transfer, or revoke.
/pumpfun/transferQuick Start
Parameters
| Parameter | Type | Description |
|---|---|---|
tokenAddress | string | Solana address of the PumpFun token to transfer |
adminPrivateKey | string | Private key of the current admin wallet |
newOwner | string | Public address of the wallet that will become the new admin. Must be different from the current admin |
What Is Authority Transfer?
The admin wallet (the wallet that created the token) has exclusive rights to manage fee shares, transfer authority, and revoke the token. This endpoint transfers those rights to a different wallet.- Full transfer — the new owner gets all admin rights (update, transfer, revoke)
- Immediate — takes effect as soon as the transaction is confirmed
- Claim unaffected — if the old admin is a fee recipient, they can still claim their fees
What Changes?
| Action | Previous admin | New owner |
|---|---|---|
| Update fee shares | No | Yes |
| Transfer authority | No | Yes |
| Revoke token | No | Yes |
| Claim fees (if recipient) | Yes | Yes |
Response
Errors
| Code | Message | Cause |
|---|---|---|
INVALID_TOKEN | Invalid token address | Token address is not a valid Solana address |
INVALID_WALLET | Invalid admin private key | Admin private key is invalid |
INVALID_NEW_OWNER | Invalid new owner address | New owner address is not valid |
NOT_ADMIN | Wallet is not the token admin | Wallet does not have admin authority |
SAME_OWNER | New owner is the same as current | Cannot transfer to yourself |
REVOKED | Token update authority has been revoked | Token can no longer be modified |
RATE_LIMIT | Rate limit exceeded | Too many requests — see Rate Limits |
INTERNAL_ERROR | Internal server error | Retry or contact support |
Notes
- The previous admin retains fee claiming rights if they are still a registered fee recipient
- The admin wallet pays the standard Solana transaction fee
What’s Next?
Update Fee Shares
Configure fee recipients and percentages
Revoke Authority
Permanently lock your token configuration
Claim Fees
Claim your share of accumulated fees
Create Token
Deploy a new token on PumpFun