Consumer API · type

GetPortfolioValueResponse

Generated schema definition for GetPortfolioValueResponse.

Definition

graphql
type GetPortfolioValueResponse {
assets: [PartialAsset!]!
breakdown: [ChartPointBreakdown!]!
showWarning: Boolean!
timestamp: Date!
value: Float!
valueCents: Float!
}