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

# GET /api/pix/ledger

> Lista de lançamentos do livro-caixa; paginação preferencialmente por cursor, filtros e datas inclusivas.

## Resumo

* **Método:** `GET`
* **Rota:** `/api/pix/ledger`
* **Autenticação:** `Authorization: Bearer <seu_api_token>`

## Parâmetros (origem, entre outros)

| Parâmetro                 | Descrição                                             |
| ------------------------- | ----------------------------------------------------- |
| `limit`                   | Tamanho da página (máx. **100** comum)                |
| `cursor`                  | Paginação por **cursor** (preferida)                  |
| `operation`               | `credit` ou `debit`                                   |
| `entry_type`              | Ex.: `pix_cash_in_credit`, `pix_cash_out_debit`, etc. |
| `start_date` / `end_date` | Intervalo **inclusivo** (`YYYY-MM-DD`)                |

`TODO: resposta, formato do cursor, exemplos` — a origem não fornece JSON de resposta de lista.

## HTTP

* **200** OK.
* **401** Não autenticado.
* **500** Interno.

## Ver

* [Visão geral de ledger](/ledger-and-reconciliation/ledger-overview)
* [Obter entrada](/api-reference/get-ledger-entry)
