List Financial Activity
Returns a paginated activity feed for one account or user, derived from ledger lines with typed resource and source objects for presentation. Pass exactly one of account_id (a biz_ identifier) or user_id (a user_ identifier). Filter by line type, currency, posted timestamp, or settlement date to reconcile a specific window.
Authorizations
An account API key, account 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.
Only include rows whose funds became withdrawable on or after this YYYY-MM-DD settlement date (UTC), distinct from posted_at. Requires currency.
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.
Maximum number of rows to return.
x <= 100Cursor returned by the previous page.

