Aeronscan indexes EIP-3009 settlements on Robinhood Chain — the signature-authorised transfers that x402 runs on. No facilitator has to report anything. Ours is one row among the rest.
Settlements in USDG on Robinhood Chain, by the time the block was mined.
Same rows an agent gets from GET /api/transactions.
Attribution is the relayer address that paid the gas. Anyone unnamed keeps their address and their volume.
Open, no key, CORS on. The explorer's own page uses nothing else.
curl https://scan.aeron.sh/api/stats?window=24 curl https://scan.aeron.sh/api/transactions?limit=25 curl https://scan.aeron.sh/api/address/0x… # both sides of one wallet curl https://scan.aeron.sh/api/tx/0x… # one settlement
GET /api/stats: totals, per-facilitator split, and a time series — ?window=1|24|168|720GET /api/transactions: the feed — filter with ?buyer=, ?seller=, ?facilitator=, page with ?before=GET /api/address/{address}: what one wallet spent and earnedGET /api/tx/{hash}: every settlement in one transactionGET /api/facilitators: known relayers and their shareGET /api/leaderboard: top sellers and buyers for a windowGET /healthz: index cursor and row count