Skip to main content
GET
Get User Operation

Path Parameters

user_op_hash
string
required

The MiniKit userOpHash returned by MiniKit.sendTransaction() or eth_sendTransaction through the World App provider.

Pattern: ^0x[a-fA-F0-9]{64}$

Response

User operation status

status
enum<string>

Current user operation status.

Available options:
pending,
success,
failed
userOpHash
string

The MiniKit user operation hash.

sender
string | null

The sender address when known.

transaction_hash
string | null

Final on-chain transaction hash, if available.

nonce
string | null

User operation nonce, if available.