cURL
curl --request GET \ --url https://api.chainbase.online/v1/account/balance \ --header 'x-api-key: <x-api-key>'
{ "code": 0, "message": "ok", "data": "<string>" }
Returns the balance for a specified address.
"demo"
chain network id, see list of details
1
A hex string referencing a wallet address
block decimal number, hex number or 'latest'
Successful Response
The response is of type object.
object