Technical reference
API & data sources
Where ArcDAO's live Arc mainnet market data comes from, including the DexScreener public API.
All market data shown on arcdao.fun is read live from DexScreener's public API and filtered to Arc mainnet pairs. No API key is used and no data is fabricated.
| Source | Used for | Refresh |
|---|---|---|
| DexScreener public API | Price, 24h change, volume, liquidity, market cap, pair age | ~45 seconds |
| DexScreener embed | Price charts in token detail panels | Live |
| Arc-scan | Address and contract links | On demand |
Example request
bash
curl 'https://api.dexscreener.com/latest/dex/search?q=ARGUS'Results are filtered on chainId === "arc", deduplicated to the highest-volume pair per symbol, and sorted by 24h volume. If the API is unreachable or rate-limited, the interface shows "Live data temporarily unavailable" rather than stale or invented numbers.
Was this helpful?
Suggest an edit