OBJECT

Portfolio

link GraphQL Schema definition

  • type Portfolio {
  • # The total value of all the assets under the portfolio
  • total: Amount!
  • # The asset balance summaries of each of the coins (ETH/BTC)
  • # The balance summaries of each of the asset (i.e. ETH, BTC..)
  • balances: BalanceConnection!
  • # The timestamp of the portfolio values (ISO 8601 UTC time)
  • timestamp: String
  • }