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

# v1 Account Balance

> Query account balance for legacy integrations that still depend on the v1 route family.

Use this endpoint only for merchants that still depend on the v1 balance route.

## Endpoint

`GET /v1/account/balance`

## Example response

```json theme={null}
{
  "available_balance": 5000,
  "waiting_funds": 1200
}
```

## Interpretation rule

`waiting_funds` is the net receivable amount still pending settlement. It does not represent gross receivables before fees and reserves.
