Returns a page of wallets accessible to the caller. Supports filtering, ordering, and cursor-based pagination — see Pagination and Filtering.Filterable fields:id (string), status (enum), name (string), createdAt (timestamp).Orderable fields:createdAt.
For interactive UIs, use page_size=25 and pass nextPageToken back as page_token. For batch jobs, use page_size=100 (the maximum).