Your memecoin site.
Ready in a second!

Pump.Fun API Ready. Only 0.005 SOL per deploy — pay once, lifetime hosting.Anonymous·Global Edge Network·DDoS Bulletproof·Pure On-Chain Auth

One-time payment · No subscriptions · No hidden fees

// for developers & bots

$ api docs ↗

Automate launches, run deploy bots, or pipe Hostcoin into your own tooling via a single HTTP endpoint. No SDK required.

pumpfun.ts
const mint = Keypair.generate();          // CA known before minting

// deploy Hostcoin page (0.005 SOL · live in seconds)
const txSig = await payTreasury(0.005);
const { url } = await fetch('https://api.hostcoin.fun', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({
    action:           'deploy',
    tx_signature:     txSig,
    token_name:       'Moon Shot',
    ticker:           'MOON',
    wallet_address:   wallet.publicKey.toBase58(),
    contract_address: mint.publicKey.toBase58(),
  }),
}).then(r => r.json());

await launchOnPumpFun(mint, url);  // Pump.fun token with site embedded