What is
instance_base_url? The examples on each RPC module page use https://instance_base_url/api?... as a placeholder. Replace instance_base_url with the hostname of the Blockscout explorer for the chain you want to query. There is no single global host for the per-instance RPC API. Each chain has its own instance.Common examples:For the full list of hosted instances and their URLs, see chains.blockscout.com. For self-hosted deployments, use your own explorer hostname.Example query — Sepolia,
account.listaccounts:https://eth-sepolia.blockscout.com/api?module=account&action=listaccounts&page=2&offset=5