Retrieves rewards info for sync committee members specified by slot number or validator index.
beacon.raw.sync_committee_rewards
contains rewards for individual validators participating in the sync committee after the Altair upgrade.
/eth/v1/beacon/rewards/sync_committee/{block_id}
RPC Method.
This table only contains finalized slots and includes slots from 2375680 (Epoch 74240) onwards. Sync reward is only present when a corresponding block is proposed in the slot on the ETH1 mainnet.
Column Name | Description | Example |
---|---|---|
slot_number | Slot number. | 9237940 |
slot_timestamp | Slot timestamp in UTC. | 2024-06-06 13:08:23 |
validator_index | Validator index | 1110624 |
reward | Sync committee reward. | 21968 |
execution_optimistic | A boolean indicating whether the execution of rewards for the specified epoch is done optimistically or not | FALSE |
finalized | The boolean field that signifies whether the rewards for the sync committee at the specified block have been finalized. | TRUE |
_created_at | Timestamp where the entry was created | 2024-06-13 03:19:02.310 |
_updated_at | Timestamp where the entry was updated at | 2024-06-13 03:19:02.310 |