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
[
  [
    1778976000000,
    35303.0
  ],
  [
    1779062400000,
    35303.0
  ],
  [
    1779148800000,
    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
[
  [
    1778976000000,
    2733506347.58
  ],
  [
    1779062400000,
    2716363563.81
  ],
  [
    1779148800000,
    2709858633.03
  ]
]
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": 12.13,
    "date": "2026-05-15",
    "high": 12.89,
    "open": 12.85,
    "close": 12.44,
    "volume": 40007200
  },
  {
    "low": 11.62,
    "date": "2026-05-18",
    "high": 12.26,
    "open": 12.08,
    "close": 12.18,
    "volume": 35663100
  },
  {
    "low": 11.53,
    "date": "2026-05-19",
    "high": 12.585,
    "open": 11.88,
    "close": 12.44,
    "volume": 35175970
  }
]
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.51,
  "quarterly_earnings_growth": 0.867,
  "eps_estimate_current_quarter": -0.505
}
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": 6.96,
  "six_month_return": 3.75,
  "three_month_return": 65.87
}
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.4,
  "total_btc_percentage": 0.168,
  "share_price_change_state": "up"
}