[GET]
{{baseUrl}}/api/v1/wallet/balance
HeaderTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Sample response

Response
{
  "entity": {
    "account_number": "1001234567",
    "account_name": "Test Account",
    "bank_name": "D MFB",
    "main_balance": 500.00,
    "ledger_balance": 500.00
  }
}