Skip to main content
POST
/
v1
/
execute
Post Execute
curl --request POST \
  --url https://api.roissingue.com/v1/execute \
  --header 'Content-Type: application/json' \
  --data '
{
  "quote": {},
  "payloadToSign": {}
}
'
{
  "success": true,
  "supertxHash": "<string>",
  "error": "<string>"
}

Body

application/json
quote
Quote · object
required
payloadToSign
Payloadtosign · object[]
required

Response

Successful Response

success
boolean
required

Indicates if the supertransaction execution was successful.

supertxHash
string | null

The transaction hash of the executed supertransaction, or null if not available.

error
string | null

Error message if the execution failed, or null if successful.