Returns the allocation delay for an operator addresses.
curl --request GET \ --url https://api.eigenexplorer.com/operators/{address}/allocation-delay \ --header 'X-API-Token: <x-api-token>'
{ "operatorAddress": "0xd9322bb31f42c7caa12daad49699d655393f9524", "delay": 0, "effectBlock": 3325366, "createdAt": "2025-02-01T00:00:00.000Z", "createdAtBlock": 3325343, "updatedAt": "2025-02-01T00:00:00.000Z", "updatedAtBlock": 3325343 }
API Token for authentication
The address of the operator
"0x00107cfdeaddc0a3160ed2f6fedd627f313e7b1a"
The information regarding allocation delay.
The response is of type object.
object