For the complete documentation index, see llms.txt. This page is also available as Markdown.

Native Balance

Checks the balance of ETH for the given account (if specified), otherwise the address in the .env is used.

get
Required scopes
This endpoint requires the following scopes:
Authorizations
x-apikeystringRequired
Query parameters
walletAddrstringOptional

wallet address

Example: 0x3ba638...fb25ePattern: ^0x[a-fA-F0-9]{40}$
Responses
200

Success

application/json
numberOptionalExample: 13.4556
get/account/native_balance
GET /account/native_balance HTTP/1.1
x-apikey: YOUR_API_KEY
Accept: */*
13.4556

Last updated

Was this helpful?