Get all accounts
Returns all accounts across all customers in the organization. Use holdsBalance=true to list balance accounts.
Query parameters
Number of results to return (1-1000). Use with offset for traditional pagination.
Number of results to skip. Use with limit for traditional pagination.
Number of results per page (1-1000). Use with starting_after for cursor-based pagination.
Cursor for pagination. Use the ID of the last item from the previous page to get the next page. Use with page_size for cursor-based pagination.
Account ID prefix to search for
Customer ID to filter accounts by
Only return balance accounts (USD or stablecoin). Same set as POST /v1/balance-accounts and POST /v1/balance-accounts/stablecoin.
Headers
API key
Response
Paginated list of all accounts
Changes
No recorded changes to this endpoint across all 2 revisions of this API.