Execute a pending signing request with the API client signer.
Signs and executes a pending signing request. Only supported for API wallets that have a client signer configured. The response includes the signed transaction ready to broadcast.Documentation Index
Fetch the complete documentation index at: https://docs.mpcvault.com/llms.txt
Use this file to discover all available pages before exploring further.
Your API token. Required for all API requests.
required:true symbol_value:"12789f5ee5fb-07f5-470c-a2ff-081e2d6d107a" comment:uuid is the UUID of the signing request. Currently only signing requests of API wallets are supported.
Success
symbol_value:"3Eq21vXNB5s86c62bVuUfTerseghjkuUqRPBmGRJhyTA" comment:tx_hash is the hash of the signed transaction, only set if status is STATUS_SUCCEEDED.This does not mean that the transaction it self is successful. It only means that the signing request has been signed.
signatures is the signatures of the raw message, only set if status is STATUS_SUCCEEDED.
signed_transaction is the signed transaction for broadcast, only set if status is STATUS_SUCCEEDED.