File size: 976 Bytes
b00e791 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | {
"endpoint_id": "dex_overview",
"note": "SAMPLE ONLY — illustrative DefiLlama-style overview shape.",
"request": {
"method": "GET",
"path": "/api/v1/dex/overview",
"query": { "chain": "solana", "limit": 5 }
},
"chain": "solana",
"protocols": [
{ "name": "Raydium", "volume_24h_usd": 1200000000, "change_1d_pct": 4.2 },
{ "name": "Orca", "volume_24h_usd": 450000000, "change_1d_pct": -1.1 },
{ "name": "Meteora", "volume_24h_usd": 380000000, "change_1d_pct": 8.5 },
{ "name": "Phoenix", "volume_24h_usd": 90000000, "change_1d_pct": 0.4 },
{ "name": "Lifinity", "volume_24h_usd": 70000000, "change_1d_pct": -0.8 }
],
"meta": {
"freshness": { "as_of": "2026-07-26T00:00:00Z" },
"multi_chain_roadmap": [
"solana (active depth)",
"base (payment rail today; DeFi analytics upcoming)",
"other EVM / L1 venues as coverage ships"
],
"disclaimer": "Informational only — not financial advice."
}
}
|