/eth/v1/beacon/states/{state_id}/validators/{validator_id}
Returns validator specified by state and id or public key along with status and balance.
Parameters:
state_id-string, State identifier. Can be one of: "head" (canonical head in node's view), "genesis", "finalized", "justified", , <hex encoded stateRoot with 0x prefix>. validator_id-string, Either hex encoded public key (any bytes48 with 0x prefix) or validator index
Example:
Previous/eth/v1/beacon/states/{state_id}/validatorsNext/eth/v1/beacon/states/{state_id}/validator_balances
Last updated