Encode mint stETH transaction

Path Params
string
required

The unique identifier of the Lido staking contracts

Body Params
string
^0x[a-fA-F0-9]{40}$

Address of the recipient of the stETH tokens. Required for dedicated/STV vaults, must not be provided for StvStETH pools.

string
required

Amount of STETH (18 decimals) to mint, as a bigint string in wei. Pass the literal "max" to mint the full remaining capacity (computed server-side).

string
^0x[a-fA-F0-9]{40}$

Depositor address whose remaining minting capacity bounds the "max" amount on StvStETH pools (per-depositor). When amountOfStETH is "max" on a pool, provide either fromAddress or simulateAddress; they must be the same if both are given. Ignored for dedicated/STV vaults.

string
^0x[a-fA-F0-9]{40}$

Optional Ethereum address to simulate the transaction from. If provided, the transaction will be simulated and any revert errors will be returned.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json