---
title: "Get Hashrate History"
method: GET
path: "/info/hashrate/history"
tags: ["Kaspa network info"]
---

# Get Hashrate History

`GET /info/hashrate/history`

Get historical hashrate samples with optional resolution (default = 1h)

## Query parameters

- `resolution` '15m' | '1h' | '3h' | '1d' | '7d'

## Response `200`

Successful Response

- HashrateHistoryResponse[]
  - `daaScore` integer, required
  - `blueScore` integer, required
  - `timestamp` integer, required
  - `date_time` string, required
  - `bits` integer
  - `difficulty` integer, required
  - `hashrate_kh` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kaspa/apis/kaspa-rest-api-server.md) · [All operations](https://skmtc.dev/kaspa/apis/kaspa-rest-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kaspa/kaspa-rest-api-server/revisions/12089df981aa/schema)
