cURL
curl --request GET \ --url https://api.blockflow.network/rest/eigenlayer/withdrawal-info \ --header 'x-api-key: <api-key>'
{ "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>" } }
Fetch the latest withdrawal for a given withdrawal root
The withdrawal root for which the latest withdrawal data is to be fetched
The page number for pagination (default: 1)
The number of items per page (default: 12)
Successful response with the latest withdrawal data
Show child attributes