cURL
curl --request GET \ --url https://api.blockflow.network/rest/eigenlayer/ecosystem-withdrawals
{ "data": { "withdrawalQueuedCount": 123 } }
Returns the total count of queued withdrawals with the action SHARES_DEPOSITED_IN_STRATEGY.
Withdrawal queued count fetched successfully.
The response is of type object.
object