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

# Get Max Hashrate

`GET /info/hashrate/max`

Returns the current hashrate for Kaspa network in TH/s.

## Response `200`

Successful Response

- MaxHashrateResponse
  - `hashrate` number
  - `blockheader` EndpointsGetHashrateBlockHeader, required
    - `hash` string
    - `timestamp` string
    - `difficulty` integer
    - `daaScore` string
    - `blueScore` string

---

[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)
