Marathon Digital Holdings Inc

Company API endpoints for Bitcoin treasury, holdings, price, profile, and performance data.

How to call

Request format

GET
curl -X GET "https://newhedge.io/api/v2/companies/marathon-digital-holdings-inc/METRIC_NAME?api_token=YOUR_TOKEN"
Query params

api_token (required) — 24 character token.

Path params

:metric_name — one of the company metric names listed below.

Responses

200 with JSON payload, 401 for missing/invalid token, 404 for missing resources.

Metrics

Each company metric is fetched independently.

7 metrics
Metric

Bitcoin Acquisitions

Bitcoin acquisition history for the company.

Endpoint
https://newhedge.io/api/v2/companies/marathon-digital-holdings-inc/bitcoin-acquisitions?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  {
    "date": 1772409600000,
    "type": "buy",
    "coin_id": "bitcoin",
    "source_url": "https://ir.mara.com/sec-filings/all-sec-filings/content/0001507605-26-000007/mara-20251231.htm#id32b7b1249ef4fb88f3c1189f4390bb2_340",
    "holding_balance": 53822.0,
    "holding_net_change": 972.0,
    "transaction_value_usd": 66873609.71999999,
    "average_entry_value_usd": 0.0,
    "transaction_value_calculated": true
  },
  {
    "date": 1774483200000,
    "type": "sell",
    "coin_id": "bitcoin",
    "source_url": "https://ir.mara.com/news-events/press-releases/detail/1418/mara-holdings-inc-announces-1-0-billion-repurchase-of-0-00-convertible-senior-notes-due-2030-and-2031-and-sale-of-15133-bitcoin",
    "holding_balance": 38689.0,
    "holding_net_change": -15133.0,
    "transaction_value_usd": 1041052943.48,
    "average_entry_value_usd": 0.0,
    "transaction_value_calculated": true
  },
  {
    "date": 1778457600000,
    "type": "sell",
    "coin_id": "bitcoin",
    "source_url": "https://ir.mara.com/sec-filings/all-sec-filings/content/0001507605-26-000016/0001507605-26-000016.pdf",
    "holding_balance": 35303.0,
    "holding_net_change": -3386.0,
    "transaction_value_usd": 276687260.88,
    "average_entry_value_usd": 0.0,
    "transaction_value_calculated": true
  }
]
Metric

Bitcoin Holdings

Historical Bitcoin holdings for the company.

Endpoint
https://newhedge.io/api/v2/companies/marathon-digital-holdings-inc/bitcoin-holdings?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  [
    1786924800000,
    35303.0
  ],
  [
    1787011200000,
    35303.0
  ],
  [
    1787097600000,
    35303.0
  ]
]
Metric

Bitcoin Holdings USD

Historical USD value of the company's Bitcoin holdings.

Endpoint
https://newhedge.io/api/v2/companies/marathon-digital-holdings-inc/bitcoin-holdings-usd?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  [
    1786924800000,
    2217944159.82
  ],
  [
    1787011200000,
    2276869103.18
  ],
  [
    1787097600000,
    2283834032.05
  ]
]
Metric

Price Data

Historical market price data stored on the company profile.

Endpoint
https://newhedge.io/api/v2/companies/marathon-digital-holdings-inc/price-data?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
[
  {
    "low": 9.0,
    "date": "2026-08-14",
    "high": 9.26,
    "open": 9.01,
    "close": 9.2,
    "volume": 34562900
  },
  {
    "low": 9.2,
    "date": "2026-08-17",
    "high": 9.81,
    "open": 9.22,
    "close": 9.72,
    "volume": 55316500
  },
  {
    "low": 8.91,
    "date": "2026-08-18",
    "high": 9.545,
    "open": 9.4,
    "close": 8.96,
    "volume": 44380652
  }
]
Metric

Company Data

Company profile, fundamentals, and related reference data.

Endpoint
https://newhedge.io/api/v2/companies/marathon-digital-holdings-inc/company-data?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
{
  "eps_estimate_next_quarter": 0.94,
  "quarterly_earnings_growth": 0.867,
  "eps_estimate_current_quarter": -0.435
}
Metric

Performance Metrics

Calculated performance metrics for the company.

Endpoint
https://newhedge.io/api/v2/companies/marathon-digital-holdings-inc/performance-metrics?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
{
  "one_month_return": -23.22,
  "six_month_return": 19.31,
  "three_month_return": -26.44
}
Metric

Treasury Metrics

Bitcoin treasury summary metrics for the company.

Endpoint
https://newhedge.io/api/v2/companies/marathon-digital-holdings-inc/treasury-metrics?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your Newhedge API token.

Sample response
200 Successful response
{
  "btc_percent_company": 60.9,
  "total_btc_percentage": 0.168,
  "share_price_change_state": "down"
}