GET /ledger/transaction-activities
returns activities across all types. Use
GET /ledger/accounts/{accountId}/activities
or
GET /ledger/subaccounts/{subAccountIdRef}/activities
to scope to a single account or sub-account, and the corresponding
.../{activityId} endpoint to fetch one activity by ID.
Continue to Breakdown of Activity Types and Data.