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.

Proxy for the Pimlico ERC-4337 bundler. Forwards the JSON-RPC request body to https://api.pimlico.io/v2/84532/rpc after validating the method name against an allowlist.

Allowed methods

Method
eth_sendUserOperation
eth_getUserOperationReceipt
eth_estimateUserOperationGas
pm_sponsorUserOperation
eth_supportedEntryPoints

Request body

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "eth_sendUserOperation",
  "params": [...]
}

Status codes

CodeCondition
200Method allowed; upstream response forwarded
403Method not in allowlist
405Non-POST request