Sign a message
POST /v2/wallet/{walletId}/sign/msg
POST
/v2/wallet/{walletId}/sign/msg
Sign a message 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
e271bc5c-f870-44cd-8462-54280d0411f6Header 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
e271bc5c-f870-44cd-8462-54280d0411f6 data
required
The binary data to be signed.
string
0xdeadbeefResponses
Section titled “ Responses ”The resource has been successfully created.
object
walletId
required
The unique wallet ID.
string
e271bc5c-f870-44cd-8462-54280d0411f6 signedData
required
The binary that has been signed.
string
0xdeadbeefBad Request
Unauthorized
Forbidden
Not Found
Internal Server Error