Skip to main content
POST
/
v0
/
safe
/
rpc
Send Safe Rpc
curl --request POST \
  --url https://api.sumvin.com/v0/safe/rpc \
  --header 'Content-Type: application/json' \
  --data '
{
  "chain_id": 123,
  "user_operation": {},
  "entrypoint": "0x0000000071727De22E5E9d8BAf0edAc6f37da032"
}
'
{
  "_links": {
    "self": {
      "href": "<string>",
      "method": "GET",
      "templated": false,
      "description": "<string>"
    }
  },
  "user_op_hash": "<string>",
  "status": "submitted"
}

Headers

x-juno-orgid
string | null

Tenant org ID for multi-tenant auth

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

Body

application/json
chain_id
integer
required

Target chain ID

user_operation
User Operation · object
required

Signed ERC-4337 UserOperation

entrypoint
string
default:0x0000000071727De22E5E9d8BAf0edAc6f37da032

ERC-4337 entrypoint address

Response

UserOperation submitted to bundler

HAL-style links

user_op_hash
string
required

UserOperation hash for tracking

status
string
default:submitted

Current status