Skip to main content
POST
/
v1
/
resimulation
Resimulation
curl --request POST \
  --url https://api.mpcvault.com/v1/resimulation \
  --header 'Content-Type: application/json' \
  --header 'x-mtoken: <api-key>' \
  --data '
{
  "signingRequestUuid": "<string>"
}
'
{
  "simulation": "aSDinaTvuI8gbWludGxpZnk=",
  "error": {
    "executeSigningRequestsErrorCode": "EXECUTE_SIGNING_REQUESTS_ERROR_CODE_UNSPECIFIED",
    "message": "<string>"
  }
}
Re-simulates a signing request to get updated results (e.g. gas, success/failure). Useful before executing if conditions have changed since the request was created.

Authorizations

x-mtoken
string
header
required

Your API token. Required for all API requests.

Body

application/json
signingRequestUuid
string
required

The UUID of the signing request to be simulated.

Response

200 - application/json

Success

simulation
string<byte>
required

The simulation of the signing request.

error
Execute SRs Error Code · object