# Application Hash info Get list of app hashes and related info. Endpoint: GET /apps/hashes Version: 6.6.1 ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (array) - `data.txid` (string) Transaction ID of app payment - `data.height` (integer) Block height of transaction - `data.hash` (string) Hash of app registration - `data.value` (integer) Payment of Flux value in sats - `data.message` (boolean) If message is stored or not.