Get the current account balance of the client
Last updated 2 years ago
GET https://hedera-serverless-consensus.vercel.app/api/account/balance
GET
https://hedera-serverless-consensus.vercel.app/api/account/balance
This endpoint allows you to get the account balance of the client
{ "data": { "balance": "10000" } }
{ "reason": "Please set \"x-api-key\" in your header" }
x-api-key
string
The value set as API_SECRET_KEY in the client's environment.