Skip to main content
GET
/
?module=account&action=eth_get_balance
Return balance from a provided block
curl --request GET \
  --url 'https://api.fuse.io/api/v0/explorer/?module=account&action=eth_get_balance'
{
  "id": 123,
  "jsonrpc": "<string>",
  "result": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fuse.io/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

module
enum<string>
required
Available options:
account
action
enum<string>
required
Available options:
eth_get_balance
apiKey
string
required
address
string
required

string containing the address hash.

block
string

Block number as a string, or latest, earliest or pending. Latest is the latest balance in a consensus block. Earliest is the first recorded balance for the address. Pending is the latest balance in a consensus or nonconsensus block.

Response

200 - application/json

OK

id
integer
jsonrpc
string
result
string