Skip to content

Sign message

POST
/wallet/{walletId}/sign/msg

Signs a message 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

Message 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