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