List account transfers of the company, paginated.
Own, independent listing from GET /companies/transactions (plan.md Decisão A) — transfers never appear in the transactions listing, and clients must not concatenate the two paginated responses on the client side. limit is capped server-side at 100 (usecase.MaxTransferPageSize) regardless of the value requested; values above that are silently truncated, not rejected.
Authorizations
Token da sessão no cabeçalho Authorization, no formato Bearer (mesmo esquema ApiKeyAuth do contrato).
Headers
company uuid
Query Parameters
current page (default 1)
max results per page (default 10, capped at 100)
ILIKE filter over reference
filters transfer_date >= start_date (YYYY-MM-DD)
filters transfer_date <= end_date (YYYY-MM-DD)
comma-separated bank account uuids; matches origin OR destination