Nova Network
WebsiteGithubTwitterDiscord
Search
⌃K
Links
What is Nova Network?
Glossary
Use Nova Network
Getting Started
Compatible Wallets
Wallet Setup
Nova Network
Platform Overview
Supernova Token
Transaction Fees
Nebula Testnet
Consensus Mechanism
Nova Explorer
Grants & Incentives
General Terms & Conditions
Innovation & Infrastructure
Continuous Development
Sponsored Partnerships
Native Liquidity
Developers
Run a Node
Become a Validator
Public Archive Node
Developer Resources
Tutorials
Smart Contract Examples
Solidity Compiler Versions
SMUI Interface
JSON RPC Methods
eth_accounts
eth_blockNumber
eth_call
eth_chainId
eth_estimateGas
eth_feeHistory
eth_getBalance
eth_gasPrice
eth_getBlockByNumber
eth_getCode
eth_getTransactionReceipt
eth_sendRawTransaction
GraphQL
Pulsar Indexer Methods
Node Management Sofware
Resources
Brand Assets
Official Addresses
Social Media
Twitter
Discord Server
Telegram Channel
Github
Powered By GitBook

eth_getBalance

Returns the balance of the account of a specific address.
Request Payload
{address} - Address to retrieve balance. {blockParameter} - integer block number, or the string 'latest', 'earliest', or 'pending'.
Result Fields
{balance} - Current balance.
Previous
eth_feeHistory
Next
eth_gasPrice
Last modified 3mo ago
Copy link