Explorer
Get Portfolio Activity
Get the portfolio activity of a user.
The getPortfolioActivity
function retrieves the portfolio activity for the authenticated user.
Available on





To enable these chains for your application, please configure them in the Okto Dashboard.
Not available on
Method Overview
Methods | Description |
---|---|
async getPortfolioActivity | Get the portfolio activity of a user |
Get Portfolio Activity
async getPortfolioActivity(OktoClient)
retrieves the user's portfolio activity history.
Parameters
Parameter | Type | Description |
---|---|---|
oktoClient | OktoClient | Okto client |
Response
Success Response
Field Name | Type | Description |
---|---|---|
result | Promise<UserPortfolioActivity[]> | Returns the portfolio activity of the user |
Example
Note
In case of errors, debug the error using the error code and refer to the SDK errors and warnings documentation for more details.