Get deposit account details
Returns all deposit accounts for the organisation across every supported currency and rail. Multiple entries may share the same currency (e.g. USD via SWIFT and USD via local ACH). Each entry includes a stable per-client reference to include on the incoming wire.
Authentication
AuthorizationBearer
Token obtained via the login flow.
Query parameters
limit
Maximum number of results to return. Default 20, max 200.
cursor
Opaque cursor from nextCursor of a previous response.
Response
All deposit accounts for the organisation.
accounts
nextCursor
Opaque cursor for the next page. null when the list is exhausted.
hasMore
Convenience flag. false when nextCursor is null.
Errors
401
Unauthorized Error