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

---

[API](https://skmtc.net/bitaxeorg/apis/esp-miner-api.md) · [All operations](https://skmtc.net/bitaxeorg/apis/esp-miner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitaxeorg/esp-miner-api/versions/b690144f0d13/schema)
