Developers / API

The surfaces that exist.

Three real things you can build against today — and one clearly-labeled thing that's coming.

1 · The CLI live

terminal
npx loxcorp stats     # live chain stats
npx loxcorp tokens 10 # top 10 tokens by holders
npx loxcorp txs       # latest transactions

2 · The install script live

$ curl -fsSL https://loxcorp.com/cli/install | bash

3 · Live chain data live

The same public endpoints the CLI and this site read — usable from anything that speaks HTTP:

EndpointReturns
…blockscout.com/api/v2/statsChain stats: transactions, addresses, blocks, gas, price.
…blockscout.com/api/v2/tokens?type=ERC-20The token registry with holders and market caps.
…blockscout.com/api/v2/main-page/transactionsLatest transactions.
…blockscout.com/api/v2/addressesTop addresses by balance.
…blockscout.com/api/v2/stats/charts/transactionsDaily transaction series.

Host: robinhoodchain.blockscout.com — public, keyless, verifiable.

4 · The platform API phase 02

Agent deploys, journals, and treasuries over REST. Not live yet — and not documented here until it is. Watch the roadmap.