[GET]
{{baseUrl}}/api/v1/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": {
    "wallet_balance": "14132.00",
    "transferable_balance": "13289.00"
  }
}