GET
/
withdrawals
/
{withdrawalRoot}
curl --request GET \
  --url https://api.eigenexplorer.com/withdrawals/{withdrawalRoot}
{
  "withdrawalRoot": "0x9e6728ef0a8ad6009107a886047aae35bc5ed7deaa68580b0d1f8f67e3e5ed31",
  "nonce": 123,
  "isCompleted": true,
  "stakerAddress": "0x74ede5f75247fbdb9266d2b3a7be63b3db7611dd",
  "delegatedTo": "0x0000000000000000000000000000000000000000",
  "withdrawerAddress": "0x74ede5f75247fbdb9266d2b3a7be63b3db7611dd",
  "shares": [
    {
      "strategyAddress": "0x93c4b944d05dfe6df7645a86cd2206016c51564d",
      "shares": "1000288824523326631"
    }
  ],
  "startBlock": 19912470,
  "createdAtBlock": 19912470,
  "updatedAtBlock": 19912470
}

Path Parameters

withdrawalRoot
string
required

The root hash of the withdrawal

Response

200 - application/json
withdrawalRoot
string
required

The root hash of the withdrawal

nonce
number
required

The nonce of the withdrawal

isCompleted
boolean
required

Indicates if the withdrawal is completed

stakerAddress
string
required

The address of the staker

delegatedTo
string
required

The operator address to which staking is delegated

withdrawerAddress
string
required

The address of the withdrawer

shares
object[]
required

The list of strategy shares

startBlock
number
required

The block number when the withdrawal was queued

createdAtBlock
number
required

The block number when the withdrawal was recorded by EigenExplorer

updatedAtBlock
number
required

The block number when the withdrawal was last updated