curl -X POST https://api.mpcvault.com/v1/resimulation \ -H "Content-Type: application/json" \ -H "x-mtoken: YOUR_API_TOKEN" \ -d '{ "signingRequestUuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890" }'
{ "simulation": { "success": true, "gasEstimate": "21000", "balanceChanges": [ { "address": "0x742d35Cc6634C0532925a3b844Bc9e7595f2bD58", "token": "ETH", "change": "-1000000000000000000" } ] } }
Re-simulates a transaction to get updated simulation results.
Was this page helpful?