curl --request GET \
--url https://api.dojah.io/api/v1/balance \
--header 'AppId: <appid>' \
--header 'Authorization: <api-key>'{
"entity": {
"wallet_balance": "14132.00"
}
}
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"
}
}
Was this page helpful?