AntSeed Explorer
Antscan API
/api/overviewSnapshot totals, latest events, leaderboards, recent daily rows, epochs, and DHT marketplace summary.
curl http://localhost:42069/api/overview
/api/marketplace?limit=25Local DHT service offers with seller names, service names, pricing, tags, and load.
curl 'http://localhost:42069/api/marketplace?limit=25'
/api/networkLocal DHT collector status, seller counts, service-name counts, sellers, and live service offers.
curl http://localhost:42069/api/network
/api/daily?limit=60Daily aggregate rows with Dune-compatible active users, first-deposit new users, settled USD, tokens, and requests.
curl 'http://localhost:42069/api/daily?limit=60'
/api/emissionsCurrent epoch, epoch budget, available-to-claim ANTS, claimed supply, and recent epoch budget rows.
curl http://localhost:42069/api/emissions
Response Notes
Important fields and data sources
Chain data comes from indexed Base contract events for Channels, Deposits, Staking, Stats, and Emissions.
Marketplace data comes from the local DHT collector, not a hosted API. If a fresh DHT scan times out, Antscan can continue showing the last successful local cache while marking collector status.
Daily active users match the Dune definition: deposits, deposit withdrawals, channel reservations, settlements, and channel closes per UTC day. New users are buyers on their first deposit day.
Daily tokens are summed from MetadataRecorded by UTC day: input tokens, output tokens, total tokens, and request count.
Emissions are read from Base: current epoch and epoch budget from AntseedEmissions, minted supply from ANTSToken totalSupply.