RewardsAsk AIpost https://api.figment.io/ethereum/rewardsBody Paramstime_rollupstringenumrequiredThe granularity of the rewards data. Use epoch for one record per validator per epoch, daily for rewards aggregated by UTC calendar day, or all_time for cumulative rewards since validator activation.epochdailyall_timeAllowed:epochdailyall_timestartstringrequiredLower bound of rewards data. For epoch time_rollup: accepts an epoch number as an integer (e.g. 261702) or a date string ("YYYY-MM-DD"). For daily time_rollup: accepts a date string ("YYYY-MM-DD"). Ignored for all_time time_rollup.endstringrequiredUpper bound of rewards data. For epoch time_rollup: accepts an epoch number as an integer (e.g. 261703) or a date string ("YYYY-MM-DD"). For daily time_rollup: accepts a date string ("YYYY-MM-DD"). Ignored for all_time time_rollup.groupsstringFilter using comma-separated group uuids.networkstringenumDefaults to mainnetmainnethoodiAllowed:mainnethoodipubkeysarray of stringsA list of validator pubkeys for filtering.pubkeysADD stringwithdrawal_addressesarray of stringsA list of withdrawal addresses or credentials for filtering.withdrawal_addressesADD stringpageobjectpage objectResponses 200List of rewards and balances aggregated for all addresses registered to the organization and rolled up to the requested time_rollup. 400Parameter error 401Unauthorized 500System errorUpdated 4 months ago