List activity
Returns customer-facing wallet activity across the authenticated organization. Pass one or more walletId query parameters to filter to specific wallets.
status: "processing" before finality for workflow-idle wallets. Processing deposit activity means Ground has detected the inbound onchain transfer; it is not yet credited to wallet balances.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Optional repeatable wallet ID filter.
Opaque cursor from a prior response.
Maximum number of activity items to return. Runtime clamps invalid, missing, and oversized values into the supported 1-100 range.
1 <= x <= 100Use all to include organization-wide activity. Omit for the default wallet-scoped view, optionally filtered by walletId.
all Filter activity by type.
deposit, withdrawal, rebalance Comma-separated public activity statuses to include, or all.
"created,processing"
Inclusive ISO-8601 UTC lower bound for activity timestamps.
Exclusive ISO-8601 UTC upper bound for activity timestamps.