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

limitintegerOptional1-200Defaults to 20
Maximum number of results to return. Default 20, max 200.
cursorstringOptional

Opaque cursor from nextCursor of a previous response.

Response

All deposit accounts for the organisation.
accountslist of objects
nextCursorstring or null

Opaque cursor for the next page. null when the list is exhausted.

hasMoreboolean

Convenience flag. false when nextCursor is null.

Errors

401
Unauthorized Error