POST
/
wallets
/
sign-message

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <API_KEY>.

Body

application/json

The message that will be signed.

message
string
required

Response

201 - application/json
signedMessage
string

The signature of the message in hexadecimal format.