Balance

Get the current account balance of the client

Get Account Balance

GET https://hedera-serverless-consensus.vercel.app/api/account/balance

This endpoint allows you to get the account balance of the client

Headers

{
    "data": {
        "balance": "10000"
    }
}

Last updated