# Get block hashes (POST) Returns array of block hashes for given height range. Endpoint: POST /daemon/getblockhashes Version: 6.6.1 ## Request fields (application/json): - `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)