Skip to main content
GET
Retrieve allocation delay for an operator addresses

Headers

X-API-Token
string
required

API Token for authentication

Path Parameters

address
string
required

The address of the operator

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x00107cfdeaddc0a3160ed2f6fedd627f313e7b1a"

Response

The information regarding allocation delay.

operatorAddress
string
required

The operator contract address

Pattern: ^0x[a-fA-F0-9]{40}$
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