> ## 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.

# Fund Wallet

> How to fund wallet via the Application

<Info>
  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.
</Info>

<img src="https://mintlify.s3.us-west-1.amazonaws.com/dojah/images/fund_wallet.png" alt="" />

***

## Dojah Wallet balance

This endpoint would fetch you with your current dojah balance

```http [GET] theme={null}
{{baseUrl}}/api/v1/balance

```

### Header

| Header        | Type   | Description                                                                                         |
| ------------- | ------ | --------------------------------------------------------------------------------------------------- |
| AppId         | string | Create an app to get your app ID on dashboard [here](https://app.dojah.io/developers/configuration) |
| Authorization | string | Private/secret key. Use `<key>` not `Bearer <key>`                                                  |

```json Response theme={null}
{
    "entity": {
        "wallet_balance": "550.50"
    }
}

```
