Trading Assistant API Documentation - v0.1.0
Preparing search index...
api/portfolioClient
getCompletePortfolioData
Function getCompletePortfolioData
getCompletePortfolioData
(
portfolioId
:
string
,
token
?:
string
|
null
,
)
:
Promise
<
{
portfolio
:
Portfolio
;
positions
:
PositionsResponse
;
performance
:
PerformanceResponse
;
allocation
:
AllocationResponse
;
recommendations
:
RecommendationsResponse
;
}
,
>
Get complete portfolio data (positions + performance + allocation + recommendations)
Parameters
portfolioId
:
string
Optional
token
:
string
|
null
Returns
Promise
<
{
portfolio
:
Portfolio
;
positions
:
PositionsResponse
;
performance
:
PerformanceResponse
;
allocation
:
AllocationResponse
;
recommendations
:
RecommendationsResponse
;
}
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Trading Assistant API Documentation - v0.1.0
Loading...
Get complete portfolio data (positions + performance + allocation + recommendations)