---
title: "GET /tokenomics-statistics/top-miners"
method: GET
path: "/tokenomics-statistics/top-miners"
tags: ["Statistics"]
---

# GET /tokenomics-statistics/top-miners

`GET /tokenomics-statistics/top-miners`

Returns the paginated leaderboard with top miners.

## Query parameters

- `keyword` string
- `limit` integer
- `offset` integer

## Headers

- `Authorization` string, required

## Response `200`

OK

- TokenomicsMiner[]
  - `balance` string
  - `profilePictureUrl` string
  - `userId` string
  - `username` string

## Other responses

- `400` — if validations fail
- `401` — if not authorized
- `422` — if syntax fails
- `500` — Internal Server Error
- `504` — if request times out

## Changes

- **2023-03-23** `bd08bf933870` — 1 warning
  - the optional response header `X-Next-Offset` removed for the status `200`

[Change history](https://skmtc.dev/ice-blockchain/apis/tokenomics-api/changes/tokenomics-statistics/top-miners/get.md)

---

[API](https://skmtc.dev/ice-blockchain/apis/tokenomics-api.md) · [All operations](https://skmtc.dev/ice-blockchain/apis/tokenomics-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ice-blockchain/tokenomics-api/revisions/b5eb085349cf/schema)
