Pump Token Locally Docs
To get a transaction for signing locally and sending with a custom RPC, send a POST request to
Your request body must contain the following options:
mint
: The contract address of the token you want to trade (this is the text after the '/' in the pump.fun url for the token.)publicKey
: Your wallet public keyamountInSol
: The amount of SOL or tokens to trade. If selling, amount can be a percentage of tokens in your wallet (ex. amount: "100%")slippagePercent
: The percent slippage allowedpriorityFee
: Amount to use as priority fee
If your parameters are valid, you will receive a serialized transaction in response. See the examples below for how to send this transaction with Python (Solders) or JavaScript (Web3.js).
Examples
Use pre-built solution
If you don't have coding skills, don't worry! Check out our pre-built solution [here](github-link).
Please, read the README file and follow the steps to pump your token successfully. Do not hesitate to contact our support to help you with the setup.
Last updated
Was this helpful?