Skip to main content
POST
Get the pending recovery agent update for a particular World ID given its leaf index.

Body

application/json

Query for the indexer based on a leaf index.

Used for getting inclusion proofs and signature nonces.

leaf_index
string<hex>
required

The leaf index to query (from the WorldIDRegistry).

Accepts decimal or 0x/0X-prefixed hex input.

Example:

"0x1"

Response

200 - application/json

Response containing the pending recovery agent from the indexer.

execute_after
string<hex>
required

The earliest timestamp at which the pending recovery agent update may be executed.

Please note this may be zero if no recovery agent update is pending.

Serialized as a canonical 0x-prefixed hex string.

Example:

"0x0"

pending_recovery_agent
string<hex>
required

The pending recovery agent for the World ID.

Please note this may be the zero address if no recovery agent update is pending.

Serialized as a canonical 0x-prefixed hex string.

Example:

"0x0"