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...fb25e
Pattern: ^0x[a-fA-F0-9]{40}$
Responses
200
Success
application/json
ResponsenumberExample:
13.4556
401
Not authorized
application/json
get
GET /account/native_balance HTTP/1.1
Host:
x-apikey: YOUR_API_KEY
Accept: */*
13.4556
Last updated
Was this helpful?