Encode a transaction to claim finalized withdrawal requests

Generates the encoded transaction to claim one or more finalized withdrawal
requests from the pool's WithdrawalQueue contract. The caller must be the
owner of the requests. Checkpoint hints are computed server-side.

Path Params
string
required

The unique identifier of the Lido staking contracts

Body Params

Request to encode a claim withdrawals transaction for finalized requests on the pool's WithdrawalQueue contract.

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

Ethereum address where claimed ETH will be sent.

requestIds
array of strings
required
length ≥ 1

Array of withdrawal request IDs to claim (as bigint strings).

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

Optional Ethereum address to simulate the transaction from.

Responses

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