---
title: "ListMiner"
method: GET
path: "/v1/miners"
tags: ["Gateway"]
---

# ListMiner

`GET /v1/miners`

## Query parameters

- `limit` string, int64
- `offset` string, int64

## Response `200`

A successful response.

- V1ListMinerResponse
  - `totalCount` string, int64
  - `Miners` Gatewayv1Miner[]
    - `updatedAt` string, date-time
    - `name` string
    - `displayName` string
    - `minerType` string
    - `chainName` string
    - `dataDir` string
    - `status` string
    - `createdAt` string, date-time

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/onexstack/apis/usercenter-v1-usercenter-proto.md) · [All operations](https://skmtc.net/onexstack/apis/usercenter-v1-usercenter-proto/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onexstack/usercenter-v1-usercenter-proto/versions/fc95c4d4129d/schema)
