List broker-reported activities for an account
GET/api/v1/accounts/:accountId/activities
Returns the AccountActivity ledger for one account, newest first.
Filterable by activity type, date range, and symbol; paginated.
Each row includes the per-trade TradeActivityAllocation slices
(today populated for DIV activities) so the UI can render the
"linked trade(s)" column without an extra round trip.
Request
Responses
- 200
- 401
- 404
- 500
Paginated activity rows with per-row allocations.
Authentication required.
Account not found or does not belong to the caller.
Server error.