verifymessage RPC Method
Parameters
address
string
REQUIRED
Loading...
signature
string
REQUIRED
Loading...
message
string
REQUIRED
Loading...
Returns
result
boolean
Loading...
Request
1curl https://docs-demo.bch-mainnet.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{"id": 1, "jsonrpc": "2.0", "method": "verifymessage", "params": ["{address}", "{signature}", "{YOUR_MESSAGE}"]}'5
1curl https://docs-demo.bch-mainnet.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{"id": 1, "jsonrpc": "2.0", "method": "verifymessage", "params": ["{address}", "{signature}", "{YOUR_MESSAGE}"]}'5
Response
1{2"result": {3"message": "true"4},5"error": null,6"id": null7}
1{2"result": {3"message": "true"4},5"error": null,6"id": null7}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free