Skip to Content
DocumentationgRPC APISigning requestsSign request

Sign signing request

Signs a signing request using the API Client Signer. Required for requests created via API with the callbackClientSignerPublicKey parameter.

POST ExecuteSigningRequests

Request mpcvault.platform.v1.ExecuteSigningRequestsRequest
uuid
string
uuid is the UUID of the signing request. Currently only signing requests of API wallets are supported.
Response mpcvault.platform.v1.ExecuteSigningRequestsResponse
error
mpcvault.platform.v1.Error
tx_hash
string
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
signatures is the signatures of the raw message, only set if status is STATUS_SUCCEEDED.
Last updated on