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

# get\_balance

### **Use case**

The app requests the balance of the account from the wallet.

### **Request**

```json
{
    "method": "get_balance",
    "params": {
    }
}
```

### **Response**

```json
{
    "result_type": "get_balance",
    "result": {
        "balance": 10000, // user's balance in msats
    }
}
```
