# Get block hashes Returns array of block hashes for given height range. Endpoint: GET /daemon/getblockhashes Version: 6.6.1 ## Query parameters: - `high` (integer) Ending block height - `low` (integer) Starting block height - `noorphans` (boolean) Exclude orphan blocks - `logicaltimes` (boolean) Include logical times ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (array)