Skip to main content

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.

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).