List Financial Activity
Lists financial activity rows for a ledger account. Rows are derived from ledger lines and include typed resource and source objects that clients can use for presentation and navigation. The ledger’s owner is passed as exactly one of account_id (a biz_ identifier) or user_id (a user_ identifier).
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token.
Query Parameters
The owning account ID (a biz_ identifier). Provide this or user_id.
The owning user ID (a user_ identifier). Provide this or account_id.
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.
Optional currency code filter, for example usd.
Only include rows posted after this ISO 8601 timestamp.
Only include rows posted before this ISO 8601 timestamp.
Maximum number of rows to return.
x <= 100Cursor returned by the previous page.

