latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Transaction request
Create a signature share for a transaction on a transaction request
Allows users to supply their signature share for signing.
This route is only valid for transaction request full. Use only with MPC wallets.
post/api/v2/wallet/{walletId}/txrequests/{id}/transactions/{transactionIdx}/signatureshares
Path parameters
walletIdstring required
Example:59cd72485007a239fb00282ed480da1f
The wallet ID.
idstring required
Example:59cd72485007a239fb00282ed480da1f
transactionIdxstring required
Request body
Example request
{
"signatureShare": {
"from": "user",
"to": "user"
},
"signatureShares": [
{
"from": "user",
"to": "user"
}
]
}Response
Created
Example response
{
"from": "user",
"to": "user"
}