# Get block's hash Returns hash of block in best-block-chain at index provided. Endpoint: GET /daemon/getblockhash Version: 6.6.1 ## Query parameters: - `index` (number, required) Block number to get hash of Example: 590823 ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (string) Block hash