Native Balance
Checks the balance of ETH for the given account (if specified), otherwise the address in the .env is used.
get
Authorizations
Query parameters
walletAddrstringOptionalExample:
wallet address
0x3ba638...fb25ePattern: ^0x[a-fA-F0-9]{40}$Responses
200
Success
application/json
ResponsenumberExample:
13.4556401
Not authorized
application/json
get
/account/native_balanceGET /account/native_balance HTTP/1.1
Host:
x-apikey: YOUR_API_KEY
Accept: */*
13.4556Last updated
Was this helpful?