Skip to content
GodzeraFiGodzeraFi

Data sources

Don’t trust the dashboard. Verify the source.

Every metric on an asset page carries the provider that produced it and a link to the public record. This page lists the providers, what they contribute, and their live status on this deployment.

Live status on this deployment

What each provider contributes

ProviderUsed forCache
CoinGeckoTop-asset universe, market cap, FDV, 24h range, 7d sparkline, coin detail by id or contract, price history, search, trending60 s markets · 60 s detail · 2–10 min history · 5 min search
DexScreenerDEX pairs per token (all chains), pooled liquidity, volume, transaction counts, pool creation time, token search, boosts45 s
GeckoTerminalMost active pools per network, trending pools, OHLCV candles for the deepest pool90 s pools · 1–15 min candles
DefiLlamaIndependent price confirmation on asset pages, token pricing in the portfolio view, fallback price history60 s prices · 5 min history
Jupiter (lite-api)Solana token metadata, holder count, organic score, audit flags (mint / freeze authority, top-holder share), first pool60 s
Public RPCERC-20 name / symbol / decimals / supply via eth_call, contract-code probes, Solana mint authorities, wallet balances5 min metadata · live balances
BlockscoutHolder counts and top-10 holder concentration for EVM tokens (risk engine); wallet ERC-20 balances on Ethereum, Base, Arbitrum, Optimism, Robinhood Chain10 min holders · 60 s balances
Alchemy (optional)Faster EVM wallet token discovery when ALCHEMY_API_KEY is set; Blockscout is used otherwise60 s

How freshness works

Every API response carries the time it was generated, and the interface shows Updated N seconds ago next to the data it describes. Server-side caches are short and use stale-while-revalidate so a burst of visitors never becomes a burst of upstream calls; the browser refetches on an interval matched to each feed. Provider failures are reported per provider (“DexScreener is currently unavailable”) and the rest of the page still renders from the sources that did respond.

Explorers

ChainExplorer
EthereumEtherscan
BaseBaseScan
ArbitrumArbiscan
SolanaSolscan
Robinhood ChainRobinhood Blockscout
BNB ChainBscScan
PolygonPolygonScan
OptimismOptimistic Etherscan
AvalancheSnowtrace
Secret keys never reach the browser. All provider calls run in server routes under /api/*; the client only ever receives normalised data and boolean “configured” flags.