verifymessage
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Verify a message signature. Returns true if the signature is valid and corresponds to the provided address and message.
Body
application/json
jsonrpcstringrequiredidstringrequiredmethodstringverifymessagerequiredparamsArray<string>requiredParameters:
address(string, required): The Bitcoin address to verify.signature(string, required): The base64-encoded signature.message(string, required): The original signed message.
Response
200OK
Signature verification result
401Unauthorized
Unauthorized
500Internal Server Error
Internal Server Error