Bitmine Immersion Technologies, Inc.
Company API endpoints for Bitcoin treasury, holdings, price, profile, and performance data.
Request format
curl -X GET "https://newhedge.io/api/v2/companies/bitmine-immersion-technologies-inc/METRIC_NAME?api_token=YOUR_TOKEN"
api_token (required) — 24 character token.
:metric_name — one of the company metric names listed below.
200 with JSON payload, 401 for missing/invalid token, 404 for missing resources.
Metrics
Each company metric is fetched independently.
Bitcoin Acquisitions
Bitcoin acquisition history for the company.
https://newhedge.io/api/v2/companies/bitmine-immersion-technologies-inc/bitcoin-acquisitions?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"date": 1773532800000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://www.prnewswire.com/news-releases/bitmine-immersion-technologies-bmnr-announces-eth-holdings-reach-4-596-million-tokens-and-total-crypto-and-total-cash-holdings-of-11-5-billion-302714219.html?tc=eml_cleartime",
"holding_balance": 196.0,
"holding_net_change": 1.0,
"transaction_value_usd": 72856.93,
"average_entry_value_usd": 0.0,
"transaction_value_calculated": true
},
{
"date": 1774828800000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://www.prnewswire.com/news-releases/bitmine-immersion-technologies-bmnr-announces-eth-holdings-reach-4-732-million-tokens-and-total-crypto-and-total-cash-holdings-of-10-7-billion-302728176.html?tc=eml_cleartime",
"holding_balance": 197.0,
"holding_net_change": 1.0,
"transaction_value_usd": 66680.22,
"average_entry_value_usd": 0.0,
"transaction_value_calculated": true
},
{
"date": 1775433600000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://www.prnewswire.com/news-releases/bitmine-immersion-technologies-bmnr-announces-eth-holdings-reach-4-803-million-tokens-and-total-crypto-and-total-cash-holdings-of-11-4-billion-302734414.html?tc=eml_cleartime",
"holding_balance": 198.0,
"holding_net_change": 1.0,
"transaction_value_usd": 68819.54,
"average_entry_value_usd": 0.0,
"transaction_value_calculated": true
}
]
Bitcoin Holdings
Historical Bitcoin holdings for the company.
https://newhedge.io/api/v2/companies/bitmine-immersion-technologies-inc/bitcoin-holdings?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1780790400000,
198.0
],
[
1780876800000,
198.0
],
[
1780963200000,
198.0
]
]
Bitcoin Holdings USD
Historical USD value of the company's Bitcoin holdings.
https://newhedge.io/api/v2/companies/bitmine-immersion-technologies-inc/bitcoin-holdings-usd?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1780790400000,
12526194.78
],
[
1780876800000,
12487400.64
],
[
1780963200000,
12214519.02
]
]
Price Data
Historical market price data stored on the company profile.
https://newhedge.io/api/v2/companies/bitmine-immersion-technologies-inc/price-data?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"low": 16.67,
"date": "2026-06-04",
"high": 17.95,
"open": 16.85,
"close": 17.89,
"volume": 50488400
},
{
"low": 15.6,
"date": "2026-06-05",
"high": 17.07,
"open": 17.01,
"close": 15.9,
"volume": 62698500
},
{
"low": 16.41,
"date": "2026-06-08",
"high": 17.28,
"open": 16.63,
"close": 16.85,
"volume": 38364553
}
]
Company Data
Company profile, fundamentals, and related reference data.
https://newhedge.io/api/v2/companies/bitmine-immersion-technologies-inc/company-data?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"eps_estimate_next_quarter": 0,
"quarterly_earnings_growth": 0,
"eps_estimate_current_quarter": 0.17
}
Performance Metrics
Calculated performance metrics for the company.
https://newhedge.io/api/v2/companies/bitmine-immersion-technologies-inc/performance-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"one_month_return": -23.41,
"six_month_return": -53.61,
"three_month_return": -18.6
}
Treasury Metrics
Bitcoin treasury summary metrics for the company.
https://newhedge.io/api/v2/companies/bitmine-immersion-technologies-inc/treasury-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"btc_percent_company": 0.1,
"total_btc_percentage": 0.001,
"share_price_change_state": "down"
}