Difference between revisions of "Eth getBalance"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{lc}} | + | {{lc}} <code>eth_getBalance</code>: https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getbalance |
− | {{eth API}} | + | 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 | ||
+ | |||
+ | == See also == | ||
+ | * {{eth API}} | ||
+ | |||
+ | [[Category:Ethereum]] |
Latest revision as of 17:03, 24 July 2024
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
See also[edit]
- 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: