GET
/
eigenlayer
/
withdrawal-info
curl --request GET \
  --url https://api.blockflow.network/rest/eigenlayer/withdrawal-info
{
  "data": {
    "withdrawalRoot": "<string>",
    "staker": "<string>",
    "delegatedTo": "<string>",
    "withdrawer": "<string>",
    "nonce": "<string>",
    "startBlock": "<string>",
    "withdrawal": "<string>",
    "migrated": true,
    "completed": true,
    "updatedAt": "<string>",
    "createdAt": "<string>",
    "timestamp": "<string>"
  },
  "meta": {
    "withdrawalRoot": "<string>"
  }
}

Query Parameters

withdrawalRoot
string
required

The withdrawal root for which the latest withdrawal data is to be fetched

page
integer
default:
1

The page number for pagination (default: 1)

limit
integer
default:
12

The number of items per page (default: 12)

Response

200
application/json
Successful response with the latest withdrawal data
data
object
meta
object