Dmg Blockchain Solutions Inc
Company API endpoints for Bitcoin treasury, holdings, price, profile, and performance data.
Request format
curl -X GET "https://newhedge.io/api/v2/companies/dmg-blockchain-solutions-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/dmg-blockchain-solutions-inc/bitcoin-acquisitions?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"date": 1770336000000,
"type": "buy",
"coin_id": "bitcoin",
"source_url": "https://www.globenewswire.com/news-release/2026/02/06/3233580/0/en/DMG-Blockchain-Solutions-Announces-Receipt-of-1-5-Million-Energy-Efficiency-Incentive-January-Preliminary-Operational-Results.html?_gl=1*1of8ln*_up*MQ..*_ga*MTI0MzU1NzM0OS4xNzc2MDY0Mzk5*_ga_B6167QB2TF*czE3NzYwNjQzOTgkbzEkZzAkdDE3NzYwNjQ0MDUkajUzJGwwJGgw*_ga_ERWPGTJ5X8*czE3NzYwNjQzOTgkbzEkZzAkdDE3NzYwNjQ0MDYkajUyJGwwJGgw",
"holding_balance": 414.0,
"holding_net_change": 11.0,
"transaction_value_usd": 773150.95,
"average_entry_value_usd": 0.0,
"transaction_value_calculated": true
},
{
"date": 1772668800000,
"type": "sell",
"coin_id": "bitcoin",
"source_url": "https://www.globenewswire.com/news-release/2026/03/06/3250789/0/en/DMG-Blockchain-Solutions-Announces-75-MW-Utility-Approval-Expanding-Christina-Lake-Data-Center-Power-February-Preliminary-Operational-Results.html?_gl=1*77ojop*_up*MQ..*_ga*MTI0MzU1NzM0OS4xNzc2MDY0Mzk5*_ga_B6167QB2TF*czE3NzYwNjQzOTgkbzEkZzAkdDE3NzYwNjQ0ODckajYwJGwwJGgw*_ga_ERWPGTJ5X8*czE3NzYwNjQzOTgkbzEkZzAkdDE3NzYwNjQ0ODckajYwJGwwJGgw",
"holding_balance": 410.0,
"holding_net_change": -4.0,
"transaction_value_usd": 283585.32,
"average_entry_value_usd": 0.0,
"transaction_value_calculated": true
},
{
"date": 1775433600000,
"type": "sell",
"coin_id": "bitcoin",
"source_url": "https://www.globenewswire.com/news-release/2026/04/06/3268646/0/en/DMG-Blockchain-Solutions-Receives-2-MW-of-SCIF-Rated-Prefabricated-Data-Center-Units-at-Its-Christina-Lake-Data-CenterPower-March-Preliminary-Operational-Results.html?_gl=1*ttglaw*_up*MQ..*_ga*MTI0MzU1NzM0OS4xNzc2MDY0Mzk5*_ga_B6167QB2TF*czE3NzYwNjQzOTgkbzEkZzAkdDE3NzYwNjQ1NDckajYwJGwwJGgw*_ga_ERWPGTJ5X8*czE3NzYwNjQzOTgkbzEkZzAkdDE3NzYwNjQ1NDckajYwJGwwJGgw",
"holding_balance": 398.0,
"holding_net_change": -12.0,
"transaction_value_usd": 825834.48,
"average_entry_value_usd": 0.0,
"transaction_value_calculated": true
}
]
Bitcoin Holdings
Historical Bitcoin holdings for the company.
https://newhedge.io/api/v2/companies/dmg-blockchain-solutions-inc/bitcoin-holdings?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1778976000000,
398.0
],
[
1779062400000,
398.0
],
[
1779148800000,
398.0
]
]
Bitcoin Holdings USD
Historical USD value of the company's Bitcoin holdings.
https://newhedge.io/api/v2/companies/dmg-blockchain-solutions-inc/bitcoin-holdings-usd?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
[
1778976000000,
30817084.28
],
[
1779062400000,
30623819.46
],
[
1779148800000,
30550483.98
]
]
Price Data
Historical market price data stored on the company profile.
https://newhedge.io/api/v2/companies/dmg-blockchain-solutions-inc/price-data?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
[
{
"low": 0.31,
"date": "2026-05-14",
"high": 0.325,
"open": 0.32,
"close": 0.32,
"volume": 174100
},
{
"low": 0.305,
"date": "2026-05-15",
"high": 0.315,
"open": 0.315,
"close": 0.305,
"volume": 197900
},
{
"low": 0.285,
"date": "2026-05-19",
"high": 0.3,
"open": 0.3,
"close": 0.295,
"volume": 506600
}
]
Company Data
Company profile, fundamentals, and related reference data.
https://newhedge.io/api/v2/companies/dmg-blockchain-solutions-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
}
Performance Metrics
Calculated performance metrics for the company.
https://newhedge.io/api/v2/companies/dmg-blockchain-solutions-inc/performance-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"one_month_return": -4.84,
"six_month_return": -10.61,
"three_month_return": 31.11
}
Treasury Metrics
Bitcoin treasury summary metrics for the company.
https://newhedge.io/api/v2/companies/dmg-blockchain-solutions-inc/treasury-metrics?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your Newhedge API token.
{
"btc_percent_company": 48.5,
"total_btc_percentage": 0.002,
"share_price_change_state": "up"
}