Settings
Runtime API status and deployment notes.
OpenSea API
configured
Etherscan API
configured
ETH/USD fallback
1730
APE/USD fallback
0
Watchlist storage
localStorage
OpenSea refresh policy
Server cache
45s
Default refresh
60s
Minimum manual interval
30s
OpenSea rate limits are enforced server-side. The dashboard uses server caching and conservative refresh intervals; if OpenSea returns 429, wait for the Retry-After window.
Market price API
BTC, ETH, APE, HYPE, BNB, and SOL ticker uses backend route `/api/market/prices`. Primary source is CoinGecko Simple Price API. If that fails, the backend falls back to Yahoo Finance chart data where available.
Watchlist note
Local watchlist is stored in this browser. To sync across devices, add database/auth later.
Vercel deployment notes
- Add OPENSEA_API_KEY in Vercel project environment variables.
- Add ETHERSCAN_API_KEY in Vercel project environment variables if wallet tracker is used.
- Add ETH_USD_FALLBACK for the manual ETH/USD conversion value.
- Add APE_USD_FALLBACK only if you want a manual fallback for ApeChain.
- Do not expose server keys with NEXT_PUBLIC_.