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

# List wallets

Returns a page of wallets accessible to the caller. Supports filtering, ordering, and cursor-based pagination — see [Pagination](/api-reference/conventions/pagination) and [Filtering](/api-reference/conventions/filtering).

**Filterable fields:** `id` (string), `status` (enum), `name` (string), `createdAt` (timestamp).

**Orderable fields:** `createdAt`.

<Tip>
  For interactive UIs, use `page_size=25` and pass `nextPageToken` back as `page_token`. For batch jobs, use `page_size=100` (the maximum).
</Tip>
