Skip to main content
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
AuthorizationstringPrivate/secret key. Use <key> not Bearer <key>
Response
{
    "entity": {
        "wallet_balance": "550.50"
    }
}