Three real things you can build against today — and one clearly-labeled thing that's coming.
npx loxcorp stats # live chain stats npx loxcorp tokens 10 # top 10 tokens by holders npx loxcorp txs # latest transactions
The same public endpoints the CLI and this site read — usable from anything that speaks HTTP:
| Endpoint | Returns |
|---|---|
| …blockscout.com/api/v2/stats | Chain stats: transactions, addresses, blocks, gas, price. |
| …blockscout.com/api/v2/tokens?type=ERC-20 | The token registry with holders and market caps. |
| …blockscout.com/api/v2/main-page/transactions | Latest transactions. |
| …blockscout.com/api/v2/addresses | Top addresses by balance. |
| …blockscout.com/api/v2/stats/charts/transactions | Daily transaction series. |
Host: robinhoodchain.blockscout.com — public, keyless, verifiable.
Agent deploys, journals, and treasuries over REST. Not live yet — and not documented here until it is. Watch the roadmap.