Ir al contenido
GET /v1/top

Top protocols by fees

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/cryptofees-api

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

Obtener una clave API

Fragmentos de código

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

Respuesta de ejemplo

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

{
    "data": {
        "sort": "24h",
        "chain": "all",
        "count": 25,
        "total": 1994,
        "category": "all",
        "protocols": [
            {
                "name": "Tether",
                "chains": [
                    "Off Chain"
                ],
                "fees_7d": 114742772,
                "category": "Stablecoin Issuer",
                "fees_24h": 16346503,
                "fees_30d": 492390879,
                "change_1d_pct": 0,
                "change_7d_pct": 0.15,
                "fees_all_time": 17958289532,
                "change_30d_pct": -0.62
            },
            {
                "name": "Circle USDC",
                "chains": [
                    "Ethereum",
                    "Off Chain"
                ],
                "fees_7d": 45125243,
                "category": "Stablecoin Issuer",
                "fees_24h": 6437723,
                "fees_30d": 194072272,
                "change_1d_pct": 0.26,
                "change_7d_pct": 0.57,
                "fees_all_time": 6758873014,
                "change_30d_pct": -3.61
            },
            {
                "name": "Saturn",
                "chains": [
                    "Ethereum"
                ],
                "fees_7d": -1067311,
                "category": "Stablecoin Wrapper",
                "fees_24h": 3192034,
                "fees_30d": -1850108,
                "change_1d_pct": null,
                "change_7d_pct": -490.15,
                "fees_all_time": -1098746,
                "change_30d_pct": 34457.04
            },
            {
                "name": "Hyperliquid Perps",
                "chains": [
                    "Hyperliquid L1"
                ],
                "fees_7d": 27312567,
                "category": "Derivatives",
                "fees_24h": 2635767,
                "fees_30d": 73715816,
                "change_1d_pct": 9.51,
                "change_7d_pct": -24.2,
                "fees_all_time": 1263546690,
                "change_30d_pct": 135.7
            },
            {
                "name": "Uniswap V4",
                "chains": [
                    "Ethereum",
                    "Unichain",
                    "OP Mainnet",
                    "Base",
                    "Arbitrum",
                    "Polygon",
                    "Blast",
                    "Zora",
                    "World Chain",
                    "Ink",
                    "Soneium",
                    "Avalanche",
                    "BSC",
                    "Monad",
                    "X Layer"
                ],
                "fees_7d": 6772589,
                "category": "Dexs",
                "fees_24h": 2286548,
                "fees_30d": 30638180,
                "change_1d_pct": 271.68,
                "change_7d_pct": 120.94,
                "fees_all_time": 264006168,
                "change_30d_pct": 274.76
            },
            {
                "name": "
…