Μετάβαση στο περιεχόμενο
GET /v1/newest

The launch firehose — most recently minted tokens

Δοκιμάστε το ζωντανά

10 δωρεάν κλήσεις την ημέρα — χωρίς εγγραφή, χωρίς κλειδί API. Μέσω του gateway του oanor.

Προσαρμοσμένες κεφαλίδες (προαιρετικά)
api.oanor.com/pumpfun-api

Δουλεύει. Πάρε ένα κλειδί API και χρησιμοποίησέ το στο έργο σου.

Λάβετε ένα κλειδί API

Αποσπάσματα κώδικα

curl "https://api.oanor.com/pumpfun-api/v1/newest" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/pumpfun-api/v1/newest", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/pumpfun-api/v1/newest");
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/newest",
    headers={"x-oanor-key": "oanor_test_..."}
)

Παράδειγμα απόκρισης

Πραγματική απόκριση αυτού του endpoint, από τον τελευταίο έλεγχο υγείας.

{
    "data": {
        "note": "The Pump.fun launch firehose — the tokens minted most recently, newest first, each with its symbol, name, creator, age in minutes, market cap (USD), socials and reply count, and whether it has already graduated off the bonding curve to a DEX. This is crypto's most speculative corner in real time. Pass limit (1-100, default 30). Live, cached ~30s.",
        "coins": [
            {
                "mint": "DLdyxdP2rius6xAg1LpeAJR775nYNugWwunCCav3pump",
                "name": "lyndon",
                "nsfw": false,
                "symbol": "landbena",
                "creator": "AQgE9dwKQk5W3pkuvCKK1SWxEjsZhH4KNPsqreBypxGu",
                "is_live": false,
                "twitter": null,
                "website": null,
                "pump_url": "https://pump.fun/coin/DLdyxdP2rius6xAg1LpeAJR775nYNugWwunCCav3pump",
                "telegram": null,
                "graduated": false,
                "age_minutes": 0.1,
                "reply_count": 0,
                "market_cap_usd": 1893,
                "created_timestamp": 1781292967000
            },
            {
                "mint": "8mPyUt5eJgmZLTGMbebNWhSqMnMJHbqYXmhpa9Mtpump",
                "name": "TOGETHER",
                "nsfw": false,
                "symbol": "TOGETHER",
                "creator": "7FVfSdnR9VPGjMtmBP1Hz9C2DFTpoNX8gVVRmnimnGt9",
                "is_live": false,
                "twitter": null,
                "website": null,
                "pump_url": "https://pump.fun/coin/8mPyUt5eJgmZLTGMbebNWhSqMnMJHbqYXmhpa9Mtpump",
                "telegram": null,
                "graduated": false,
                "age_minutes": 0.1,
                "reply_count": 0,
                "market_cap_usd": 847,
                "created_timestamp": 1781292967000
            },
            {
                "mint": "BVr3K4Fq6b4x86KwwnUCNt2suT9rcjNm8zzjamXdpump",
                "name": "Charlie the Tiger",
                "nsfw": false,
                "symbol": "TigerKirk",
                "creator": "ALDxDVTGczFZFTQNZnUjkg3M2DCMTr2AdpWZ931grDxV",
                "is_live": false,
                "twitter": "https://x.com/HankLeGods/status/2065518476911952005",
                "website": "https://x.com/moonlitmustelid/status/2065261715768352859",
                "pump_url": "https://pump.fun/coin/BVr3K4Fq6b4x86KwwnUCNt2suT9rcjNm8zzjamXdpump",
                "telegram": null,
                "graduated": false,
                "age_minutes": 0.1,
                "reply_count": 0,
                "market_cap_usd": 6193,
                "created_timestamp": 1781292964000
            },
            {
                "mint": "J9n11hbDxQia1EnPc5xQR6WDMovT5cHWcSwsoTyQpump",
                "name": "Cheese",
                "nsfw": false,
                "symbol": "CHEESE",
                "creator": "Fr7Gba8hTvQMomzypPFivft4BjABbopMd981pkpcxB3M",
                "is_live": false,
                "twitter": "https://x.com/Fact/status/2065518
…