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
[
  [
    1788912000000,
    35303.0
  ],
  [
    1788998400000,
    35303.0
  ],
  [
    1789084800000,
    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
[
  [
    1788912000000,
    2769582836.31
  ],
  [
    1788998400000,
    2763802323.09
  ],
  [
    1789084800000,
    2704798654.04
  ]
]
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": 11.0,
    "date": "2026-09-08",
    "high": 12.06,
    "open": 11.13,
    "close": 11.83,
    "volume": 53474700
  },
  {
    "low": 11.6,
    "date": "2026-09-09",
    "high": 12.15,
    "open": 12.09,
    "close": 11.92,
    "volume": 38381300
  },
  {
    "low": 11.22,
    "date": "2026-09-10",
    "high": 11.8,
    "open": 11.64,
    "close": 11.43,
    "volume": 38480900
  }
]
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": 18.08,
  "six_month_return": 33.68,
  "three_month_return": -9.43
}
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": 58.7,
  "total_btc_percentage": 0.168,
  "share_price_change_state": "down"
}