πŸ“˜In order for you to Fund your Dojah Wallet Balance without hassle

Click on Top Up Wallet from the Dashboard Menu and follow the prompts


Dojah Wallet balance

This endpoint would fetch you with your current dojah balance

[GET]
{{baseUrl}}/api/v1/balance

HeaderTypeDescription
AppIdstringCreate an app to get your app ID on dashboard here
Authorizationstringpublic secret key
Response
{
    "entity": {
        "wallet_balance": "550.50"
    }
}