Skip to main content
POST
Send user operation

Authorizations

x-api-key
string
header
required

API key for authentication. Obtain from your Pods dashboard.

Body

application/json
chainId
number
required

Target chain ID for the user operation

Example:

137

userOperation
object
required

Signed ERC-4337 v0.6 user operation. Numeric fields may be decimal or 0x-hex strings; the endpoint normalizes them. Send the fields exactly as returned by the bytecode/quote step, with the signature attached.

entryPoint
string

Optional ERC-4337 EntryPoint. Only the v0.6 EntryPoint (0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789) is supported; a mismatch returns UNSUPPORTED_ENTRYPOINT.

Example:

"0xb794F5eA0ba39494cE839613fffBA74279579268"

Response

User operation accepted by the bundler

userOpHash
string
required

Bundler user operation hash

Example:

"0xabc123..."