Sign a transaction
POST /v2/wallet/{walletId}/sign/tx
POST
/v2/wallet/{walletId}/sign/tx
Sign a transaction by its ID.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” walletId
required
string
The unique wallet ID.
Example
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Request Body required
Section titled “Request Body required ”object
walletId
required
The unique wallet ID.
string
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
data
required
The binary data to be signed.
string
0xdeadbeef
Responses
Section titled “ Responses ”The resource has been successfully created.
object
walletId
required
The unique wallet ID.
string
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
signedData
required
The binary that has been signed.
string
0xdeadbeef