Accounts
List cash-management accounts and their balances. Filter server-side rather than paging and filtering client-side.
get/accounts
Query parameters
limitstring
Page size, 1–100 (default 25).
Page size, 1–100 (default 25).
cursorstring
Opaque cursor from a prior response nextCursor.
Opaque cursor from a prior response nextCursor.
type'treasury' | 'operating'
Only accounts of this type.
Only accounts of this type.
status'ACTIVE' | 'ACCOUNT_RESTRICTED' | 'PENDING_APPROVAL' | 'ACCOUNT_CLOSED'
Only accounts reporting this status.
Only accounts reporting this status.
Response
A page of accounts.
Changes
No recorded changes to this endpoint across all 1 revision of this API.