---
title: "Companies"
method: GET
path: "/btc/miner-data/companies"
tags: ["BTC Miner Data"]
---

# Companies

`GET /btc/miner-data/companies`

This endpoint returns BTC mining company data.
Company data consists of statistical metrics based on rewards and production data for each mining company.
`coinbase_rewards`, The daily amount of Bitcoin mined directly from a coinbase transaction. And `coinbase_rewards` will only be added to `mara`.
`other_mining_rewards`, The daily amount of Bitcoin received as payment from a mining pool. Tipically, mining pools pay miners with Bitcoin from a coinbase transaction.
`total_rewards`, The daily sum of coinbase rewards and other mining rewards (in number of Bitcoin).
`accumulated_monthly_rewards`, The daily running sum of total rewards in each month (in number of Bitcoin).
`unique_txn`, The total number of Bitcoin transactions involving a mining reward.
`active_address_count`, The number of addresses from a company that received a block reward each day.
`reported_production`, The company's reported total monthly production (in number of Bitcoin).
`report_accuracy`, The ratio of accumulated monthly rewards to reported production times 100. It represents the % of total reported production captured by On-chain transactions.
`closing_usd`, The daily closing price of Bitcoin in USD.
`total_daily_rewards_closing_usd`, Daily total rewards in USD using the closing usd price.
`accumulated_monthly_rewards_closing_usd`, accumulated monthly rewards in usd using the closing usd price.
| Name         |   Miner    |
|--------------|--------------|
| MARA         |   `mara`   |
| RIOT         |   `riot`   |
| CORE         |   `core`   |
| HIVE         |   `hive`   |
| CLSK         |   `clsk`   |
| BITF         |   `bitf`   |
| CIPHER       |   `cipher` |
| WULF         |   `wulf`   |
| IREN         |   `iren`   |

## Query parameters

- `miner` string, required
- `window` string
- `from` string
- `to` string
- `limit` integer
- `format` string

## Response `200`

Company Data

- object
  - `status` object, required — The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.
    - `code` integer, required — HTTP status code
    - `message` string, required — Text description of the error or success.
  - `result` object, required
    - `window` string, required — The size of window. It can be day, hour, or block, and it depends on the user request.
    - `data` object[], required
      - `date` string — The date in YYYY-DD-MM. This optional field only appears when window=day is used.
      - `coinbase_rewards` number, required — The daily amount of Bitcoin mined directly from a coinbase transaction.
      - `other_mining_rewards` number, required — The daily amount of Bitcoin received as payment from a mining pool. Tipically, mining pools pay miners with Bitcoin from a coinbase transaction.
      - `total_rewards` number, required — The daily sum of coinbase_rewards and Other Mining Rewards (in number of Bitcoin).
      - `accumulated_monthly_rewards` number, required — The daily running sum of total_rewards in each month (in number of Bitcoin).
      - `unique_txn` number, required — The total number of Bitcoin transactions involving a mining reward.
      - `active_address_count` number, required — The number of addresses from a company that received a block reward each day.
      - `reported_production` number, required — The company's reported total monthly production (in number of Bitcoin).
      - `report_accuracy` number, required — The ratio of accumulated_monthly_rewards to reported_production times 100. It represents the % of total reported production captured by On-chain transactions.
      - `closing_usd` number, required — The daily closing price of Bitcoin in USD.
      - `total_daily_rewards_closing_usd` number, required — Daily total_rewards in USD using the closing_usd price.
      - `accumulated_monthly_rewards_closing_usd` number, required — accumulated_monthly_rewards in USD using the closing_usd price.

---

[API](https://skmtc.net/cryptoquant/apis/cryptoquant-data-api.md) · [All operations](https://skmtc.net/cryptoquant/apis/cryptoquant-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptoquant/cryptoquant-data-api/revisions/81ee223d4908/schema)
