List activity
Activity
List activity
Returns customer-facing wallet activity across the authenticated organization. Pass one or more walletId query parameters to filter to specific wallets.
GET
List activity
Documentation Index
Fetch the complete documentation index at: https://docs.groundtech.co/llms.txt
Use this file to discover all available pages before exploring further.
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.
Required range:
1 <= x <= 100Filter activity by type.
Available options:
deposit, withdrawal, rebalance Comma-separated public activity statuses to include, or all.
Example:
"created,processing"