ETH Rewards (for org, per validator)Copy Pagepost https://rewards.datahub.figment.io/v3/rewards/ethereum/validator_addressesBody Paramschain_idstring | nullenumId of the chain that rewards belong tomainnetmainnetholeskyAllowed:mainnetholeskytime_rollupstring of stringsenumrequiredRollup to use when reporting the data. Allowed values are 'epoch', 'daily', and 'all_time'.epochdailyall_timeAllowed:epochdailyall_timestartstringrequiredLower bound of rewards data expressed as epoch number (for epoch rollup only) or timestamps (as strings "YYYY-MM-DD"). This parameter is ignored when all_time rollup is requested.endstringrequiredUpper bound of rewards data expressed as epoch number (for epoch rollup only) or timestamps (as strings "YYYY-MM-DD"). This parameter is ignored when all_time rollup is requested.withdrawal_addressesarray of stringsA set of withdrawal addresses (or withdrawal credentials) to filter the results with.withdrawal_addressesADD stringvalidator_addressesarray of stringsA set of validator public keys to filter the results with.validator_addressesADD stringlimitintegerA number to limit the total number of records in the response. Only available to all_time time_rollup requests.offsetintegerPagination offset to start the results with. Only available to all_time time_rollup requests.Response 200List of rewards and balances rolled up to the requested time_rollup. Results only includes validators that are registered with the current user's organization.Updated 9 months ago