API Documentation

Newhedge API Reference

Access real-time and historical data from any of the 2192 metrics that power Newhedge dashboards, charts, and company treasury pages. Our RESTful API provides programmatic access to comprehensive Bitcoin and financial market data.

Overview

The Newhedge API enables developers to integrate our extensive dataset into their applications, dashboards, and analysis tools. All endpoints return JSON responses with time-series data that mirrors what you see on our platform.

Each chart and treasury company exposes one or more metrics that can be queried individually. Metrics return either arrays of [timestamp, value] pairs or keyed objects, depending on the data structure.

Quick Start

To get started, you'll need an API token from your account settings. Once you have your token, you can make requests to any endpoint using the base URL:

GET /api/v2/metrics/:chart_slug/:metric_name?api_token=YOUR_TOKEN
GET /api/v2/companies/:company_slug/:metric_name?api_token=YOUR_TOKEN

Browse the available charts and companies in the sidebar to find the metrics you need. Each page shows all available metrics, sample requests, and response formats.

For Cursor, Claude, ChatGPT Code Interpreter, and MCP clients, see AI agents & MCP (markdown).

What You Can Do

  • Query real-time and historical Bitcoin metrics
  • Access on-chain data, market indicators, and analytics
  • Access Bitcoin treasury company holdings, acquisitions, and profile data
  • Build custom dashboards and data visualizations
  • Integrate Newhedge data into custom algorithms and research tools
  • Monitor market trends and perform quantitative analysis
Base endpoint

GET /api/v2/metrics/:chart_slug/:metric_name

GET /api/v2/companies/:company_slug/:metric_name

Requires `api_token` query param
JSON responses mirror chart metric data
Status codes: 200, 401, 404
Step 1

Authenticate

Send your 24-character API token via the `api_token` query param. Requests without it return 401.

Step 2

Choose a dataset

Pick any chart or company from the sidebar. Each page exposes one or more metrics you can query individually.

Step 3

Call the endpoint

Hit the chart or company metric or news endpoint to receive the JSON used on the site.

Example request

Curl

GET
curl -X GET "https://newhedge.io/api/v2/metrics/bitcoin-dominance/btc_dominance?api_token=YOUR_TOKEN"

Swap `YOUR_TOKEN` with the secret from your account. Replace the chart and metric to target other datasets.

Sample response

Bitcoin Dominance (BTC.D)

JSON
[
  [
    1780358400000,
    58.09
  ],
  [
    1780444800000,
    57.26
  ],
  [
    1780531200000,
    57.94
  ]
]

Responses are either arrays of `[timestamp, value]` pairs or keyed hashes, depending on the metric.

API-ready datasets

These charts and companies expose metrics through the API. Select one on the left to view its metric list and sample responses.

2192 metrics available to use

On-Chain Analytics

Network activity, transaction volumes, address analytics, and blockchain health indicators.

Bitcoin Average Spent Output Lifespan (ASOL) View →
Bitcoin Coin Days Destroyed (CDD) View →
Bitcoin Coin Years Destroyed (Supply Adjusted) View →
Bitcoin Hot Supply [BTC] View →
Bitcoin Hot Supply [USD] View →
Bitcoin Invested Capital View →

Treasury Companies

Company profile, price, performance, treasury, holdings, and acquisition datasets.

iShares Bitcoin Trust View →
Strategy, Inc View →
United States View →
Fidelity Wise Origin Bitcoin Fund View →
Grayscale Bitcoin Trust View →
China View →

Market Intelligence

Exchange volumes, trading pairs, liquidity metrics, and market dominance indicators.

Bitcoin vs 10Y Treasury Yield Correlation View →
Bitcoin 200 Week Moving Average (200WMA) Heatmap View →
Bitcoin vs Altcoins Correlation View →
Bitcoin Correlations (GLD, IWM, QQQ, SPY, TLT) View →
Bitcoin Dominance (BTC.D) View →
Bitcoin Is Dead View →

Network Metrics

Network health, difficulty adjustments, hash rate, and network growth indicators.

Bitcoin Circulating Supply View →
Future Bitcoin Supply and Monetary Inflation View →
Bitcoin Total Node Distribution Map View →
Bitcoin Hashprice Index View →
Bitcoin Hashrate vs Price View →
Bitcoin Nodes by ASN View →

Mining Analytics

Mining profitability, hash rate distribution, miner revenue, and pool dominance.

Bitcoin Block Reward per Block View →
Bitcoin Block Reward per Day View →
Bitcoin Difficulty Adjustment Estimator View →
Bitcoin Miner Outflows View →
Bitcoin Miner Reserves View →
Bitcoin Daily Miner Revenue View →

ETFs & Structured Products

Bitcoin ETF holdings, flows, premiums, discounts, and institutional product data.

Cumulative Spot Bitcoin ETF Volumes View →
Bitcoin Futures ETF Trading Volumes View →
Grayscale BTC Holdings View →
Spot Bitcoin ETF Daily AUM View →
Spot Bitcoin ETF Flows [USD] View →
Spot Bitcoin ETF Flows [BTC] View →

Exchanges

Exchange trading volumes, liquidity metrics, exchange flows, and market share data.

Cryptocurrency Monthly Exchange Volume (BTC only) View →
Bitcoin Daily Trading Volume View →
Bitcoin Exchange Balance Reserves (BTC) View →
Cryptocurrency Exchange Trading Volume - All Exchanges View →
Cryptocurrency Exchange Trading Volume (BTC Only) View →
Cryptocurrency Exchange Volume BTC Dominance View →

Futures

Futures trading volumes, futures prices, and futures contracts.

Bitcoin 3 Month Annualized Basis View →
Bitcoin Cumulative Volume Delta (CVD) View →
Bitcoin Funding Rate (APR) View →
Bitcoin Futures Open Interest - All Exchanges View →
Bitcoin Liquidations View →
Bitcoin Total Aggregated Open Interest View →

Transactions

Transaction volumes, transaction fees, and transaction patterns.

Bitcoin Annualized Transaction Volume View →
Bitcoin Cumulative Transfer Volume (BTC) View →
Bitcoin Cumulative Transfer Volume (USD) View →
Bitcoin Monthly Transactions View →
Bitcoin Total Transactions Count View →
Bitcoin Transactions per Block View →