Skip to main content
WEBHOOK

Body

application/json

Payload for the user_operation.completed webhook event.

type
enum<string>
required

The type of webhook event.

Available options:
user_operation.completed
user_op_hash
string
required
sender
string
required
paymaster
string | null
required
nonce
string
required
success
boolean
required
actual_gas_cost
string
required
actual_gas_used
string
required
caip2
string
required
transaction_hash
string
required
block_number
number
required
log_index
number
required

Response

200

Return a 200 status to indicate that the webhook was received successfully.