Skip to main content

verifymessage RPC Method

Verifies a signed message.

Updated on
Oct 4, 2023

verifymessage RPC Method

Parameters

address
string
REQUIRED
The bitcoin address to use for the signature
signature
string
REQUIRED
The signature provided by the signer in base 64 encoding
message
string
REQUIRED
The message that was signed

Returns

true/false
If the signature is verified or not
Request
1
curl https://docs-demo.btc.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method": "verifymessage", "params": ["address", "signature", "your_message"]}'
5
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free