RWA CHAINEXPLORER
RWA CHAIN · CONNECTING

API Documentation

BLOCKSCOUT REST API V2 · BASE URL https://explorer.rwa-chain.io/api/v2
GET
/statsChain totals, block time, gas prices
GET
/blocks?type=blockLatest blocks
GET
/blocks/{number}Block by number
GET
/transactions?filter=validatedLatest transactions
GET
/transactions/{hash}Transaction detail, decoded method
GET
/addressesTop accounts by balance
GET
/addresses/{address}Balance, type, verification
GET
/addresses/{address}/transactionsAddress history
GET
/addresses/{address}/tokens?type=ERC-20Token holdings
GET
/smart-contractsVerified contracts
GET
/smart-contracts/{address}Verified source and settings
POST
/smart-contracts/{address}/verification/via/flattened-sourceSubmit verification

EXAMPLE 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