Tokens Graduated

Realtime notifications when a token has completed the bonding curve

Basic
Premium
Enterprise
Credit Cost

0


Subscribe / Unsubscribe

// Subscribe 
{
  "type": "subscribe",
  "payload": {
    "stream": "tokens-graduated"
  }
}
// Unsubscribe
{
  "type": "unsubscribe",
  "payload": {
    "stream": "tokens-graduated"
  }
}

Incoming message structure

{
    "type": "stream_data",
    "stream": "tokens-graduated",
    "data": {
        "symbol": "HIM",
        "name": "Waiting Him",
        "mint": "G12rE3tY2SsNEDZkkqp93kZzy3u66VfySf35ZmyZpump",
        "decimals": 6,
        "has_metadata_file": true,
        "metadata": "https://ipfs.io/ipfs/bafkreigm5cicm44gnzasxobyp55ykwu345mvt5gvh62au6yf2ys74cahji",
        "launched_on": "https://pump.fun",
        "risk": {
            "score": 0,
            "risks": []
        },
        "price_change": {
            "1m": 0,
            "5m": 0,
            "15m": 0,
            "30m": 0,
            "1h": 0,
            "2h": 0,
            "3h": 0,
            "4h": 0,
            "5h": 0,
            "6h": 0,
            "12h": 0,
            "24h": 0
        },
        "pools": [
            {
                "pool_id": "JEB9kUG5dcJzez2qfwkSa4UtUAo1aPU2BUXArzpshxbg",
                "mint": "G12rE3tY2SsNEDZkkqp93kZzy3u66VfySf35ZmyZpump",
                "market_cap": {
                    "quote": 934.6256785432644,
                    "usd": 134634.38094580165
                },
                "liquidity": {
                    "quote": 128.246004876,
                    "usd": 36948.09991132349
                },
                "price": {
                    "quote": 9.346256785432644e-7,
                    "usd": 0.00013463438094580166
                },
                "decimals": 6,
                "token_supply": 1000000000,
                "liquidity_pool_burned": 100,
                "market": "pumpfun-amm",
                "quote_token": "So11111111111111111111111111111111111111112",
                "freeze_authority": null,
                "mint_authority": null,
                "deployer": "7eLrvBsA3waF7BFXP5KjSAiXaJoc1GHkypuUpcmwRiBU"
            }
        ]
    },
    "timestamp": 1749787517817
}

Last updated