Vai al contenuto
GET /v1/live

Tokens livestreaming now, ranked by viewers

Provalo dal vivo

10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.

Intestazioni personalizzate (facoltative)
api.oanor.com/pumpfun-api

Funziona. Prendi una chiave API e usala nel tuo progetto.

Ottieni una chiave API

Frammenti di codice

curl "https://api.oanor.com/pumpfun-api/v1/live" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/pumpfun-api/v1/live", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/pumpfun-api/v1/live");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
    "https://api.oanor.com/pumpfun-api/v1/live",
    headers={"x-oanor-key": "oanor_test_..."}
)

Risposta di esempio

Una risposta reale di questo endpoint, acquisita dall'ultimo health check.

{
    "data": {
        "note": "Pump.fun tokens whose creators are livestreaming right now, ranked by viewer count — the launchpad's live social layer, where creators pitch their coin to a live audience. Each carries its viewer count, market cap (USD), age and socials. Pass limit (1-100, default 30). Live, cached ~30s.",
        "coins": [
            {
                "mint": "CPq9uJqoufwm9iEcatco2EuVfHjbENfY4hChYLt2pump",
                "name": "Infinite SPCX",
                "nsfw": false,
                "symbol": "ISPCX",
                "creator": "Cbahq9ULMvA9s2Vu4M3BrzGWQt4cQYZLP1gVzUNRsdQk",
                "is_live": true,
                "twitter": "https://x.com/ISPCXsol",
                "viewers": 127,
                "website": "https://ispcx.online",
                "pump_url": "https://pump.fun/coin/CPq9uJqoufwm9iEcatco2EuVfHjbENfY4hChYLt2pump",
                "telegram": null,
                "graduated": true,
                "age_minutes": 24.1,
                "reply_count": 0,
                "market_cap_usd": 25403,
                "created_timestamp": 1781291523000
            },
            {
                "mint": "CAiX8CFMcovXDG39R1yewo2ecdQw4L3ADaXSFCF8pump",
                "name": "Bread Roll",
                "nsfw": false,
                "symbol": "BREADROLL",
                "creator": "FFuNqBJjHw6zGrG7hk7n4K3AmJ8qXZNogdd5SwxVH7CR",
                "is_live": true,
                "twitter": "https://x.com/copenfa/status/2065506117954977995",
                "viewers": 83,
                "website": "https://www.washingtonpost.com/video/world/meet-bread-roll-berlins-freshly-baked-pygmy-hippo/2026/06/12/dac6bf05-9f35-4c38-9ffc-a54d839747b1_video.html",
                "pump_url": "https://pump.fun/coin/CAiX8CFMcovXDG39R1yewo2ecdQw4L3ADaXSFCF8pump",
                "telegram": null,
                "graduated": true,
                "age_minutes": 45.5,
                "reply_count": 0,
                "market_cap_usd": 19757,
                "created_timestamp": 1781290241000
            },
            {
                "mint": "HP2Pby1kpbh9gtMLmL5oaDdi1jbTRzHQAFhFZpyzpump",
                "name": "SPACEX IPO BANK",
                "nsfw": false,
                "symbol": "SPACEBANK",
                "creator": "CZ1gTQQ78duJuZhcpTzzc9xQJ7on97Gwwybd3fGaJ16Y",
                "is_live": true,
                "twitter": "https://x.com/Happy50xCrypto/status/2065509407199252971",
                "viewers": 69,
                "website": "https://jup.ag/tokens/PreANxuXjsy2pvisWWMNB6YaJNzr7681wJJr2rHsfTh",
                "pump_url": "https://pump.fun/coin/HP2Pby1kpbh9gtMLmL5oaDdi1jbTRzHQAFhFZpyzpump",
                "telegram": null,
                "graduated": false,
                "age_minutes": 33.7,
                "reply_count": 0,
                "market_cap_usd": 9554,
                "created_timestamp": 1781290950000
            },
            {
                "mint": "JCKwsT8UAbygnFkZ7u3amDUM7BXRtwUh
…