GET
/
eigenlayer
/
ecosystem-withdrawals
curl --request GET \
  --url https://api.blockflow.network/rest/eigenlayer/ecosystem-withdrawals
{
  "data": {
    "withdrawalQueuedCount": 123
  }
}

Response

200
application/json
Withdrawal queued count fetched successfully.
data
object