/v1/top
Top Pump.fun tokens by market cap
Live testen
10 freie Calls pro Tag — keine Anmeldung, kein API-Key. Geht durchs oanor-Gateway.
Funktioniert. Hol dir einen API-Key und nutze sie in deinem Projekt.
API-Key holenCode-Snippets
curl "https://api.oanor.com/pumpfun-api/v1/top" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/pumpfun-api/v1/top", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/pumpfun-api/v1/top");
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/top",
headers={"x-oanor-key": "oanor_test_..."}
)
Beispiel-Response
Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.
{
"data": {
"note": "Pump.fun tokens ranked by market cap — the winners, the memecoins that actually took off (and, when graduated=true, migrated off the bonding curve to a DEX). Each carries its market cap in USD, graduation status, reply count, age and socials. Pass limit (1-100, default 30). Live, cached ~30s.",
"coins": [
{
"mint": "9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump",
"name": "Fartcoin ",
"nsfw": false,
"symbol": "Fartcoin ",
"creator": "HyYNVYmnFmi87NsQqWzLJhUTPBKQUfgfhdbBa554nMFF",
"is_live": false,
"twitter": "https://x.com/fartcoinofsol",
"website": "https://www.infinitebackrooms.com/dreams/conversation-1721540624-scenario-terminal-of-truths-txt",
"pump_url": "https://pump.fun/coin/9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump",
"telegram": null,
"graduated": true,
"age_minutes": 867691.1,
"reply_count": 14017,
"market_cap_usd": 117550978,
"created_timestamp": 1729231506539
},
{
"mint": "61V8vBaqAGMpgDQi4JcAwo1dmBGHsyhzodcPqnEVpump",
"name": "AI Rig Complex",
"nsfw": false,
"symbol": "arc",
"creator": "FXkGydbnG4jHVYqbBWWG4kkkwCpz6YEeVtM1vA6kZLaS",
"is_live": false,
"twitter": "https://x.com/arcdotfun",
"website": "https://www.arc.fun/",
"pump_url": "https://pump.fun/coin/61V8vBaqAGMpgDQi4JcAwo1dmBGHsyhzodcPqnEVpump",
"telegram": "https://t.me/+ci-vivonuapizwq0",
"graduated": true,
"age_minutes": 790467,
"reply_count": 9321,
"market_cap_usd": 86165459,
"created_timestamp": 1733864953486
},
{
"mint": "J1Wpmugrooj1yMyQKrdZ2vwRXG5rhfx3vTnYE39gpump",
"name": "would",
"nsfw": false,
"symbol": "WOULD",
"creator": "D6UYStkCPETm5uAyF7sBbt5yKgvuC5P6PmmYRaNTE3pW",
"is_live": false,
"twitter": "https://x.com/wouldmeme_sol",
"website": "https://www.wouldmeme.com/",
"pump_url": "https://pump.fun/coin/J1Wpmugrooj1yMyQKrdZ2vwRXG5rhfx3vTnYE39gpump",
"telegram": "https://t.me/wouldmemeportal",
"graduated": true,
"age_minutes": 992141.8,
"reply_count": 9010,
"market_cap_usd": 81936590,
"created_timestamp": 1721764463608
},
{
"mint": "5UUH9RTDiSpq6HKS6bp4NdU9PNJpXRXuiw6ShBTBhgH2",
"name": "TROLL",
"nsfw": false,
"symbol": "TROLL",
"creator": "hQmkJVU4iWgxCHZvVA
…