Base MainnetANTSTokenUSDC Settlements
AntSeed
AntscanAntSeed Explorer
Developer reference

Antscan API

Read-only local endpoints backed by Ponder and the local AntSeed DHT collector.
Overview/api/overview

Snapshot totals, latest events, leaderboards, recent daily rows, epochs, and DHT marketplace summary.

curl http://localhost:42069/api/overview
Marketplace/api/marketplace?limit=25

Local DHT service offers with seller names, service names, pricing, tags, and load.

curl 'http://localhost:42069/api/marketplace?limit=25'
Network/api/network

Local DHT collector status, seller counts, service-name counts, sellers, and live service offers.

curl http://localhost:42069/api/network
Daily Metrics/api/daily?limit=60

Daily aggregate rows with Dune-compatible active users, first-deposit new users, settled USD, tokens, and requests.

curl 'http://localhost:42069/api/daily?limit=60'
Emissions/api/emissions

Current 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.