Read-only JSON endpoints backing this explorer — the same API its own pages call. Base URL: /explorer/api. Cursor-paginated lists take limit and before.
…
Fetched live from this page, in your browser, against this explorer's own API.
/statsHead block, totals, active validators.
/blocks?limit=&before=Recent blocks, cursor-paginated by block number.
/blocks/stats-24h24h block production stats.
/blocks/:idOrHashA single block by number or hash.
/blocks/:idOrHash/transactionsTransactions included in a block.
/transactions?limit=&before=Recent transactions, cursor-paginated.
/tx/:hashA transaction with its logs & token transfers.
/address/:addressBalance, tx count, contract metadata.
/address/:address/transactions?limit=&before=Transactions to/from an address.
/address/:address/token-transfers?limit=&before=Token transfers touching an address.
/address/:address/token-balancesCurrent ERC20/721/1155 balances.
/address/:address/activity-summarySent/received counts by tx kind.
/addresses/top?limit=&before=Richlist, cursor-paginated by balance.
/addresses/statsTotal address count & circulating supply.
/address/:address/verifySubmit source for contract verification.
/validatorsBlock authors ranked by blocks produced.
/contracts/verified?limit=&before=Source-verified contracts.
/contracts/verified/countTotal verified contract count.
/contracts/deployed?limit=&before=All deployed contracts.
/contracts/deployed/countTotal deployed contract count.
/contracts/statsContract deployment stats.
/contracts/top?limit=Contracts ranked by transaction volume.
/tokensAll indexed tokens.
/tokens/transfers?limit=&before=Latest token transfers, any standard.
/logs/approvals?limit=&before=Latest ERC20/721 approval events.
/search?q=Resolve a block number, hash, or address.