v25

OpenAPI 3.1.0raw.githubusercontent.com2026-08-014254240.1 KB
Accounts

List accounts

Returns a paginated list of accounts.

get/v1/accounts

Query parameters

limitinteger

Number of results per page (1-100). Defaults to 10.

cursorstring

Opaque cursor from a previous next_cursor.

account_numberstring

Filter by exact fiat account number. Crypto wallets are excluded when set.

account_holder_namestring

Filter by account holder name (case-insensitive phrase match). Crypto wallets are excluded when set.

status'pending' | 'active' | 'frozen'

Filter by account status.

parent_idstring uuid

ID of the account program to list virtual accounts for.

Response

List of accounts

has_moreboolean required
next_cursorstring nullable required