> ## Documentation Index
> Fetch the complete documentation index at: https://docs.r28.ai/charter/llms.txt
> Use this file to discover all available pages before exploring further.

# balance_retrieve

> Retrieve the current account balance.

<div className="tool-route"><span className="tool-row-method" data-method="GET">GET</span><code>{"https://api.stripe.com/v1/balance"}</code></div>

```python stripe_balance_retrieve.py theme={null}
from charter.packs import stripe

result = await stripe.balance_retrieve.ainvoke({})
```

This tool takes no arguments.
