Difference between revisions of "Eth getBalance"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
* https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getbalance | * https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getbalance | ||
+ | |||
+ | |||
+ | HEX String - an integer block number | ||
+ | String "earliest" for the earliest/genesis block | ||
+ | String "latest" - for the latest mined block | ||
+ | String "safe" - for the latest safe head block | ||
+ | String "[[finalized]]" - for the latest finalized [[block]] | ||
+ | String "pending" - for the pending state/transactions | ||
{{eth API}} | {{eth API}} |
Revision as of 06:02, 13 June 2024
HEX String - an integer block number String "earliest" for the earliest/genesis block String "latest" - for the latest mined block String "safe" - for the latest safe head block String "finalized" - for the latest finalized block String "pending" - for the pending state/transactions
Ethereum API, 8545, eth_call, eth_blockNumber, eth_getBalance, eth_getBlockByNumber, eth_getTransactionReceipt, web3_clientVersion, eth_subscribe, /eth/v1/node/syncing
, cast
, eth_getProof
, eth_call, eth_chainId, eth_getBlockReceipts
, Eth Beacon Node API, eth_sendRawTransaction, eth_getLogs
, geth --http.api
Advertising: