Arc MainnetChain:5042Settlement:USDC

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.

SourceUsed forRefresh
DexScreener public APIPrice, 24h change, volume, liquidity, market cap, pair age~45 seconds
DexScreener embedPrice charts in token detail panelsLive
Arc-scanAddress and contract linksOn 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