---
title: "Changes to Network hashrate and difficulty"
method: GET
path: "/api/v1/onchain/bitcoin/mining/hashrate"
---

# Changes to Network hashrate and difficulty

`GET /api/v1/onchain/bitcoin/mining/hashrate`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 21 revisions.

- **2026-08-28** `560e8847c7b3` — 14 breaking
- **2026-08-08** `4c4530760ba1` — 12 info

## Changes

- **2026-08-28** `560e8847c7b3` — 14 breaking
  - the response property `data/currentDifficulty` became optional for the status `200`
  - the response property `data/currentHashrate` became optional for the status `200`
  - the response property `data/difficulty` became optional for the status `200`
  - the response property `data/difficulty_count` became optional for the status `200`
  - the response property `data/hashrate_count` became optional for the status `200`
  - the response property `data/hashrates` became optional for the status `200`
  - the response property `data/period` became optional for the status `200`
  - response property `data/currentDifficulty` list-of-types was widened by adding types `integer and null` to media type `application/json` of response `200`
  - response property `data/currentHashrate` list-of-types was widened by adding types `null and number` to media type `application/json` of response `200`
  - response property `data/difficulty` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/difficulty_count` list-of-types was widened by adding types `null and number` to media type `application/json` of response `200`
  - response property `data/hashrate_count` list-of-types was widened by adding types `null and number` to media type `application/json` of response `200`
  - response property `data/hashrates` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/period` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
- **2026-08-08** `4c4530760ba1` — 12 info
  - added the optional property `code` to the response with the `401` status
  - added the optional property `code` to the response with the `429` status
  - added the optional property `code` to the response with the `503` status
  - added the optional property `hint` to the response with the `401` status
  - added the optional property `hint` to the response with the `429` status
  - added the optional property `hint` to the response with the `503` status
  - added the optional property `plan` to the response with the `401` status
  - added the optional property `plan` to the response with the `429` status
  - added the optional property `plan` to the response with the `503` status
  - added the optional property `reason` to the response with the `401` status
  - added the optional property `reason` to the response with the `429` status
  - added the optional property `reason` to the response with the `503` status

---

[Operation](https://skmtc.dev/sugra/apis/sugra-api/docs/api/v1/onchain/bitcoin/mining/hashrate/get.md) · [API](https://skmtc.dev/sugra/apis/sugra-api.md) · [Page](https://skmtc.dev/sugra/apis/sugra-api/changes/api/v1/onchain/bitcoin/mining/hashrate/get)
