JavaScript
Accounts
List accounts
Returns a paginated list of accounts.
GET
JavaScript
Authorizations
Bearer token for authentication with Augustus Banking API
Query Parameters
Number of results per page (1-100). Defaults to 10.
Required range:
1 <= x <= 100Opaque cursor from a previous next_cursor.
Filter by exact fiat account number. Crypto wallets are excluded when set.
Minimum string length:
1Filter by account holder name (case-insensitive phrase match). Crypto wallets are excluded when set.
Minimum string length:
1Filter by account status.
Available options:
pending, active, frozen ID of the account program to list virtual accounts for.
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$