Stake Transaction

Generates an Ethereum EIP 1559 stake transaction

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Transaction to craft

uuid
required

Kiln Account ID to stake into

string
required

Wallet to stake from and be used as a withdrawal credentials in the deposit. Losing access to this wallet will result in losing the stake.

string

Ethereum address to be used as withdrawal credentials. If not specified, defaults to the wallet address.

integer
1 to 512

Number of validators to create when compounding_withdrawal is true. When compounding_withdrawal is false, this field is ignored and the number of validators is automatically calculated based on the amount (amount divided by 32 ETH).

string
required

Amount to stake in WEI.

  • If compounding_withdrawal is false, must be a multiple of "32000000000000000000" WEI (32 ETH).
  • If compounding_withdrawal is true, can be any value from "32000000000000000000" WEI (32 ETH) up to "2048000000000000000000" WEI (2048 ETH) and a multiple of "1000000000" WEI, i.e 1 GWEI.
boolean

Enable compounding withdrawal

string

Ethereum fee-recipient address for execution rewards. Uses the wallet both for consensus and execution rewards if not specified.

Responses

400

Invalid parameters

401

Unauthorized

500

Internal server error

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json; charset=utf-8