This end point allows you to easily fetch your wallet balance on the Dojah platform
curl --request GET \ --url https://api.dojah.io/api/v1/balance \ --header 'AppId: <appid>' \ --header 'Authorization: <api-key>'
{ "entity": { "wallet_balance": "14132.00" } }
Application ID from dashboard
Show properties
Wallet balance
error message
Was this page helpful?