---
title: "Get Stats"
method: GET
path: "/miner/stats"
tags: ["Miner"]
---

# Get Stats

`GET /miner/stats`

Get miner stats over different intervals based on instance data (matching actual scoring).

Returns instance-based metrics (total_instances, compute_seconds, compute_units, bounty_count)
which align with how miners are actually scored for validator weights.

## Query parameters

- `miner_hotkey` string, nullable
- `per_chute` boolean, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/chutes/apis/fastapi.md) · [All operations](https://skmtc.net/chutes/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chutes/fastapi/revisions/352418d4e3a2/schema)
