/eth/v1/validator/prepare_beacon_proposer
Parameters:
Example:
// Request
curl -X POST -H 'Content-Type: application/json'
https://ethereum-beacon.blockpi.network/rpc/v1/your-rpc-key/eth/v1/validator/prepare_beacon_proposer
'
[
{
"validator_index": "1",
"fee_recipient": "0xAbcF8e0d4e9587369b2301D0790347320302cc09"
}
]
'
// Result
Last updated
Was this helpful?