GET
/
operators
/
{address}
/
allocation-delay
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
}

Headers

X-API-Token
string
required

API Token for authentication

Path Parameters

address
string
required

The address of the operator

Example:

"0x00107cfdeaddc0a3160ed2f6fedd627f313e7b1a"

Response

200
application/json
The information regarding allocation delay.
operatorAddress
string
required

The operator contract address

Example:

"0xd9322bb31f42c7caa12daad49699d655393f9524"

delay
number
required

The allocation delay in blocks i.e no. of blocks between an operator allocating magnitude to an operator-set, and the magnitude becoming slashable

Example:

0

effectBlock
number
required

The block number when the delay takes effect

Example:

3325366

createdAt
string
required

The timestamp when the record was created as an ISO 8601 string

Example:

"2025-02-01T00:00:00.000Z"

createdAtBlock
number
required

The block number when the record was created

Example:

3325343

updatedAt
string
required

The timestamp when the record was last updated as an ISO 8601 string

Example:

"2025-02-01T00:00:00.000Z"

updatedAtBlock
number
required

The block number when the record was last updated

Example:

3325343