---
title: "Claim Miner"
method: POST
path: "/miner/claim"
tags: ["miner"]
---

# Claim Miner

`POST /miner/claim`

This endpoint lets a user claim a miner

## Request body

- MinerClaimMinerBody
  - `claim` string
  - `miner` AddressAddress
  - `name` string

## Response `200`

OK

- ApiClaimResponse
  - `success` boolean

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

## Changes

- **2022-12-09** `5b0c4b1fb896` — 1 info
  - endpoint added
- **2022-09-14** `35d2c26f300c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/application-research/apis/estuary-api/changes/miner/claim/post.md)

---

[API](https://skmtc.dev/application-research/apis/estuary-api.md) · [All operations](https://skmtc.dev/application-research/apis/estuary-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/application-research/estuary-api/revisions/b9ae518bf64b/schema)
