Pump.Fun Launch Coin Tool
Pump.fun Launch Coin Tool (pumpfun_launch_coin_tool)
pumpfun_launch_coin_tool)class PumpFunLaunchCoinInput(BaseModel):
agent_public: str # Creator's public key
agent_private: str # Creator's ENCRYPTED private key
token_name: str # Name for the new token (e.g., "Lumo Test Coin")
token_symbol: str # Symbol for the new token (e.g., "LTC01")
description: str # Description of the new token
image_url: str # URL to the token's image (must be valid)
twitter_url: Optional[str] # Optional Twitter link
telegram_url: Optional[str] # Optional Telegram link
website: Optional[str] # Optional website link
amount: float = 0.0 # Optional SOL amount to buy into the new tokenLast updated