# Verify a message Verify a signed message. Endpoint: POST /daemon/verifymessage Version: 6.6.1 ## Request fields (text/plain): - `fluxaddress` (string) The Flux address to use for the signature - `signature` (string) The signature provided by the signer in base 64 encoding - `message` (string) The message that was signed ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (boolean) If the signature is verified or not.