Docs
Market Data
Where each number comes from and how often it refreshes.
Sources
- GeckoTerminal public API (no key): pool lists, trending pools, pool and token detail, OHLCV candles, search. Public tier is rate limited; ROZEV caches responses for 60 to 120 seconds.
- DefiLlama open API (no key): chain TVL, chain TVL history, DEX volume overview and per-chain DEX volume history. Cached for 5 to 15 minutes.
- Public RPC endpoints: used by the wallet layer for chain reads only.
Supported chains
Robinhood Chain (primary), Ethereum, Base, Arbitrum, Optimism and Polygon. Each chain maps to a GeckoTerminal network identifier and one or more DefiLlama chain names.
Refresh and caching
All upstream calls are made server-side through the Next.js data cache. API keys, when configured, never reach the browser. When an upstream request fails or is rate limited the affected panel is labelled Unavailable rather than filled with stale or invented values.