Home

signmessagewithprivkey

POST
https://dash.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-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
jsonrpcstringrequired
idstringrequired
methodstringsignmessagewithprivkeyrequired
paramsArray<string>required

Parameters:

  1. privkey (string, required): The private key in WIF format.
  2. message (string, required): The message to sign.

Response

200OK

Message signed successfully

401Unauthorized

Unauthorized

500Internal Server Error

Internal Server Error