Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dojah.io/llms.txt

Use this file to discover all available pages before exploring further.

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"
    }
}