Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.hyperauth.dev/llms.txt

Use this file to discover all available pages before exploring further.

Calls getAccountState on the accountHelper contract and decodes the ABI-encoded response (5 × 32-byte slots: nonce, did, isActive, pubKeyX, pubKeyY).

Query parameters

ParameterTypeRequiredDescription
accountstringYes20-byte EVM address

Response (200)

{
  "nonce": "0",
  "did": "0x...",
  "isActive": true,
  "pubKeyX": "0x...",
  "pubKeyY": "0x..."
}

Errors

CodeerrorCondition
400"Missing query parameter: account"Parameter absent
400"Invalid account: expected 20-byte hex address"Address invalid
502"rpc_error"Upstream eth_call failure