Skip to main content

Portfolio

No description

type Portfolio {
total: Amount!
balances: BalanceConnection!
timestamp: String
}

Fields

Portfolio.total ● Amount! non-null object

The total value of all the assets under the portfolio

Portfolio.balances ● BalanceConnection! non-null object

The asset balance summaries of each of the coins (ETH/BTC) The balance summaries of each of the asset (i.e. ETH, BTC..)

Portfolio.timestamp ● String scalar

The timestamp of the portfolio values (ISO 8601 UTC time)

Member Of

PortfolioConnection object