Withdrawals
Retrieve withdrawal by withdrawal root
Returns the withdrawal data by withdrawal root.
GET
/
withdrawals
/
{withdrawalRoot}
Path Parameters
withdrawalRoot
string
requiredThe root hash of the withdrawal
Response
200 - application/json
withdrawalRoot
string
requiredThe root hash of the withdrawal
nonce
number
requiredThe nonce of the withdrawal
stakerAddress
string
requiredThe address of the staker
delegatedTo
string
requiredThe operator address to which staking is delegated
withdrawerAddress
string
requiredThe address of the withdrawer
shares
object[]
requiredThe list of strategy shares
createdAtBlock
number
requiredThe block number when the withdrawal was recorded by EigenExplorer
createdAt
string
requiredThe time stamp when the withdrawal was recorded by EigenExplorer
updatedAtBlock
number
requiredThe block number when the withdrawal was last updated
updatedAt
string
requiredThe time stamp when the withdrawal was last updated
isCompleted
boolean
requiredIndicates if the withdrawal is completed
Was this page helpful?