Reward
Reward information for a single party
type Reward {
  asset: Asset!
  marketId: ID!
  rewardType: AccountType!
  party: Party!
  epoch: Epoch!
  amount: String!
  percentageOfTotal: String!
  receivedAt: Timestamp!
}
Fields
Reward.asset ● Asset! non-null object
The asset this reward is paid in
Reward.marketId ● ID! non-null scalar
The market ID for which this reward is paid if any
Reward.rewardType ● AccountType! non-null enum
The type of reward
Reward.party ● Party! non-null object
Party receiving the reward
Reward.epoch ● Epoch! non-null object
Epoch for which this reward was distributed
Reward.amount ● String! non-null scalar
Amount received for this reward
Reward.percentageOfTotal ● String! non-null scalar
Percentage out of the total distributed reward
Reward.receivedAt ● Timestamp! non-null scalar
Time at which the rewards was received
Member of
Entities  object ● RewardEdge  object