Learn how to launch tokens on Pump.fun with custom metadata and liquidity
Parameter | Type | Required | Description |
---|---|---|---|
tokenName | string | Yes | Name of the token (max 32 chars) |
tokenTicker | string | Yes | Token symbol (2-10 chars) |
description | string | Yes | Token description |
imageUrl | string | Yes | URL of token image |
options.twitter | string | No | Twitter handle |
options.telegram | string | No | Telegram group link |
options.website | string | No | Website URL |
options.initialLiquiditySOL | number | No | Initial liquidity (min 0.0001) |
options.slippageBps | number | No | Slippage tolerance (default: 5) |
options.priorityFee | number | No | Priority fee (default: 0.00005) |
getBalance
: Check SOL balancefetchMetadata
: Get token metadatatrade
: Swap tokensgetTokenData
: Get token information