# Verify a message Verify a signed message. Endpoint: GET /daemon/verifymessage Version: 6.6.1 ## Query parameters: - `fluxaddress` (string, required) The Flux address to use for the signature Example: "t1N6mLX2A64QsyuLbYkfPZSrkLF86hxuuFe" - `signature` (string, required) The signature provided by the signer in base 64 encoding Example: "H5j8AoJ+8VaEEJGgw846hSPQoq42X9yiLwn/Nab1pASBFcw8rj5k8J9xpKr1VzepMEOF2ProYxVsQ9i7xalH4Sk=" - `message` (string, required) The message that was signed Example: "helloworld" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (boolean) If the signature is verified or not.