List customer-owned internal accounts.
Read customer-owned internal accounts with optional currency, customerId, and cursor filters. This surface is distinct from GET /platform/internal-accounts. In the current MVP, same-currency funding is performed separately via POST /transfer-in.
Authorizations
Integration-key Basic Auth (clientId:clientSecret) as documented in docs/public/AUTHENTICATION.md.
Query Parameters
Filter by ISO 4217 currency code.
Filter by the owning customer's system-generated BLIPS customer ID.
Maximum number of results to return. Defaults to 10 and caps at 100.
1 <= x <= 100Pagination cursor returned from a previous list response.
Response
Customer internal account list returned.
Customer-owned internal accounts in the current page of results.
Whether another page of internal accounts is available.
Cursor to use for the next page when hasMore is true.
Total number of matching internal accounts across all pages.