API Documentation
BLOCKSCOUT REST API V2 · BASE URL https://explorer.rwa-chain.io/api/v2
GET
/statsChain totals, block time, gas pricesGET
/blocks?type=blockLatest blocksGET
/blocks/{number}Block by numberGET
/transactions?filter=validatedLatest transactionsGET
/transactions/{hash}Transaction detail, decoded methodGET
/addressesTop accounts by balanceGET
/addresses/{address}Balance, type, verificationGET
/addresses/{address}/transactionsAddress historyGET
/addresses/{address}/tokens?type=ERC-20Token holdingsGET
/smart-contractsVerified contractsGET
/smart-contracts/{address}Verified source and settingsPOST
/smart-contracts/{address}/verification/via/flattened-sourceSubmit verificationEXAMPLE REQUEST · LIVE
$ curl https://explorer.rwa-chain.io/api/v2/stats
// loading…
No API key. The same host also serves the Etherscan-compatible
/api?module=… interface, the JSON-RPC endpoint is https://rpc.rwa-chain.io, and protocol data (assets, holders, valuations) is a GraphQL subgraph at https://graph.rwa-chain.io/subgraphs/name/rwainc/protocol. Full reference: explorer.rwa-chain.io/api-docs