---
title: "Get best difficulty share scoreboard"
method: GET
path: "/api/system/scoreboard"
tags: ["system"]
---

# Get best difficulty share scoreboard

`GET /api/system/scoreboard`

Returns top 20 best difficulty shares

## Response `200`

Successful operation

- SystemScoreboardEntry[]
  - `rank` number — Rank of the share in the scoreboard
  - `since` number — Time since share found in seconds
  - `difficulty` number, required — Difficulty of the share
  - `job_id` string, required — Job ID of the share
  - `extranonce2` string, required — Extranonce2 of the share
  - `ntime` number, required — Ntime of the share
  - `nonce` string, required — Nonce of the share
  - `version_bits` string, required — Version bits of the share

## Changes

- **2026-04-09** `4bf02bff6966` — 1 info
  - endpoint added
- **2025-05-21** `fbde020a903a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/bitaxeorg/apis/esp-miner-api/changes/api/system/scoreboard/get.md)

---

[API](https://skmtc.dev/bitaxeorg/apis/esp-miner-api.md) · [All operations](https://skmtc.dev/bitaxeorg/apis/esp-miner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitaxeorg/esp-miner-api/revisions/59cd9f6d434b/schema)
