Tokens Launched

Realtime notifications updates about new tokens and pools

Basic
Premium
Enterprise
Credit Cost

0


Subscribe / Unsubscribe

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

Incoming message structure

{
    "type": "stream_data",
    "stream": "tokens-launched",
    "data": {
        "symbol": "HELMET",
        "name": "Soldier's Helmet",
        "mint": "63y74aLBuT3GZWzoqcYHxhE6cqc64dfjuwTg9E8vpump",
        "decimals": 6,
        "has_metadata_file": true,
        "metadata": "https://ipfs.io/ipfs/bafkreifcrqvepkmcgkwlb3pzhgrli6nwk2qvxcwenvqmdqilibo6e3mzsa",
        "launched_on": "https://pump.fun",
        "risk": {
            "score": 3,
            "risks": [
                {
                    "name": "Bonding curve not complete",
                    "description": "No PumpSwap liquidity pool, bonding curve not complete",
                    "level": "warning",
                    "score": 4000
                }
            ]
        },
        "pools": [
            {
                "pool_id": "63y74aLBuT3GZWzoqcYHxhE6cqc64dfjuwTg9E8vpump",
                "mint": "63y74aLBuT3GZWzoqcYHxhE6cqc64dfjuwTg9E8vpump",
                "market_cap": {
                    "quote": 27.958993476234856,
                    "usd": 4039.452666309831
                },
                "liquidity": {
                    "quote": 60,
                    "usd": 8668.665421900898
                },
                "price": {
                    "quote": 2.7958993476234855e-8,
                    "usd": 0.000004039452666309831
                },
                "decimals": 6,
                "token_supply": 1000000000,
                "liquidity_pool_burned": 100,
                "market": "pumpfun",
                "quote_token": "So11111111111111111111111111111111111111112",
                "bonding_curve": "3o4rQzfqeDQeqgy1iTCRHLYJXvtQaxfmRiyyKVSq2DiF",
                "curve_percentage": 0,
                "freeze_authority": null,
                "mint_authority": null,
                "deployer": "B6UNHwozQUM94wsmtvSvUBBk7sr3NZtNXnJ4iFFDzxjt",
                "created_at": 1749785620425
            }
        ]
    },
    "timestamp": 1749785620436
}

Last updated