/v1/profiles
Newest token profiles
Probeer het live
10 gratis calls per dag — geen registratie, geen API-key. Loopt via de oanor-gateway.
Het werkt. Haal een API-key op en gebruik hem in je project.
Verkrijg een API-sleutelCodefragmenten
curl "https://api.oanor.com/dexscreener-api/v1/profiles" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/dexscreener-api/v1/profiles", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/dexscreener-api/v1/profiles");
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/profiles",
headers={"x-oanor-key": "oanor_test_..."}
)
Voorbeeldrespons
Een echte respons van dit endpoint, vastgelegd bij de laatste health check.
{
"data": {
"note": "Newest token profiles (freshly created token pages).",
"count": 26,
"source": "DexScreener",
"tokens": [
{
"icon": "https://cdn.dexscreener.com/cms/images/EmOXDoy12FrfQTEN?width=64&height=64&fit=crop&quality=95&format=auto",
"chain": "solana",
"links": [
{
"url": "https://x.com/schoen_xyz/status/2065229028827582762?s=46",
"type": "twitter"
}
],
"description": null,
"token_address": "57pFFeM1BCACozgSrXMSfJjodWEUR9cFSj7CzcPUpump",
"dexscreener_url": "https://dexscreener.com/solana/57pffem1bcacozgsrxmsfjjodweur9cfsj7czcpupump"
},
{
"icon": "https://cdn.dexscreener.com/cms/images/4k8pATMY-h1VBW43?width=64&height=64&fit=crop&quality=95&format=auto",
"chain": "solana",
"links": [
{
"url": "https://x.com/Meme_Team_26",
"type": "twitter"
},
{
"url": "https://t.me/memeteamonxpad",
"type": "telegram"
},
{
"url": "https://www.tiktok.com/@meme.team.26",
"type": "tiktok"
},
{
"url": "https://www.instagram.com/meme_team_26",
"type": "instagram"
}
],
"description": "48 teams, 1 World Cup. Now meet the 49th. Here to make football fun again.\n\nNow on Solana.",
"token_address": "7CjyUFCbipERczXVwPm99dFkQquQRb734RYmnyMRpump",
"dexscreener_url": "https://dexscreener.com/solana/7cjyufcbiperczxvwpm99dfkqquqrb734rymnymrpump"
},
{
"icon": "https://cdn.dexscreener.com/cms/images/gLyYWh42tWF9JgSh?width=64&height=64&fit=crop&quality=95&format=auto",
"chain": "solana",
"links": [
{
"url": "https://solislava.fun/",
"type": "Website"
},
{
"url": "https://x.com/solislavafun",
"type": "twitter"
}
],
"description": "SOL IS LAVA is a live multiplayer game on Solana — not a promise, not a roadmap, a game you can play right now. Ten pills spawn on a hex floor inside an erupting volcano. Tiles glow, tremble, then turn to lava — and the eruptions get faster every second. Sprint, dash, and knock other pills off the edge. The last pill standing takes the SOL pot, paid out automatically to their wallet at the end of ",
"token_address": "J79biNToy1acDJse
…