bitcoind.app
CommandsGuidesContact ↗
Home/Util/verifymessage
Util

verifymessage

Verify a signed message.

Parameters

addressstringREQUIRED
The bitcoin address to use for the signature
signaturestringREQUIRED
The signature provided by the signer in base 64
messagestringREQUIRED
The message that was signed

Returns

booleanIf the signature is verified or not

Code Examples

curl --user myuser --data-binary '{"jsonrpc":"1.0","id":"1","method":"verifymessage","params":["address","signature","message"]}' -H 'content-type:text/plain;' http://127.0.0.1:8332/

Example Response

true
← Previous
validateaddress
Next →
abandontransaction

More Util Commands

createmultisigderiveaddressesestimatesmartfeegetdescriptorinfogetindexinfosignmessagewithprivkey

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗