POST
Advanced Wallets - Sign and Send MPC Transaction
Sign and send a MPC transaction.
Retrieves the private key from KMS using the provided common keychain, then signs and broadcasts the transaction.
Use this endpoint only with advanced wallets. For other wallet types, use Sign MPC transaction.
Path Params
-
walletIdstring required -
coinstring required -
txRequestIdstring required
Body Params
object
-
sourcestring enum requiredThe key to use for signing the transactionuserbackup -
commonKeychainstring requiredCommon keychain of the wallet during wallet creation
Responses
200
OK
No response body
400
Bad Request
Response Body
object
-
errorstring requiredThe error name -
detailsstring requiredError details
404
Not Found
Response Body
object
-
errorstring requiredThe error name -
detailsstring requiredError details
409
Conflict
Response Body
object
-
errorstring requiredThe error name -
detailsstring requiredError details
422
Unprocessable Entity
Response Body
object
-
errorstring requiredThe error name -
detailsstring requiredError details
500
Internal Server Error
Response Body
object
-
errorstring requiredThe error name -
detailsstring requiredError details
501
Not Implemented
Response Body
object
-
errorstring requiredThe error name -
detailsstring requiredError details