Create Token
Launch your custom tokens on PumpFun with a single, low-cost POST request through PumpfunApi. Effortlessly include metadata to personalize your tokens for quick and convenient.
Last updated
Launch your custom tokens on PumpFun with a single, low-cost POST request through PumpfunApi. Effortlessly include metadata to personalize your tokens for quick and convenient.
Last updated
PumpFun Token Creation API The PumpFun Token Creation API streamlines the process of crafting tokens on PumpFun. Backed by PumpfunApi’s reliable infrastructure, it allows you to create tokens with minimal overhead in just one request. This solution is perfect for projects seeking an easy-to-implement token deployment method on the Solana blockchain, offering reduced fees and lightning-fast transaction processing.
KEY FEATURES AND BENEFITS
Tokens created using this endpoint always have 'PUMP' in the mint address
Low Fees Enjoy minimal system costs at just 0.05 SOL and a transaction fee of 0.00065 SOL, making it highly cost-effective.
Simple Process Create and launch tokens in a single step using a straightforward POST request.
High Performance Handle up to 60 requests per minute per IP address, allowing you to scale quickly.
Metadata Customization Add or refine attributes such as name, symbol, and other branding details to personalize your tokens.
HOW IT WORKS Send a POST request including mandatory fields like your private key, purchase amount, and any optional metadata you wish to add. The API then processes the transaction on the Solana blockchain, generating your new token on PumpFun and returning real-time status feedback.
STEP-BY-STEP GUIDE
Prepare the Request Collect all necessary parameters, including any metadata for personalization.
Submit the POST Request Direct your formatted data to the provided endpoint.
Receive Response Upon success, you receive a confirmation. In case of errors, a detailed message helps you troubleshoot.
REQUIRED PARAMETERS • private_key: The Base58-encoded private key of your Solana wallet. Keep this secure as it authorizes the transaction. • amount: The SOL amount designated for purchasing the token.
OPTIONAL METADATA PARAMETERS • name: Assign a unique name to your token. • symbol: Set a short symbol (e.g., “PFT”) to represent your token. • Description: Provide a brief or detailed explanation of your token’s purpose. • Twitter: Include a Twitter link if applicable. • telegram: Add a Telegram group URL for community engagement. • website: Enhance trust by adding your official project website URL. • image: Supply a URL or file path to a token logo or representative image.
API ENDPOINT POST Endpoint:
CODE EXAMPLES
EXAMPLE RESPONSE
RATE LIMITS The endpoint supports up to 60 requests per minute per IP address, maintaining high performance and stability for all users.