# Estimated network solutions Returns the estimated network solutions per second based on the last n blocks. Endpoint: GET /daemon/getnetworksolps Version: 6.6.1 ## Query parameters: - `blocks` (integer) The number of blocks, or -1 for blocks over difficulty averaging window. Example: 200 - `height` (integer) To estimate at the time of the given height. Example: 575000 ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (integer) Estimated network solutions per second