EpochRewardSummary
an aggregated reward summary for a combination of epoch/asset/market/reward type
type EpochRewardSummary {
  epoch: Int!
  marketId: ID
  assetId: ID!
  rewardType: AccountType!
  amount: String!
}
Fields
EpochRewardSummary.epoch ● Int! non-null scalar
The epoch for which summary is generated
EpochRewardSummary.marketId ● ID scalar
ID of the market
EpochRewardSummary.assetId ● ID! non-null scalar
ID of the Asset
EpochRewardSummary.rewardType ● AccountType! non-null enum
Type of the reward
EpochRewardSummary.amount ● String! non-null scalar
Total quantity of rewards awarded in this asset/market/reward type in this epoch
Member of
EpochRewardSummaryEdge  object