---
title: "Get all miners deals"
method: GET
path: "/public/miners/deals/{miner}"
tags: ["public", "miner"]
---

# Get all miners deals

`GET /public/miners/deals/{miner}`

This endpoint returns all miners deals

## Path parameters

- `miner` string, required

## Query parameters

- `ignore-failed` string

## Response `200`

OK

- string

## Other responses

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

## Changes

- **2022-11-07** `c03ca04ba831` — 1 breaking, 3 info
  - the `path` request parameter `miner` became required
  - added the non-success response with the status `400`
  - added the non-success response with the status `500`
  - added the success response with the status `200`
- **2022-11-07** `02272f8e48e5` — 1 breaking, 3 info
  - removed the success response with the status `200`
  - the `path` request parameter `miner` became optional
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `500`
- **2022-11-03** `1f1ec6607867` — 1 breaking, 3 info
  - the `path` request parameter `miner` became required
  - added the non-success response with the status `400`
  - added the non-success response with the status `500`
  - added the success response with the status `200`
- **2022-10-29** `3ca60f3cf6bb` — 1 breaking, 3 info
  - the `path` request parameter `miner` became required
  - added the non-success response with the status `400`
  - added the non-success response with the status `500`
  - added the success response with the status `200`
- **2022-10-27** `1566cd255be2` — 1 breaking, 3 info
  - removed the success response with the status `200`
  - the `path` request parameter `miner` became optional
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `500`

[Full history](https://skmtc.dev/application-research/apis/estuary-api/changes/public/miners/deals/:miner/get.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.dev/application-research/apis/estuary-api/revisions/71170645aad7?raw)
