curl -X POST https://api.mpcvault.com/v1/executeSigningRequests \ -H "Content-Type: application/json" \ -H "x-mtoken: YOUR_API_TOKEN" \ -d '{ "uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890" }'
{ "txHash": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef", "signedTransaction": "0x02f8...", "signatures": { "r": "0x...", "s": "0x...", "v": 28 } }
Executes a signing request using the API client signer.
Was this page helpful?