Skip to main content
POST
eth_getBalance

Body

application/json
jsonrpc
string
default:2.0
required

JSON-RPC version

method
string
default:eth_getBalance
required

The method to call

params
any[]
required

Address and block parameter

id
integer
default:1
required

Request identifier

Response

200 - application/json

Returns the account balance

jsonrpc
string
Example:

"2.0"

id
integer
Example:

1

result
string

The current balance in wei

Example:

"0x4563918244f40000"