cURL
curl --request POST \ --url https://api.roissingue.com/v1/execute \ --header 'Content-Type: application/json' \ --data ' { "quote": {}, "payloadToSign": {} } '
{ "success": true, "supertxHash": "<string>", "error": "<string>" }
Successful Response
Indicates if the supertransaction execution was successful.
The transaction hash of the executed supertransaction, or null if not available.
Error message if the execution failed, or null if successful.