v1

latestOpenAPI 3.1.0MIT2026-07-13698.3 KB
indexer

Get the Recovery Agent for a particular World ID given its leaf index.

If no recovery agent is set, the zero address is returned.

post/recovery-agent

Request body

leaf_indexstring hex required

The leaf index to query (from the WorldIDRegistry).

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

Example request

{
  "leaf_index": "0x1"
}

Response

recovery_agentstring hex required

The recovery agent for the World ID.

Please note this may be the zero address if no recovery agent is set for the account.

Serialized as a canonical 0x-prefixed hex string.

Example response

{
  "recovery_agent": "0x0"
}