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

# Consulta de Saldo da Conta

> Verifique em tempo real seu saldo disponível para saques e valores retidos.

`GET /v1/balance`  •  escopo `payments:read`

```bash theme={null}
curl https://api.kavropay.online/v1/balance \
  -H "Authorization: Bearer sk_live_SUA_CHAVE_AQUI"
```

**Exemplo de Resposta (HTTP 200 OK)**

```json theme={null}
{
  "available": 3450.00,
  "locked": 0.00,
  "currency": "BRL"
}
```

<CardGroup cols={2}>
  <Card title="Anterior: Saques PIX" icon="arrow-left" horizontal href="/saques-pix" />

  <Card title="Próximo: Webhooks" icon="arrow-right" horizontal href="/webhooks" />
</CardGroup>
