/v1/top
Most-boosted (trending) tokens
Provalo dal vivo
10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.
Funziona. Prendi una chiave API e usala nel tuo progetto.
Ottieni una chiave APIFrammenti di codice
curl "https://api.oanor.com/dexscreener-api/v1/top" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/dexscreener-api/v1/top", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/dexscreener-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/dexscreener-api/v1/top",
headers={"x-oanor-key": "oanor_test_..."}
)
Risposta di esempio
Una risposta reale di questo endpoint, acquisita dall'ultimo health check.
{
"data": {
"note": "Tokens with the most cumulative boost — effectively trending / most-promoted right now.",
"count": 30,
"source": "DexScreener",
"tokens": [
{
"icon": "hQNbET9G0lTU1TBz",
"chain": "solana",
"links": [
{
"url": "https://www.fifaday.vip",
"type": "website"
},
{
"url": "https://x.com/fifadaycoin",
"type": "twitter"
}
],
"description": "Today marks DAY ONE of the FIFA World Cup 2026\nWe are 26",
"total_boost": 500,
"boost_amount": null,
"token_address": "HGii9wjcuj31g9uAQu3ncpEj4LGwzT3vj2AxUyMypump",
"dexscreener_url": "https://dexscreener.com/solana/hgii9wjcuj31g9uaqu3ncpej4lgwzt3vj2axuymypump"
},
{
"icon": "OmcNViI1hiurGv_i",
"chain": "solana",
"links": [
{
"url": "https://www.fifa26coin.site",
"type": "website"
},
{
"url": "https://x.com/fifa26coin",
"type": "twitter"
}
],
"description": "FIFA 26 is the meme coin built for football fans and crypto degens alike.",
"total_boost": 500,
"boost_amount": null,
"token_address": "BfiBstiCWSSDNoMb89vQU9tEHafLmWrUZYaa9Mzqpump",
"dexscreener_url": "https://dexscreener.com/solana/bfibsticwssdnomb89vqu9tehaflmwruzyaa9mzqpump"
},
{
"icon": "NmZPwmLzQ34U8uhe",
"chain": "solana",
"links": [
{
"url": "https://mort.buzz/",
"type": "website"
},
{
"url": "https://x.com/mort_devsol",
"type": "twitter"
},
{
"url": "https://t.me/mortpumpfun",
"type": "telegram"
},
{
"url": "https://discord.gg/hxA6UJvr",
"type": "discord"
}
],
"description": "No thoughts, zero responsibilities, just vibes.",
"total_boost": 500,
"boost_amount": null,
"token_address": "2ZcrrjkHkCoyoqx37t2njhTqXkq32di2QKdzHtAEpump",
"dexscreener_url": "https://dexscreener.com/solana/2zcrrjkhkcoyoqx37t2njhtqxkq32di2qkdzhtaepump"
},
{
"icon": "ohmdeW1nLkLK7MSV",
"chain": "sola
…