# 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 %}
