Skip to content

Sign transaction

POST
/wallet/{walletId}/sign/tx

Signs a transaction using the wallet identified by the provided wallet ID.

Authorizations

Parameters

Path Parameters

walletId
required
string format: uuid

The ID of the wallet.

Request Body required

object
data
required

The binary data to be signed.

string

Responses

200

Transaction successfully signed

object
signedData

The binary data that has been signed.

string

400

Bad request

object
code
integer
status
string

401

Unauthorized

object
code
integer
status
string