Skip to main content
GET
Get withdrawal

Path Parameters

withdrawalIndex
string
default:0
required

Response

OK

withdrawalIndex
string | null

Allocated withdrawal index — matches executeWithdrawal.index on-chain

Example:

"42"

vaultAddress
string | null

0x-prefixed lowercase address of the vault contract the calldata is submitted to

Example:

"0x5fbdb2315678afecb367f032d93f642f64180aa3"

calldata
string | null

0x-prefixed ABI-encoded executeWithdrawal(...) calldata; submit as tx.data to the vault. Empty on InitiateWithdrawal (the merkle proof is not available until the withdrawal root is confirmed on-chain) — fetch it from GetWithdrawal once ready