# Get public key for app operations Get the public key used for application operations. Endpoint: POST /apps/getpublickey Version: 6.6.1 Security: ZelID ## Request fields (application/json): - `message` (string) Message to sign - `signature` (string) Signature of the message ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.publickey` (string) Public key in hex format