https://eth.blockscout.com
. When sending a request add /api/eth-rpc
to the end of the base url.
earliest
parameter does not work as expected because genesis block balances are not currently imported. Parameters are required.
Required Parameters
Type | POST |
Data (string) | 20 Byte address to check balance |
Quantity or Tag (string) | Integer value of a block number, or a tag “latest” for the most recent block. |
Type | POST |
address (string, array) | 20Byte contract address or list of addresses to collect logs from. |
fromBlock (Quantity/Tag) | Integer block number, "latest" (default) for the last mined block or "pending" , "earliest" for not yet mined transactions. |
toBlock (Quantity/Tag) | Integer block number, "latest" |