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
walletAddrstringOptional

wallet address

Example: 0x3ba638...fb25ePattern: ^0x[a-fA-F0-9]{40}$
Responses
200
Success
application/json
ResponsenumberExample: 13.4556
get
GET /account/native_balance HTTP/1.1
Host: 
x-apikey: YOUR_API_KEY
Accept: */*
13.4556

Last updated

Was this helpful?