GET
/
withdrawals
/
{withdrawalRoot}

Headers

X-API-Token
string
required

API Token for authentication

Path Parameters

withdrawalRoot
string
required

The root hash of the withdrawal

Response

200 - application/json
createdAt
string
required

The time stamp when the withdrawal was recorded by EigenExplorer

createdAtBlock
number
required

The block number when the withdrawal was recorded by EigenExplorer

delegatedTo
string
required

The address to which the staker was delegated when the withdrawal was initiated

isCompleted
boolean
required

Indicates if the withdrawal is completed

nonce
number
required

The nonce of the withdrawal, ensuring unique hashes for otherwise identical withdrawals

shares
object[]
required

The list of strategy shares

stakerAddress
string
required

The contract address of the staker who initiated the withdrawal

updatedAt
string
required

The time stamp when the withdrawal was last updated

updatedAtBlock
number
required

The block number when the withdrawal was last updated

withdrawalRoot
string
required

The root hash of the withdrawal

withdrawerAddress
string
required

The address of the withdrawer, authorized to complete the withdrawal and receive the funds