Retrieve per-epoch balance history for one or more Ethereum Beacon Chain validators. Use optional query parameters to control the time window (latest_epoch, offset, limit). Returns an array of balance snapshots showing how validator balances changed over time, including both tot…
limitintegerNumber of epochs to return in the window. Allowed range is 1 to 100. Defaults to 100.
offsetintegerNumber of epochs to skip backwards from `latest_epoch` before starting the window. Must be non-negative and not exceed `latest_epoch`. Defaults to 0.
latest_epochintegerMost recent epoch to include (inclusive). Defaults to the latest processed epoch. Must be less than or equal to the latest processed epoch.
index_or_pubkeyRequiredstringComma-separated validator indices and/or public keys (maximum 100 items by default). Accepts: (1) Validator index as a number string (e.g., '1', '2', '100'), (2) BLS public key with 0x prefix (96 hex characters), or (3) Comma-separated list of indices/pubkeys (e.g., '1,2,3' or '…
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.