v1

latestOpenAPI 3.1.0MIT2026-07-13698.3 KB
indexer

Get Packed Account Data

Returns the packed account data for a given authenticator address from the WorldIDRegistry contract.

post/packed-account

Request body

authenticator_addressstring hex required

The authenticator address to look up

Example request

{
  "authenticator_address": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"
}

Response

packed_account_datastring hex required

The packed account data [32 bits recoveryCounter][32 bits pubkeyId][192 bits leafIndex].

Serialized as a canonical 0x-prefixed hex string.

Example response

{
  "packed_account_data": "0x1"
}