Skip to main content
GET
https://api.dojah.io
/
api
/
v1
/
balance
GET 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"
  }
}