Ir al contenido
GET /v1/profiles

Newest token profiles

Pruébalo en vivo

10 llamadas gratis al día — sin registro, sin clave API. Pasa por el gateway de oanor.

Encabezados personalizados (opcional)
api.oanor.com/dexscreener-api

Funciona. Consigue una clave API y úsala en tu proyecto.

Obtener una clave API

Fragmentos de código

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_..."}
)

Respuesta de ejemplo

Una respuesta real de este endpoint, capturada en la última comprobación de estado.

{
    "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
…