v1

latestOpenAPI 3.0.02026-07-2224101.3 MB
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.

NameMiner
MARAmara
RIOTriot
COREcore
HIVEhive
CLSKclsk
BITFbitf
CIPHERcipher
WULFwulf
IRENiren
get/btc/miner-data/companies

Query parameters

minerstring required

A mining company from the table that we support. See here.

windowstring

Currently we support day, hour, and block.

fromstring

This defines the starting time for which data will be gathered, formatted as YYYYMMDDTHHMMSS (indicating YYYY-MM-DDTHH:MM:SS, UTC time). If window=day is used, it can also be formatted as YYYYMMDD (date). If window=block is used, you can also specify the exact block height (e.g. 510000). If this field is not specified, response will include data from the earliest time.

tostring

This defines the ending time for which data will be gathered, formatted as YYYYMMDDTHHMMSS (indicating YYYY-MM-DDTHH:MM:SS, UTC time). If window=day is used, it can also be formatted as YYYYMMDD (date). If window=block is used, you can also specify the exact block height (e.g. 510000). If this field is not specified, response will include data from the latest time.

limitinteger

The maximum number of entries to return before the latest data point (or before to if specified). This field ranges from 1 to 100,000.

formatstring

A format type about return message type. Supported formats are json, csv.

Response

Company Data