/v1/top
Top protocols by fees
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/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_..."}
)
Beispiel-Response
Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.
{
"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": "
…