Skip to main content
GET
/
?module=account&action=balance
Get the native token balance for an address
curl --request GET \
  --url 'https://api.fuse.io/api/v0/explorer/?module=account&action=balance'
{
  "message": "<string>",
  "result": "<string>",
  "status": "<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:
balance
apiKey
string
required
address
string
required

string containing the address hash.

Response

200 - application/json

OK

message
string
result
string
status
string