AggregatedBalance
No description
type AggregatedBalance {
timestamp: Timestamp!
balance: String!
partyId: ID
assetId: ID
marketId: ID
accountType: AccountType
}
Fields
AggregatedBalance.timestamp ● Timestamp! non-null scalar
RFC3339Nano time from at which this balance was relevant
AggregatedBalance.balance ● String! non-null scalar
Net balance of the accounts specified in the filter at this time
AggregatedBalance.partyId ● ID scalar
Account identifier, if query was grouped by account - else null
AggregatedBalance.assetId ● ID scalar
Asset identifier, if query was grouped by asset - else null
AggregatedBalance.marketId ● ID scalar
Market identifier, if query was grouped by market - else null
AggregatedBalance.accountType ● AccountType enum
Account type, if query was grouped by account type - else null
Member of
AggregatedBalanceEdge object