# Sign a message Sign a message with the private key of a t-addr. Endpoint: GET /daemon/signmessage Version: 6.6.1 Security: ZelID ## Query parameters: - `taddr` (string, required) The transparent address to use for the private key Example: "t1N6mLX2A64QsyuLbYkfPZSrkLF86hxuuFe" - `message` (string, required) The message to create a signature of Example: "helloworld" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (string) The signature of the message encoded in base 64.