Skip to main content
POST
Get Signature Nonce

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 signature nonce from the indexer.

signature_nonce
string<hex>
required

The signature nonce for the account.

Serialized as a canonical 0x-prefixed hex string.

Example:

"0x0"