Prepare a completeQueuedWithdrawals transaction

Encodes DelegationManager.completeQueuedWithdrawals(withdrawals, tokens, receiveAsTokens).
Completes completable withdrawals for the staker in a single batch transaction.
Token addresses are resolved automatically. Can only be called after the escrow period has passed for at least one withdrawal.
Set undelegatedOnly=true to only complete withdrawals from the undelegation queue (for redelegation).

Nonce handling: The nonce is computed at call time. If you prepare multiple transactions before broadcasting, they will share the same nonce and only the first will succeed. Broadcast and confirm each transaction before preparing the next.

Query Params
string
enum
Defaults to mainnet

Target network. Defaults to mainnet.

Allowed:
Body Params
string
required

Staker Ethereum address

boolean
required

If true, receive ERC20 tokens. If false, receive as shares.

boolean
Defaults to false

If true, only complete withdrawals from the undelegation queue. Defaults to false.

Responses

400

Invalid input or no completable withdrawals

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