List accounting activity
Returns customer-facing accounting journal lines for either one wallet or the authenticated organization. Rows with the same journalEntryId belong to the same journal entry. nativeUnits and amountUsd are signed: positive values increase that account bucket and negative values decrease it.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Wallet ID for a wallet-scoped activity feed. Provide exactly one of walletId or scope=organization.
Use organization for an organization-wide activity feed. Provide exactly one of walletId or scope=organization.
organization Inclusive ISO-8601 UTC lower bound for activity timestamps. Defaults to the beginning of time when omitted.
Exclusive ISO-8601 UTC upper bound for activity timestamps. Defaults to the current request time when omitted.
Opaque cursor from a prior response.
Maximum number of journal lines to return.
1 <= x <= 500