v9

OpenAPI 3.1.02026-08-043703845.2 MB
Ledgers

List Financial Activity

Returns an account's or user's activity feed: every movement of money in or out.

get/financial-activity

Query parameters

account_idstring

The owning account ID (a biz_ identifier). Provide this or user_id.

user_idstring

The owning user ID (a user_ identifier). Provide this or account_id.

include_owned_accountsboolean

When true, aggregates the authenticated user's personal ledger with the businesses they own (owner role with balance read) into one feed. Requires user_id to be the authenticated user; cannot be combined with account_id or the settlement-date filters. Each returned row includes the owning account.

line_typesstring[]

Optional ledger line categories to include. Some categories (for example onchain_deposit, which covers inbound crypto deposits such as MoonPay onramps) are only returned when explicitly requested here.

currencystring

Optional currency code filter, for example usd.

posted_afterstring date-time

Only include rows posted after this ISO 8601 timestamp.

posted_beforestring date-time

Only include rows posted before this ISO 8601 timestamp.

available_afterstring date

Only include rows whose funds became withdrawable on or after this YYYY-MM-DD settlement date (UTC), distinct from posted_at. Requires currency.

available_beforestring date

Only include rows whose funds became withdrawable on or before this YYYY-MM-DD settlement date (UTC). Set equal to available_after for a single day. Requires currency.

limitinteger

Maximum number of rows to return.

cursorstring

Cursor returned by the previous page.

Response

activities listed for a user