GET
/
api
/
v1
/
balance
curl --request GET \
  --url https://api.dojah.io/api/v1/balance \
  --header 'AppId: <appid>' \
  --header 'Authorization: <api-key>'
{
  "entity": {
    "wallet_balance": "14132.00"
  }
}
AppId
string
required

Application ID from dashboard

200
Object
401
Object
{
  "entity": {
    "wallet_balance": "14132.00"
  }
}

Was this page helpful?