Investment Products
Get recent asset activity
Retrieve the latest orders and dividends tied to a user-held investment product.
GET
Return a reverse-chronological feed of asset activity for the authenticated user, covering
investment orders and dividend transactions linked to the requested ISIN. Rewards are not
included in the B2B API. Provide the optional
limit parameter to cap the total number of
combined items returned.
Authentication & headers
Bearer token issued by Auth0. Format:
Bearer YOUR_ACCESS_TOKEN and must include the read:users scope.MongoDB identifier of the user context (24-char hex). Required to resolve the correct portfolio and
FX conversions.
Path parameters
ISIN of the investment product to fetch activity for.
Query parameters
Maximum number of activity entries to return. When omitted, the feed returns all available items.
Example request
Example response
Response fields
Identifies the activity category represented by the item payload.
Category-specific payload. Orders include enriched execution data; dividends expose settlement
amounts.
Authorizations
Auth0-issued access token that includes the read:users scope.
Headers
MongoDB identifier of the Wealthyhood user whose subscription context should be applied.
Pattern:
^[a-f0-9]{24}$Path Parameters
ISIN of the investment product to retrieve.
Pattern:
^[A-Z0-9]{12}$Query Parameters
Maximum number of activity items to return.
Required range:
x >= 1