Ethereum
Prepare Staking Proxy Transaction
Construct a serialized transaction to deposit ETH to the proxy smart contract. For validators using 0x02 type of withdrawal credentials.
GET
Prepare Staking Proxy Transaction
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Amount of tokens in ETH to deposit.
Example:
32
Amount of tokens in Gwei to stake per validator.
Example:
"32000000000"
Withdrawal credentials type.
Available options:
0x01, 0x02 Example:
"0x02"
Withdrawal address for the validators.
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x338EF19fA2eC0fc4d1277B1307a613fA1FBbc0cb"
Controller address for the validators.
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x338EF19fA2eC0fc4d1277B1307a613fA1FBbc0cb"
Fee recipient address.
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x53da3c92fCCEb0CFE1764f65DDfF1564A2b15585"