> For the complete documentation index, see [llms.txt](https://docs.walleo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.walleo.io/partners-api/api-reference/balance.md).

# Balance

## Get my balance

## Get balance

<mark style="color:blue;">`GET`</mark> `https://api.walleo.io/partners/v1/balance`

Get user balance.

#### Response

{% tabs %}
{% tab title="200: OK Return user balance" %}

```json
{
    "balance": {
        "amount": 25674.30
    }
}
```

{% endtab %}
{% endtabs %}
