v1
latestOpenAPI 3.0.32026-07-22194038.3 KBindexer
Get Inclusion Proof
Returns a Merkle inclusion proof for the given leaf index to the current WorldIDRegistry tree. In addition, it also includes the entire authenticator slot list for the World ID account. Removed authenticators are represented as null entries to preserve pubkey_id positions.
post/inclusion-proof
Request body
Example request
{
"leaf_index": "0x1"
}Response
Merkle inclusion proof with authenticator public keys
Example response
{
"leaf_index": "0x2a",
"root": "0x1a2b3c4d5e6f7890"
}