signmessagewithprivkey
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Signs a message with the given private key (in WIF format). Returns the base64-encoded signature.
Body
application/json
jsonrpcstringrequiredidstringrequiredmethodstringsignmessagewithprivkeyrequiredparamsArray<string>requiredParameters:
privkey(string, required): The private key in WIF format.message(string, required): The message to sign.
Response
200OK
Message signed successfully
401Unauthorized
Unauthorized
500Internal Server Error
Internal Server Error