Skip to main content
GET
/
v0
/
safe
/
rpc
/
{user_op_hash}
/
status
Get User Operation Status
curl --request GET \
  --url https://api.sumvin.com/v0/safe/rpc/{user_op_hash}/status
{
  "_links": {
    "self": {
      "href": "<string>",
      "method": "GET",
      "templated": false,
      "description": "<string>"
    }
  },
  "user_op_hash": "<string>",
  "status": "<string>",
  "txn_hash": "<string>"
}

Headers

x-juno-orgid
string | null

Tenant org ID for multi-tenant auth

x-sumvin-token
string | null
x-juno-jwt
string | null

Path Parameters

user_op_hash
string
required

Response

UserOperation status retrieved

HAL-style links

user_op_hash
string
required

UserOperation hash

status
string
required

Current status (submitted, included, failed)

txn_hash
string | null

Transaction hash when included