Skip to main content
POST
/
packed-account
Get Packed Account Data
curl --request POST \
  --url https://api.example.com/packed-account \
  --header 'Content-Type: application/json' \
  --data '
{
  "authenticator_address": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"
}
'
{
  "packed_account_data": "0x1"
}

Body

application/json

Request to fetch a packed account index from the indexer.

authenticator_address
string<hex>
required

The authenticator address to look up

Example:

"0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb"

Response

Response containing the packed account index from the indexer.

packed_account_data
string<hex>
required

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

Example:

"0x1"