Skip to main content
GET
Retrieve withdrawal by withdrawal root

Headers

X-API-Token
string
required

API Token for authentication

Path Parameters

withdrawalRoot
string
required

The root hash of the withdrawal

Example:

"0x9e6728ef0a8ad6009107a886047aae35bc5ed7deaa68580b0d1f8f67e3e5ed31"

Response

The requested withdrawal record.

withdrawalRoot
string
required

The root hash of the withdrawal

Example:

"0x9e6728ef0a8ad6009107a886047aae35bc5ed7deaa68580b0d1f8f67e3e5ed31"

nonce
number
required

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

Example:

0

stakerAddress
string
required

The contract address of the staker who initiated the withdrawal

Example:

"0x74ede5f75247fbdb9266d2b3a7be63b3db7611dd"

delegatedTo
string
required

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

Example:

"0x0000000000000000000000000000000000000000"

withdrawerAddress
string
required

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

Example:

"0x74ede5f75247fbdb9266d2b3a7be63b3db7611dd"

shares
object[]
required

The list of strategy shares

Example:
createdAtBlock
number
required

The block number when the withdrawal was recorded by EigenExplorer

Example:

19912470

createdAt
string
required

The time stamp when the withdrawal was recorded by EigenExplorer

Example:

"2024-07-07T23:53:35.000Z"

updatedAtBlock
number
required

The block number when the withdrawal was last updated

Example:

19912470

updatedAt
string
required

The time stamp when the withdrawal was last updated

Example:

"2024-07-07T23:53:35.000Z"

isCompleted
boolean
required

Indicates if the withdrawal is completed

Example:

false