{"version":"1","generated_at":"2026-09-22T02:15:10Z","base_url":"https://newhedge.io","docs_url":"https://docs.newhedge.io","auth":{"type":"apiKey","in":"query","name":"api_token","format":"24-character alphanumeric","plan_required":"premium","obtain_url":"https://newhedge.io/account/api-settings","notes":"Header-based authentication is not supported. Send the token as a query parameter on every request."},"quotas":{"monthly_calls_per_token":50000,"pro_monthly_calls_per_token":100,"enterprise_monthly_calls_per_token":1000000,"scope":"per token, calendar month, by plan; enterprise accounts use custom limits"},"rate_limits":[{"name":"api_metrics_per_token_enterprise","scope":"api_token","path_prefix":"/api/v2/metrics/","limit":5000,"period_seconds":3},{"name":"api_metrics_per_token_enterprise_bulk","scope":"api_token","path_prefix":"/api/v2/metrics/","limit":50000,"period_seconds":40},{"name":"api_metrics_per_ip","scope":"ip","path_prefix":"/api/v2/metrics/","limit":80,"period_seconds":3},{"name":"api_metrics_per_ip_bulk","scope":"ip","path_prefix":"/api/v2/metrics/","limit":1000,"period_seconds":40},{"name":"api_candles_per_token_enterprise","scope":"api_token","path_prefix":"/api/v2/candles/","limit":5000,"period_seconds":3},{"name":"api_candles_per_token_enterprise_bulk","scope":"api_token","path_prefix":"/api/v2/candles/","limit":50000,"period_seconds":40},{"name":"api_candles_per_ip","scope":"ip","path_prefix":"/api/v2/candles/","limit":80,"period_seconds":3},{"name":"api_candles_per_ip_bulk","scope":"ip","path_prefix":"/api/v2/candles/","limit":1000,"period_seconds":40},{"name":"api_news_per_ip","scope":"ip","path_prefix":"/api/v2/news/","limit":10,"period_seconds":3},{"name":"api_news_per_token_enterprise","scope":"api_token","path_prefix":"/api/v2/news/","limit":5000,"period_seconds":3},{"name":"api_mcp_per_ip","scope":"ip","path_prefix":"/api/v2/mcp","limit":80,"period_seconds":3},{"name":"api_mcp_per_token_enterprise","scope":"api_token","path_prefix":"/api/v2/mcp","limit":5000,"period_seconds":3},{"name":"api_prices_per_token_enterprise","scope":"api_token","path_prefix":"/api/v2/price/","limit":5000,"period_seconds":3},{"name":"api_network_fees_per_token_enterprise","scope":"api_token","path_prefix":"/api/v2/network-fees","limit":5000,"period_seconds":3}],"endpoints":{"metrics":{"tool_id":"newhedge.metrics.get","title":"Get a metric time series","method":"GET","url_template":"https://newhedge.io/api/v2/metrics/{chart_slug}/{metric_name}?api_token={token}","requires_auth":true,"docs_url":"https://docs.newhedge.io/api/{chart_slug}","docs_md_url":"https://docs.newhedge.io/api/{chart_slug}.md","description":"Time series for a single metric on a single chart. Returns either an array of [timestamp_ms, value] pairs or a keyed hash, depending on the metric. Optional resolution (1d/12h/4h/1h/30m/10m/block), coarsest to finest; the older names (day1/hour12/hour4/hour1/30mn/10mn/block) are still accepted and answered with the new ones. Advanced users may request finer buckets when ingested. Most metrics are 1d only: `metrics[].resolutions` lists exactly what each metric ingests, and the X-Newhedge-Available-Resolutions response header lists what the calling token may request. Finer pages support before/limit cursors (newest 2500 by default); metadata in X-Newhedge-* headers. Body shape stays a raw array/hash. Optional `include=definition` wraps the response as { \"definition\": {...}, \"data\": ... }; `metrics[].has_definition` says which metrics have one. Pro tokens receive a rolling 1 year of history; Advanced, enterprise and admin tokens receive the full series."},"companies":{"tool_id":"newhedge.companies.get","title":"Get a company Bitcoin treasury dataset","method":"GET","url_template":"https://newhedge.io/api/v2/companies/{company_slug}/{metric_name}?api_token={token}","requires_auth":true,"docs_url":"https://docs.newhedge.io/api/companies/{company_slug}","docs_md_url":"https://docs.newhedge.io/api/companies/{company_slug}.md","description":"One dataset for a tracked Bitcoin treasury entity (public company, private company, ETF, fund, or government). bitcoin-acquisitions returns acquisition event objects; bitcoin-holdings and bitcoin-holdings-usd return [timestamp_ms, value] pairs; price-data returns daily OHLCV rows; company-data, performance-metrics, and treasury-metrics return keyed snapshots. The full metric vocabulary is listed under `company_metrics`, but availability differs per company: each entry under `companies` carries `available_metrics`; request only names in that list. Any other combination returns 404 `Data unavailable for this company`. Pro tokens receive a rolling 1 year of dated history; Advanced, enterprise and admin tokens receive the full series."},"news":{"tool_id":"newhedge.news.list","title":"List Bitcoin and macro news articles","method":"GET","url_template":"https://newhedge.io/api/v2/news/{query_type}?api_token={token}","requires_auth":true,"docs_url":"https://docs.newhedge.io/news-api","docs_md_url":"https://docs.newhedge.io/news-api.md","description":"Curated headlines, ordered by `published_at` desc. Use `query_type=all` for everything or filter by category."},"price_live":{"tool_id":"newhedge.price.live","title":"Get latest BTC price","method":"GET","url_template":"https://newhedge.io/api/v2/price/live?api_token={token}","requires_auth":true,"docs_url":"https://docs.newhedge.io/price-api","docs_md_url":"https://docs.newhedge.io/price-api.md","description":"Latest available BTC price from the Newhedge oracle. Default `source=aggregate` (weighted). Optional `source` `binance`|`coinbase`|`kraken` for a single venue. Optional `currency` converts from USD using cached FX rates."},"price_historical":{"tool_id":"newhedge.price.historical","title":"Get historical BTC price series","method":"GET","url_template":"https://newhedge.io/api/v2/price/historical?api_token={token}","requires_auth":true,"docs_url":"https://docs.newhedge.io/price-api","docs_md_url":"https://docs.newhedge.io/price-api.md","description":"Daily BTC close prices as [timestamp_ms, price] pairs. Optional `currency` query param converts from USD. Pro tokens receive a rolling 1 year of history; Advanced, enterprise and admin tokens receive the full series. Optional `include=definition` wraps the response as { \"definition\": {...}, \"data\": ... } and returns the btc_daily_price definition: what each daily point represents."},"candles":{"tool_id":"newhedge.candles.get","title":"Get BTC OHLCV candles","method":"GET","url_template":"https://newhedge.io/api/v2/candles/btc?interval={interval}\u0026api_token={token}","requires_auth":true,"docs_url":"https://docs.newhedge.io/candles-api","docs_md_url":"https://docs.newhedge.io/candles-api.md","description":"Binance spot BTC/USDT OHLCV candles. Optional `venue` (default and only value today: binance). Required `interval`: 5m, 1h, or 1d. History from 2017-08-17; only closed candles are stored. Rows are [open_time_ms, open, high, low, close, volume_btc, close_time_ms, quote_volume_usdt, trade_count], ascending by open_time -- prices and quote_volume are in USDT, not USD. `before`/`limit` cursor the same way as finer metric pages (default limit 1000, max 1000); metadata in X-Newhedge-* headers. 1d is available to any authenticated token; 5m and 1h require an Advanced (premium) or enterprise token. Pro tokens receive a rolling 1 year of history; Advanced, enterprise and admin tokens receive the full series back to 2017-08-17. Optional `include=definition` wraps the response as { \"definition\": {...}, \"data\": ... } and returns the definition for the requested interval."},"network_fees":{"tool_id":"newhedge.network_fees.get","title":"Get live Bitcoin network fee estimates","method":"GET","url_template":"https://newhedge.io/api/v2/network-fees?api_token={token}","requires_auth":true,"docs_url":"https://docs.newhedge.io/api/network-fee-estimator","docs_md_url":"https://docs.newhedge.io/api/network-fee-estimator.md","description":"Recommended on-chain fee rates in sat/vB by confirmation target (fastest, half hour, hour, economy, minimum)."},"network_fees_quote":{"tool_id":"newhedge.network_fees.quote","title":"Quote total Bitcoin network fees for a transaction size","method":"GET","url_template":"https://newhedge.io/api/v2/network-fees/quote?api_token={token}\u0026vbytes={vbytes}","requires_auth":true,"docs_url":"https://docs.newhedge.io/api/network-fee-estimator","docs_md_url":"https://docs.newhedge.io/api/network-fee-estimator.md","description":"Returns sat/vB rates and total fee in sats and USD per confirmation target. Pass vbytes directly, or inputs and outputs to estimate native P2WPKH size."},"price_websocket":{"tool_id":"newhedge.price.websocket","title":"Subscribe to live BTC/USD price ticks","method":"WEBSOCKET","url_template":"wss://ws.newhedge.io/cable?api_token={token}","requires_auth":true,"docs_url":"https://docs.newhedge.io/api/agents","docs_md_url":"https://docs.newhedge.io/api/agents.md","description":"Enterprise WebSocket stream on ActionCable channel PriceChannel. Default is weighted aggregate; pass identifier source `binance`|`coinbase`|`kraken` for a single venue. Ticks: price, fetched_at, sequence."}},"groups":[{"key":"addresses","label":"Addresses","chart_count":36,"charts":[{"slug":"30d-address-count-change","name":"30d Address Count Change","extended_name":"Bitcoin 30D Address Count Change","group":"addresses","sub_group":"Distribution","subheader":"30-day net change in Bitcoin address count","description":null,"view_url":"https://newhedge.io/bitcoin/30d-address-count-change","docs_url":"https://docs.newhedge.io/api/30d-address-count-change","docs_md_url":"https://docs.newhedge.io/api/30d-address-count-change.md","metrics":[{"name":"addr_count_30d_change","highlighted_name":"30d Address Count Change","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/30d-address-count-change/addr_count_30d_change?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,170809.0],[1789776000000,205455.0],[1789862400000,227406.0]],"has_definition":true}]},{"slug":"active-addresses","name":"Active Addresses","extended_name":"Number of Bitcoin Active Addresses","group":"addresses","sub_group":"Address Growth","subheader":"Number of unique addresses involved in sending or receiving BTC","description":null,"view_url":"https://newhedge.io/bitcoin/active-addresses","docs_url":"https://docs.newhedge.io/api/active-addresses","docs_md_url":"https://docs.newhedge.io/api/active-addresses.md","metrics":[{"name":"active_addresses","highlighted_name":"Active Addresses","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/active-addresses/active_addresses?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,681346.0],[1789862400000,586590.0],[1789948800000,564511.0]],"has_definition":true}]},{"slug":"addresses-with-0-sats","name":"Addresses With 0 sats","extended_name":"Bitcoin Addresses With 0 sats","group":"addresses","sub_group":"Address Balances (sats)","subheader":"Total number of addresses with a 0 sat balance","description":null,"view_url":"https://newhedge.io/bitcoin/addresses-with-0-sats","docs_url":"https://docs.newhedge.io/api/addresses-with-0-sats","docs_md_url":"https://docs.newhedge.io/api/addresses-with-0-sats.md","metrics":[{"name":"addresses_with_0_sats","highlighted_name":"Addresses","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/addresses-with-0-sats/addresses_with_0_sats?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,781.0],[1789776000000,781.0],[1789862400000,781.0]],"has_definition":true}]},{"slug":"addresses-with-balance-between-1-btc-and-10-btc","name":"Addresses With Balance Between 1 BTC and 10 BTC","extended_name":"Bitcoin Addresses with Balance Between 1 BTC and 10 BTC","group":"addresses","sub_group":"Address Balances","subheader":"Number of unique Bitcoin addresses holding between 1 BTC and 10 BTC","description":null,"view_url":"https://newhedge.io/bitcoin/addresses-with-balance-between-1-btc-and-10-btc","docs_url":"https://docs.newhedge.io/api/addresses-with-balance-between-1-btc-and-10-btc","docs_md_url":"https://docs.newhedge.io/api/addresses-with-balance-between-1-btc-and-10-btc.md","metrics":[{"name":"addresses_with_balance_between_1_btc_and_10_btc","highlighted_name":"Addresses","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/addresses-with-balance-between-1-btc-and-10-btc/addresses_with_balance_between_1_btc_and_10_btc?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,822150.0],[1789776000000,822138.0],[1789862400000,822129.0]],"has_definition":true}]},{"slug":"addresses-with-balance-between-1-sat-and-10-sats","name":"Addresses With Balance Between 1 sat and 10 sats","extended_name":"Addresses With Balance Between 1 sat and 10 sats","group":"addresses","sub_group":"Address Balances (sats)","subheader":"Total number of addresses with balances between 1 sat and 10 sats","description":null,"view_url":"https://newhedge.io/bitcoin/addresses-with-balance-between-1-sat-and-10-sats","docs_url":"https://docs.newhedge.io/api/addresses-with-balance-between-1-sat-and-10-sats","docs_md_url":"https://docs.newhedge.io/api/addresses-with-balance-between-1-sat-and-10-sats.md","metrics":[{"name":"addresses_with_balance_between_1_sat_and_10_sats","highlighted_name":"Addresses","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/addresses-with-balance-between-1-sat-and-10-sats/addresses_with_balance_between_1_sat_and_10_sats?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,541169.0],[1789776000000,541167.0],[1789862400000,541167.0]],"has_definition":true}]},{"slug":"addresses-with-balance-between-10-btc-and-100-btc","name":"Addresses With Balance Between 10 BTC and 100 BTC","extended_name":"Bitcoin Addresses with Balance Between 10 BTC and 100 BTC","group":"addresses","sub_group":"Address Balances","subheader":"Number of unique Bitcoin addresses holding between 10 BTC and 100 BTC","description":null,"view_url":"https://newhedge.io/bitcoin/addresses-with-balance-between-10-btc-and-100-btc","docs_url":"https://docs.newhedge.io/api/addresses-with-balance-between-10-btc-and-100-btc","docs_md_url":"https://docs.newhedge.io/api/addresses-with-balance-between-10-btc-and-100-btc.md","metrics":[{"name":"addresses_with_balance_between_10_btc_and_100_btc","highlighted_name":"Addresses","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/addresses-with-balance-between-10-btc-and-100-btc/addresses_with_balance_between_10_btc_and_100_btc?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,129627.0],[1789776000000,129591.0],[1789862400000,129620.0]],"has_definition":true}]},{"slug":"addresses-with-balance-between-10-sats-and-100-sats","name":"Addresses With Balance Between 10 sats and 100 sats","extended_name":"Addresses With Balance Between 10 sats and 100 sats","group":"addresses","sub_group":"Address Balances (sats)","subheader":"Total number of addresses with balances between 10 sats and 100 sats","description":null,"view_url":"https://newhedge.io/bitcoin/addresses-with-balance-between-10-sats-and-100-sats","docs_url":"https://docs.newhedge.io/api/addresses-with-balance-between-10-sats-and-100-sats","docs_md_url":"https://docs.newhedge.io/api/addresses-with-balance-between-10-sats-and-100-sats.md","metrics":[{"name":"addresses_with_balance_between_10_sats_and_100_sats","highlighted_name":"Addresses","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/addresses-with-balance-between-10-sats-and-100-sats/addresses_with_balance_between_10_sats_and_100_sats?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,219432.0],[1789776000000,219432.0],[1789862400000,219432.0]],"has_definition":true}]},{"slug":"addresses-with-balance-between-100-btc-and-1k-btc","name":"Addresses With Balance Between 100 BTC and 1k BTC","extended_name":"Addresses With Balance Between 100 BTC and 1k BTC","group":"addresses","sub_group":"Address Balances","subheader":"Total number of addresses with balances between 100 BTC and 1k BTC","description":null,"view_url":"https://newhedge.io/bitcoin/addresses-with-balance-between-100-btc-and-1k-btc","docs_url":"https://docs.newhedge.io/api/addresses-with-balance-between-100-btc-and-1k-btc","docs_md_url":"https://docs.newhedge.io/api/addresses-with-balance-between-100-btc-and-1k-btc.md","metrics":[{"name":"addresses_with_balance_between_100_btc_and_1k_btc","highlighted_name":"Addresses","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/addresses-with-balance-between-100-btc-and-1k-btc/addresses_with_balance_between_100_btc_and_1k_btc?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,18188.0],[1789776000000,18184.0],[1789862400000,18181.0]],"has_definition":true}]},{"slug":"addresses-with-balance-between-100-sats-and-1k-sats","name":"Addresses With Balance Between 100 sats and 1k sats","extended_name":"Addresses With Balance Between 100 sats and 1k sats","group":"addresses","sub_group":"Address Balances (sats)","subheader":"Total number of addresses with balances between 100 sats and 1k sats","description":null,"view_url":"https://newhedge.io/bitcoin/addresses-with-balance-between-100-sats-and-1k-sats","docs_url":"https://docs.newhedge.io/api/addresses-with-balance-between-100-sats-and-1k-sats","docs_md_url":"https://docs.newhedge.io/api/addresses-with-balance-between-100-sats-and-1k-sats.md","metrics":[{"name":"addresses_with_balance_between_100_sats_and_1k_sats","highlighted_name":"Addresses","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/addresses-with-balance-between-100-sats-and-1k-sats/addresses_with_balance_between_100_sats_and_1k_sats?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,4985994.0],[1789776000000,4987385.0],[1789862400000,4988455.0]],"has_definition":true}]},{"slug":"addresses-with-balance-between-100k-sats-and-1m-sats","name":"Addresses With Balance Between 100k sats and 1m sats","extended_name":"Addresses With Balance Between 100k sats and 1m sats","group":"addresses","sub_group":"Address Balances (sats)","subheader":"Total number of addresses with balances between 100k sats and 1m sats","description":null,"view_url":"https://newhedge.io/bitcoin/addresses-with-balance-between-100k-sats-and-1m-sats","docs_url":"https://docs.newhedge.io/api/addresses-with-balance-between-100k-sats-and-1m-sats","docs_md_url":"https://docs.newhedge.io/api/addresses-with-balance-between-100k-sats-and-1m-sats.md","metrics":[{"name":"addresses_with_balance_between_100k_sats_and_1m_sats","highlighted_name":"Addresses","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/addresses-with-balance-between-100k-sats-and-1m-sats/addresses_with_balance_between_100k_sats_and_1m_sats?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,12121940.0],[1789776000000,12126618.0],[1789862400000,12129361.0]],"has_definition":true}]},{"slug":"addresses-with-balance-between-10k-btc-and-100k-btc","name":"Addresses With Balance Between 10k BTC and 100k BTC","extended_name":"Addresses With Balance Between 10k BTC and 100k BTC","group":"addresses","sub_group":"Address Balances","subheader":"Total number of addresses with balances between 10k BTC and 100k BTC","description":null,"view_url":"https://newhedge.io/bitcoin/addresses-with-balance-between-10k-btc-and-100k-btc","docs_url":"https://docs.newhedge.io/api/addresses-with-balance-between-10k-btc-and-100k-btc","docs_md_url":"https://docs.newhedge.io/api/addresses-with-balance-between-10k-btc-and-100k-btc.md","metrics":[{"name":"addresses_with_balance_between_10k_btc_and_100k_btc","highlighted_name":"Addresses","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/addresses-with-balance-between-10k-btc-and-100k-btc/addresses_with_balance_between_10k_btc_and_100k_btc?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,85.0],[1789776000000,85.0],[1789862400000,84.0]],"has_definition":true}]},{"slug":"addresses-with-balance-between-10k-sats-and-100k-sats","name":"Addresses With Balance Between 10k sats and 100k sats","extended_name":"Addresses With Balance Between 10k sats and 100k sats","group":"addresses","sub_group":"Address Balances (sats)","subheader":"Total number of addresses with balances between 10k sats and 100k sats","description":null,"view_url":"https://newhedge.io/bitcoin/addresses-with-balance-between-10k-sats-and-100k-sats","docs_url":"https://docs.newhedge.io/api/addresses-with-balance-between-10k-sats-and-100k-sats","docs_md_url":"https://docs.newhedge.io/api/addresses-with-balance-between-10k-sats-and-100k-sats.md","metrics":[{"name":"addresses_with_balance_between_10k_sats_and_100k_sats","highlighted_name":"Addresses","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/addresses-with-balance-between-10k-sats-and-100k-sats/addresses_with_balance_between_10k_sats_and_100k_sats?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,14033019.0],[1789776000000,14045509.0],[1789862400000,14048695.0]],"has_definition":true}]},{"slug":"addresses-with-balance-between-10m-sats-and-1-btc","name":"Addresses With Balance Between 10m sats and 1 BTC","extended_name":"Addresses With Balance Between 10M sats and 1 BTC","group":"addresses","sub_group":"Address Balances (sats)","subheader":"Total number of addresses with balances between 10m sats and 1 BTC","description":null,"view_url":"https://newhedge.io/bitcoin/addresses-with-balance-between-10m-sats-and-1-btc","docs_url":"https://docs.newhedge.io/api/addresses-with-balance-between-10m-sats-and-1-btc","docs_md_url":"https://docs.newhedge.io/api/addresses-with-balance-between-10m-sats-and-1-btc.md","metrics":[{"name":"addresses_with_balance_between_10m_sats_and_1_btc","highlighted_name":"Addresses","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/addresses-with-balance-between-10m-sats-and-1-btc/addresses_with_balance_between_10m_sats_and_1_btc?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,3495450.0],[1789776000000,3495555.0],[1789862400000,3495676.0]],"has_definition":true}]},{"slug":"addresses-with-balance-between-1k-btc-and-10k-btc","name":"Addresses With Balance Between 1k BTC and 10k BTC","extended_name":"Addresses With Balance Between 1k BTC and 10k BTC","group":"addresses","sub_group":"Address Balances","subheader":"Total number of addresses with balances between 1k BTC and 10k BTC","description":null,"view_url":"https://newhedge.io/bitcoin/addresses-with-balance-between-1k-btc-and-10k-btc","docs_url":"https://docs.newhedge.io/api/addresses-with-balance-between-1k-btc-and-10k-btc","docs_md_url":"https://docs.newhedge.io/api/addresses-with-balance-between-1k-btc-and-10k-btc.md","metrics":[{"name":"addresses_with_balance_between_1k_btc_and_10k_btc","highlighted_name":"Addresses","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/addresses-with-balance-between-1k-btc-and-10k-btc/addresses_with_balance_between_1k_btc_and_10k_btc?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1901.0],[1789776000000,1899.0],[1789862400000,1899.0]],"has_definition":true}]},{"slug":"addresses-with-balance-between-1k-sats-and-10k-sats","name":"Addresses With Balance Between 1k sats and 10k sats","extended_name":"Addresses With Balance Between 1k sats and 10k sats","group":"addresses","sub_group":"Address Balances (sats)","subheader":"Total number of addresses with balances between 1k sats and 10k sats","description":null,"view_url":"https://newhedge.io/bitcoin/addresses-with-balance-between-1k-sats-and-10k-sats","docs_url":"https://docs.newhedge.io/api/addresses-with-balance-between-1k-sats-and-10k-sats","docs_md_url":"https://docs.newhedge.io/api/addresses-with-balance-between-1k-sats-and-10k-sats.md","metrics":[{"name":"addresses_with_balance_between_1k_sats_and_10k_sats","highlighted_name":"Addresses","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/addresses-with-balance-between-1k-sats-and-10k-sats/addresses_with_balance_between_1k_sats_and_10k_sats?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,12259507.0],[1789776000000,12261598.0],[1789862400000,12264078.0]],"has_definition":true}]},{"slug":"addresses-with-balance-between-1m-sats-and-10m-sats","name":"Addresses With Balance Between 1m sats and 10m sats","extended_name":"Addresses With Balance Between 1m sats and 10m sats","group":"addresses","sub_group":"Address Balances (sats)","subheader":"Total number of addresses with balances between 1m sats and 10m sats","description":null,"view_url":"https://newhedge.io/bitcoin/addresses-with-balance-between-1m-sats-and-10m-sats","docs_url":"https://docs.newhedge.io/api/addresses-with-balance-between-1m-sats-and-10m-sats","docs_md_url":"https://docs.newhedge.io/api/addresses-with-balance-between-1m-sats-and-10m-sats.md","metrics":[{"name":"addresses_with_balance_between_1m_sats_and_10m_sats","highlighted_name":"Addresses","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/addresses-with-balance-between-1m-sats-and-10m-sats/addresses_with_balance_between_1m_sats_and_10m_sats?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,8261349.0],[1789776000000,8260735.0],[1789862400000,8261611.0]],"has_definition":true}]},{"slug":"addresses-with-balance-over-100k-btc","name":"Addresses With Balance Over 100k BTC","extended_name":"Addresses With Balance Over 100k BTC","group":"addresses","sub_group":"Address Balances","subheader":"Total number of addresses with balances over 100k BTC","description":null,"view_url":"https://newhedge.io/bitcoin/addresses-with-balance-over-100k-btc","docs_url":"https://docs.newhedge.io/api/addresses-with-balance-over-100k-btc","docs_md_url":"https://docs.newhedge.io/api/addresses-with-balance-over-100k-btc.md","metrics":[{"name":"addresses_with_balance_over_100k_btc","highlighted_name":"Addresses","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/addresses-with-balance-over-100k-btc/addresses_with_balance_over_100k_btc?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,4.0],[1789776000000,4.0],[1789862400000,4.0]],"has_definition":true}]},{"slug":"addresses-with-non-zero-balance","name":"Addresses With Non Zero Balance","extended_name":"Bitcoin Addresses with a Non-Zero Balance","group":"addresses","sub_group":"Address Growth","subheader":"Number of unique Bitcoin addresses holding a positive (non-zero) amount of coins","description":null,"view_url":"https://newhedge.io/bitcoin/addresses-with-non-zero-balance","docs_url":"https://docs.newhedge.io/api/addresses-with-non-zero-balance","docs_md_url":"https://docs.newhedge.io/api/addresses-with-non-zero-balance.md","metrics":[{"name":"addresses_with_a_non_zero_balance","highlighted_name":"Addresses","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/addresses-with-non-zero-balance/addresses_with_a_non_zero_balance?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,56890596.0],[1789776000000,56910681.0],[1789862400000,56921173.0]],"has_definition":true}]},{"slug":"bitcoin-supply-between-1-btc-and-10-btc","name":"Bitcoin Supply Between 1 BTC and 10 BTC","extended_name":"Bitcoin Supply Between 1 BTC and 10 BTC","group":"addresses","sub_group":"Coin Balances","subheader":"Total BTC held in addresses whose individual balances fall between 1 BTC and 10 BTC","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-supply-between-1-btc-and-10-btc","docs_url":"https://docs.newhedge.io/api/bitcoin-supply-between-1-btc-and-10-btc","docs_md_url":"https://docs.newhedge.io/api/bitcoin-supply-between-1-btc-and-10-btc.md","metrics":[{"name":"coins_addr_between_1_btc_and_10_btc","highlighted_name":"BTC","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-supply-between-1-btc-and-10-btc/coins_addr_between_1_btc_and_10_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,2042985.57509722],[1789776000000,2042625.51073112],[1789862400000,2042163.23324736]],"has_definition":true}]},{"slug":"bitcoin-supply-between-1-sat-and-10-sats","name":"Bitcoin Supply Between 1 sat and 10 sats","extended_name":"Bitcoin Supply Between 1 sat and 10 sats","group":"addresses","sub_group":"Coin Balances (sats)","subheader":"Total BTC held in addresses whose individual balances fall between 1 sat and 10 sats","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-supply-between-1-sat-and-10-sats","docs_url":"https://docs.newhedge.io/api/bitcoin-supply-between-1-sat-and-10-sats","docs_md_url":"https://docs.newhedge.io/api/bitcoin-supply-between-1-sat-and-10-sats.md","metrics":[{"name":"coins_addr_between_1_sat_and_10_sats","highlighted_name":"BTC","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-supply-between-1-sat-and-10-sats/coins_addr_between_1_sat_and_10_sats?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.00845078],[1789776000000,0.00845076],[1789862400000,0.00845076]],"has_definition":true}]},{"slug":"bitcoin-supply-between-10-btc-and-100-btc","name":"Bitcoin Supply Between 10 BTC and 100 BTC","extended_name":"Bitcoin Supply Between 10 BTC and 100 BTC","group":"addresses","sub_group":"Coin Balances","subheader":"Total BTC held in addresses whose individual balances fall between 10 BTC and 100 BTC","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-supply-between-10-btc-and-100-btc","docs_url":"https://docs.newhedge.io/api/bitcoin-supply-between-10-btc-and-100-btc","docs_md_url":"https://docs.newhedge.io/api/bitcoin-supply-between-10-btc-and-100-btc.md","metrics":[{"name":"coins_addr_between_10_btc_and_100_btc","highlighted_name":"BTC","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-supply-between-10-btc-and-100-btc/coins_addr_between_10_btc_and_100_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,4219681.89700631],[1789776000000,4219565.41505873],[1789862400000,4220403.32191712]],"has_definition":true}]},{"slug":"bitcoin-supply-between-10-sats-and-100-sats","name":"Bitcoin Supply Between 10 sats and 100 sats","extended_name":"Bitcoin Supply Between 10 sats and 100 sats","group":"addresses","sub_group":"Coin Balances (sats)","subheader":"Total BTC held in addresses whose individual balances fall between 10 sats and 100 sats","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-supply-between-10-sats-and-100-sats","docs_url":"https://docs.newhedge.io/api/bitcoin-supply-between-10-sats-and-100-sats","docs_md_url":"https://docs.newhedge.io/api/bitcoin-supply-between-10-sats-and-100-sats.md","metrics":[{"name":"coins_addr_between_10_sats_and_100_sats","highlighted_name":"BTC","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-supply-between-10-sats-and-100-sats/coins_addr_between_10_sats_and_100_sats?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.06189047],[1789776000000,0.06189047],[1789862400000,0.06189047]],"has_definition":true}]},{"slug":"bitcoin-supply-between-100-btc-and-1k-btc","name":"Bitcoin Supply Between 100 BTC and 1k BTC","extended_name":"Bitcoin Supply Between 100 BTC and 1k BTC","group":"addresses","sub_group":"Coin Balances","subheader":"Total BTC held in addresses whose individual balances fall between 100 BTC and 1k BTC","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-supply-between-100-btc-and-1k-btc","docs_url":"https://docs.newhedge.io/api/bitcoin-supply-between-100-btc-and-1k-btc","docs_md_url":"https://docs.newhedge.io/api/bitcoin-supply-between-100-btc-and-1k-btc.md","metrics":[{"name":"coins_addr_between_100_btc_and_1k_btc","highlighted_name":"BTC","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-supply-between-100-btc-and-1k-btc/coins_addr_between_100_btc_and_1k_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,5228819.46515402],[1789776000000,5232620.46152785],[1789862400000,5233054.10843851]],"has_definition":true}]},{"slug":"bitcoin-supply-between-100-sats-and-1k-sats","name":"Bitcoin Supply Between 100 sats and 1k sats","extended_name":"Bitcoin Supply Between 100 sats and 1k sats","group":"addresses","sub_group":"Coin Balances (sats)","subheader":"Total BTC held in addresses whose individual balances fall between 100 sats and 1k sats","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-supply-between-100-sats-and-1k-sats","docs_url":"https://docs.newhedge.io/api/bitcoin-supply-between-100-sats-and-1k-sats","docs_md_url":"https://docs.newhedge.io/api/bitcoin-supply-between-100-sats-and-1k-sats.md","metrics":[{"name":"coins_addr_between_100_sats_and_1k_sats","highlighted_name":"BTC","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-supply-between-100-sats-and-1k-sats/coins_addr_between_100_sats_and_1k_sats?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,29.94383157],[1789776000000,29.95287027],[1789862400000,29.95985511]],"has_definition":true}]},{"slug":"bitcoin-supply-between-100k-sats-and-1m-sats","name":"Bitcoin Supply Between 100k sats and 1m sats","extended_name":"Bitcoin Supply Between 100k sats and 1M sats","group":"addresses","sub_group":"Coin Balances (sats)","subheader":"Total BTC held in addresses whose individual balances fall between 100k sats and 1M sats","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-supply-between-100k-sats-and-1m-sats","docs_url":"https://docs.newhedge.io/api/bitcoin-supply-between-100k-sats-and-1m-sats","docs_md_url":"https://docs.newhedge.io/api/bitcoin-supply-between-100k-sats-and-1m-sats.md","metrics":[{"name":"coins_addr_between_100k_sats_and_1m_sats","highlighted_name":"BTC","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-supply-between-100k-sats-and-1m-sats/coins_addr_between_100k_sats_and_1m_sats?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,44760.60282153],[1789776000000,44765.56621707],[1789862400000,44771.12233683]],"has_definition":true}]},{"slug":"bitcoin-supply-between-10k-sats-and-100k-sats","name":"Bitcoin Supply Between 10k sats and 100k sats","extended_name":"Bitcoin Supply Between 10k sats and 100k sats","group":"addresses","sub_group":"Coin Balances (sats)","subheader":"Total BTC held in addresses whose individual balances fall between 10k sats and 100k sats","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-supply-between-10k-sats-and-100k-sats","docs_url":"https://docs.newhedge.io/api/bitcoin-supply-between-10k-sats-and-100k-sats","docs_md_url":"https://docs.newhedge.io/api/bitcoin-supply-between-10k-sats-and-100k-sats.md","metrics":[{"name":"coins_addr_between_10k_sats_and_100k_sats","highlighted_name":"BTC","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-supply-between-10k-sats-and-100k-sats/coins_addr_between_10k_sats_and_100k_sats?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,5263.63367246],[1789776000000,5268.72426187],[1789862400000,5269.81966657]],"has_definition":true}]},{"slug":"bitcoin-supply-between-10m-sats-and-1-btc","name":"Bitcoin Supply Between 10m sats and 1 BTC","extended_name":"Bitcoin Supply Between 10M sats and 1 BTC","group":"addresses","sub_group":"Coin Balances (sats)","subheader":"Total BTC held in addresses whose individual balances fall between 10M sats and 1 BTC","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-supply-between-10m-sats-and-1-btc","docs_url":"https://docs.newhedge.io/api/bitcoin-supply-between-10m-sats-and-1-btc","docs_md_url":"https://docs.newhedge.io/api/bitcoin-supply-between-10m-sats-and-1-btc.md","metrics":[{"name":"coins_addr_between_10m_sats_and_1_btc","highlighted_name":"BTC","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-supply-between-10m-sats-and-1-btc/coins_addr_between_10m_sats_and_1_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1067793.40396985],[1789776000000,1067856.64950242],[1789862400000,1067840.90839446]],"has_definition":true}]},{"slug":"bitcoin-supply-between-1k-btc-and-10k-btc","name":"Bitcoin Supply Between 1k BTC and 10k BTC","extended_name":"Bitcoin Supply Between 1k BTC and 10k BTC","group":"addresses","sub_group":"Coin Balances","subheader":"Total BTC held in addresses whose individual balances fall between 1k BTC and 10k BTC","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-supply-between-1k-btc-and-10k-btc","docs_url":"https://docs.newhedge.io/api/bitcoin-supply-between-1k-btc-and-10k-btc","docs_md_url":"https://docs.newhedge.io/api/bitcoin-supply-between-1k-btc-and-10k-btc.md","metrics":[{"name":"coins_addr_between_1k_btc_and_10k_btc","highlighted_name":"BTC","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-supply-between-1k-btc-and-10k-btc/coins_addr_between_1k_btc_and_10k_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,4156088.81831665],[1789776000000,4152892.46512211],[1789862400000,4158568.87434811]],"has_definition":true}]},{"slug":"bitcoin-supply-between-1k-sats-and-10k-sats","name":"Bitcoin Supply Between 1k sats and 10k sats","extended_name":"Bitcoin Supply Between 1k sats and 10k sats","group":"addresses","sub_group":"Coin Balances (sats)","subheader":"Total BTC held in addresses whose individual balances fall between 1k sats and 10k sats","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-supply-between-1k-sats-and-10k-sats","docs_url":"https://docs.newhedge.io/api/bitcoin-supply-between-1k-sats-and-10k-sats","docs_md_url":"https://docs.newhedge.io/api/bitcoin-supply-between-1k-sats-and-10k-sats.md","metrics":[{"name":"coins_addr_between_1k_sats_and_10k_sats","highlighted_name":"BTC","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-supply-between-1k-sats-and-10k-sats/coins_addr_between_1k_sats_and_10k_sats?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,503.12131635],[1789776000000,503.27566108],[1789862400000,503.39969516]],"has_definition":true}]},{"slug":"bitcoin-supply-between-1m-sats-and-10m-sats","name":"Bitcoin Supply Between 1m sats and 10m sats","extended_name":"Bitcoin Supply Between 1M sats and 10M sats","group":"addresses","sub_group":"Coin Balances (sats)","subheader":"Total BTC held in addresses whose individual balances fall between 1M sats and 10M sats","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-supply-between-1m-sats-and-10m-sats","docs_url":"https://docs.newhedge.io/api/bitcoin-supply-between-1m-sats-and-10m-sats","docs_md_url":"https://docs.newhedge.io/api/bitcoin-supply-between-1m-sats-and-10m-sats.md","metrics":[{"name":"coins_addr_between_1m_sats_and_10m_sats","highlighted_name":"BTC","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-supply-between-1m-sats-and-10m-sats/coins_addr_between_1m_sats_and_10m_sats?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,277664.28701649],[1789776000000,277648.37402489],[1789862400000,277679.27685298]],"has_definition":true}]},{"slug":"bitcoin-supply-over-10k-btc","name":"Bitcoin Supply Over 10k BTC","extended_name":"Bitcoin Supply Over 10k BTC","group":"addresses","sub_group":"Coin Balances","subheader":"Total BTC held in addresses whose individual balances are over 10k BTC","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-supply-over-10k-btc","docs_url":"https://docs.newhedge.io/api/bitcoin-supply-over-10k-btc","docs_md_url":"https://docs.newhedge.io/api/bitcoin-supply-over-10k-btc.md","metrics":[{"name":"coins_addr_over_10k_btc","highlighted_name":"BTC","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-supply-over-10k-btc/coins_addr_over_10k_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,3039993.8726362],[1789776000000,3040205.10021373],[1789862400000,3034178.7198351]],"has_definition":true}]},{"slug":"new-address-count-by-type","name":"New Address Count by Type","extended_name":"Bitcoin New Address Type by Count","group":"addresses","sub_group":"Address Growth","subheader":"Daily new Bitcoin addresses split by script type","description":null,"view_url":"https://newhedge.io/bitcoin/new-address-count-by-type","docs_url":"https://docs.newhedge.io/api/new-address-count-by-type","docs_md_url":"https://docs.newhedge.io/api/new-address-count-by-type.md","metrics":[{"name":"p2a_new_addr_count_sum","highlighted_name":"P2A Address Count","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/new-address-count-by-type/p2a_new_addr_count_sum?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true},{"name":"p2pk33_new_addr_count_sum","highlighted_name":"P2PK33 Address Count","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/new-address-count-by-type/p2pk33_new_addr_count_sum?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true},{"name":"p2pk65_new_addr_count_sum","highlighted_name":"P2PK65 Address Count","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/new-address-count-by-type/p2pk65_new_addr_count_sum?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true},{"name":"p2pkh_new_addr_count_sum","highlighted_name":"P2PKH Address Count","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/new-address-count-by-type/p2pkh_new_addr_count_sum?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,16477.0],[1789776000000,13390.0],[1789862400000,11675.0]],"has_definition":true},{"name":"p2sh_new_addr_count_sum","highlighted_name":"P2SH Address Count","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/new-address-count-by-type/p2sh_new_addr_count_sum?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,18681.0],[1789776000000,14501.0],[1789862400000,14465.0]],"has_definition":true},{"name":"p2tr_new_addr_count_sum","highlighted_name":"P2TR Address Count","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/new-address-count-by-type/p2tr_new_addr_count_sum?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,34001.0],[1789776000000,29301.0],[1789862400000,26125.0]],"has_definition":true},{"name":"p2wpkh_new_addr_count_sum","highlighted_name":"P2WPKH Address Count","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/new-address-count-by-type/p2wpkh_new_addr_count_sum?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,224452.0],[1789776000000,197253.0],[1789862400000,181575.0]],"has_definition":true},{"name":"p2wsh_new_addr_count_sum","highlighted_name":"P2WSH Address Count","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/new-address-count-by-type/p2wsh_new_addr_count_sum?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,18456.0],[1789776000000,16224.0],[1789862400000,14120.0]],"has_definition":true}]},{"slug":"new-addresses","name":"New Addresses","extended_name":"New Bitcoin Addresses","group":"addresses","sub_group":"Address Growth","subheader":"Number of new Bitcoin addresses created per day","description":null,"view_url":"https://newhedge.io/bitcoin/new-addresses","docs_url":"https://docs.newhedge.io/api/new-addresses","docs_md_url":"https://docs.newhedge.io/api/new-addresses.md","metrics":[{"name":"number_of_new_addresses","highlighted_name":"New Addresses","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/new-addresses/number_of_new_addresses?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,312067.0],[1789776000000,270669.0],[1789862400000,247960.0]],"has_definition":true}]},{"slug":"total-addresses","name":"Total Addresses","extended_name":"Bitcoin Total Addresses","group":"addresses","sub_group":"Address Growth","subheader":"Total number of Bitcoin addresses observed on-chain","description":null,"view_url":"https://newhedge.io/bitcoin/total-addresses","docs_url":"https://docs.newhedge.io/api/total-addresses","docs_md_url":"https://docs.newhedge.io/api/total-addresses.md","metrics":[{"name":"total_addr_count","highlighted_name":"Total Addresses","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/total-addresses/total_addr_count?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1545874303.0],[1789776000000,1546144224.0],[1789862400000,1546392184.0]],"has_definition":true}]},{"slug":"unique-receiving-addresses-per-block","name":"Unique Receiving Addresses Per Block","extended_name":"Bitcoin Unique Receiving Addresses Per Block","group":"addresses","sub_group":"Address Growth","subheader":"Average unique addresses receiving per block","description":null,"view_url":"https://newhedge.io/bitcoin/unique-receiving-addresses-per-block","docs_url":"https://docs.newhedge.io/api/unique-receiving-addresses-per-block","docs_md_url":"https://docs.newhedge.io/api/unique-receiving-addresses-per-block.md","metrics":[{"name":"address_activity_receiving_average","highlighted_name":"Addresses","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/unique-receiving-addresses-per-block/address_activity_receiving_average?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,4532.6514],[1789776000000,4510.9688],[1789862400000,3394.8635]],"has_definition":true}]},{"slug":"unique-sending-addresses-per-block","name":"Unique Sending Addresses Per Block","extended_name":"Bitcoin Unique Sending Addresses Per Block","group":"addresses","sub_group":"Address Growth","subheader":"Average unique addresses sending per block","description":null,"view_url":"https://newhedge.io/bitcoin/unique-sending-addresses-per-block","docs_url":"https://docs.newhedge.io/api/unique-sending-addresses-per-block","docs_md_url":"https://docs.newhedge.io/api/unique-sending-addresses-per-block.md","metrics":[{"name":"address_activity_sending_average","highlighted_name":"Addresses","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/unique-sending-addresses-per-block/address_activity_sending_average?api_token={token}","shape":"time_series_array","units":"addresses","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,3765.9802],[1789776000000,3782.5547],[1789862400000,2871.63]],"has_definition":true}]}]},{"key":"adoption","label":"Adoption","chart_count":8,"charts":[{"slug":"atm-locations-map","name":"ATM Locations Map","extended_name":"Bitcoin ATM Directory Map","group":"adoption","sub_group":"ATMs","subheader":"Explore Bitcoin ATM locations around the world","description":null,"view_url":"https://newhedge.io/bitcoin/atm-locations-map","docs_url":"https://docs.newhedge.io/api/atm-locations-map","docs_md_url":"https://docs.newhedge.io/api/atm-locations-map.md","metrics":[{"name":"btcmap_atm_locations","highlighted_name":"Btcmap Atm Locations","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/atm-locations-map/btcmap_atm_locations?api_token={token}","shape":"object_array","units":null,"units_source":null,"update_frequency":"manual","resolutions":["1d"],"next_expected_at":null,"sample":[{"lat":51.9471898,"lon":15.5197261,"name":"Bitcoin ATM","properties":{"id":42593,"icon":"local_atm","email":null,"hours":"24/7","image":"https://cdn.prod.website-files.com/634dbcb509aa9c6937307499/6a1ef04916677fa37c88f15d_photo_2026-06-02_16-34-54.jpg","phone":null,"osm_id":"node:14135580329","address":null,"twitter":null,"website":"https://www.bitomat.com/bitomaty/bitomat-zielona-gora-staszica","comments":null,"facebook":null,"instagram":null,"created_at":"2026-08-31T07:27:58.142Z","updated_at":"2026-09-01T01:14:05.904Z","description":null,"verified_at":"2026-08-31T00:00:00Z","phone_number":null,"boosted_until":null,"opening_hours":"24/7"}},{"lat":41.7237376,"lon":44.7762883,"name":"Unnamed","properties":{"id":42699,"icon":"local_atm","email":null,"hours":"24/7","image":null,"phone":"+995322880770","osm_id":"node:14156392056","address":null,"twitter":null,"website":"https://cryptomat.com","comments":null,"facebook":null,"instagram":null,"created_at":"2026-09-06T00:46:27.893Z","updated_at":"2026-09-06T00:46:27.909Z","description":null,"verified_at":null,"phone_number":"+995322880770","boosted_until":null,"opening_hours":"24/7"}},{"lat":42.1274509,"lon":-70.9142213,"name":"Unnamed","properties":{"id":42729,"icon":"local_atm","email":null,"hours":null,"image":null,"phone":null,"osm_id":"node:14165194884","address":null,"twitter":null,"website":null,"comments":null,"facebook":null,"instagram":null,"created_at":"2026-09-09T01:47:23.431Z","updated_at":"2026-09-09T01:47:23.44Z","description":null,"verified_at":null,"phone_number":null,"boosted_until":null,"opening_hours":null}}],"has_definition":true}]},{"slug":"bitcoin-subreddit-subscribers","name":"Bitcoin Subreddit Subscribers","extended_name":"Bitcoin Subreddit Subscribers","group":"adoption","sub_group":"Web Analytics","subheader":"Number of individuals subscribed to r/bitcoin on Reddit","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-subreddit-subscribers","docs_url":"https://docs.newhedge.io/api/bitcoin-subreddit-subscribers","docs_md_url":"https://docs.newhedge.io/api/bitcoin-subreddit-subscribers.md","metrics":[{"name":"bitcoin_subreddit_subscribers","highlighted_name":"Subscribers","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-subreddit-subscribers/bitcoin_subreddit_subscribers?api_token={token}","shape":"time_series_array","units":"subscribers","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:05:00Z","sample":[[1789776000000,8180537],[1789862400000,8180869],[1789948800000,8181476]],"has_definition":true}]},{"slug":"crypto-stocks-marketcaps","name":"Crypto Stocks Marketcaps","extended_name":"Crypto Company Stocks Marketcaps","group":"adoption","sub_group":"Companies","subheader":"Historical market capitalization for major crypto-adjacent public companies. Values are published as weekly snapshots rather than daily trading-day closes.","description":null,"view_url":"https://newhedge.io/bitcoin/crypto-stocks-marketcaps","docs_url":"https://docs.newhedge.io/api/crypto-stocks-marketcaps","docs_md_url":"https://docs.newhedge.io/api/crypto-stocks-marketcaps.md","metrics":[{"name":"cs_coin_mcap","highlighted_name":"Coinbase","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/crypto-stocks-marketcaps/cs_coin_mcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-27T01:00:00Z","sample":[[1789776000000,50773283089.06667],[1789862400000,51011803272.53333],[1789948800000,51250323456.0]],"has_definition":true},{"name":"cs_gemi_mcap","highlighted_name":"Gemini","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/crypto-stocks-marketcaps/cs_gemi_mcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-27T01:00:00Z","sample":[[1789776000000,741250340.6222222],[1789862400000,747264818.3111111],[1789948800000,753279296.0]],"has_definition":true},{"name":"cs_glxy_mcap","highlighted_name":"Galaxy Digital","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/crypto-stocks-marketcaps/cs_glxy_mcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-27T01:00:00Z","sample":[[1789776000000,14854809084.08889],[1789862400000,15108895486.04444],[1789948800000,15362981888.0]],"has_definition":true},{"name":"cs_mstr_mcap","highlighted_name":"Strategy","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/crypto-stocks-marketcaps/cs_mstr_mcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-27T01:00:00Z","sample":[[1789776000000,60198454164.70588],[1789862400000,60674023882.35294],[1789948800000,61149593600.0]],"has_definition":true},{"name":"cs_xyz_mcap","highlighted_name":"Block Inc","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/crypto-stocks-marketcaps/cs_xyz_mcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-27T01:00:00Z","sample":[[1789776000000,45901157933.86667],[1789862400000,45864899350.93333],[1789948800000,45828640768.0]],"has_definition":true}]},{"slug":"google-trends","name":"Google Trends","extended_name":"Bitcoin Google Trends","group":"adoption","sub_group":"Web Analytics","subheader":"Organic search popularity of the keyword \"bitcoin\" over time on Google","description":null,"view_url":"https://newhedge.io/bitcoin/google-trends","docs_url":"https://docs.newhedge.io/api/google-trends","docs_md_url":"https://docs.newhedge.io/api/google-trends.md","metrics":[{"name":"google_trends","highlighted_name":"Google Trends","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/google-trends/google_trends?api_token={token}","shape":"time_series_array","units":"index","units_source":"declared","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-27T00:05:00Z","sample":[[1788566400000,30],[1789171200000,18],[1789776000000,67]],"has_definition":true}]},{"slug":"government-treasuries","name":"Government Treasuries","extended_name":"Bitcoin Government Treasuries","group":"adoption","sub_group":"Treasuries","subheader":"Amount of bitcoin held by various governments as part of their financial reserves","description":null,"view_url":"https://newhedge.io/bitcoin/government-treasuries","docs_url":"https://docs.newhedge.io/api/government-treasuries","docs_md_url":"https://docs.newhedge.io/api/government-treasuries.md","metrics":[{"name":"government_treasuries","highlighted_name":"Government Treasury BTC Balances","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/government-treasuries/government_treasuries?api_token={token}","shape":"object_array","units":"btc","units_source":"declared","update_frequency":"manual","resolutions":["1d"],"next_expected_at":null,"sample":[["United Kingdom",61245.0,"Gov"],["China",190000.0,"Gov"],["United States",329693.0,"Gov"]],"has_definition":true}]},{"slug":"treasuries","name":"Treasuries","extended_name":"Bitcoin Company Treasuries","group":"adoption","sub_group":"Treasuries","subheader":"Bitcoin holdings in publicly traded and private companies","description":null,"view_url":"https://newhedge.io/bitcoin/treasuries","docs_url":"https://docs.newhedge.io/api/treasuries","docs_md_url":"https://docs.newhedge.io/api/treasuries.md","metrics":[{"name":"treasuries_top_ten","highlighted_name":"Bitcoin Company Treasuries BTC Holdings","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/treasuries/treasuries_top_ten?api_token={token}","shape":"object_array","units":"btc","units_source":"declared","update_frequency":"irregular","resolutions":["1d"],"next_expected_at":"2026-09-22T09:00:00Z","sample":[["Fidelity Wise Origin Bitcoin Fund",178847.09,"ETF"],["iShares Bitcoin Trust",785323.8,"ETF"],["Strategy, Inc",846000.0,"Public"]],"has_definition":true}]},{"slug":"wikipedia-pageviews","name":"Wikipedia Pageviews","extended_name":"Bitcoin Wikipedia Pageviews","group":"adoption","sub_group":"Web Analytics","subheader":"Number of visits to Bitcoin's Wikipedia page","description":null,"view_url":"https://newhedge.io/bitcoin/wikipedia-pageviews","docs_url":"https://docs.newhedge.io/api/wikipedia-pageviews","docs_md_url":"https://docs.newhedge.io/api/wikipedia-pageviews.md","metrics":[{"name":"wikipedia_pageviews_btc","highlighted_name":"Bitcoin Wikipedia Pageviews","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/wikipedia-pageviews/wikipedia_pageviews_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:05:00Z","sample":[[1789776000000,1143],[1789862400000,1340],[1789948800000,1452]],"has_definition":true}]},{"slug":"wrapped-bitcoin-balance","name":"Wrapped Bitcoin Balance","extended_name":"Wrapped Bitcoin (WBTC) Balance","group":"adoption","sub_group":"DeFi","subheader":"Amount of Bitcoin that has been minted as an ERC20 token on Ethereum","description":null,"view_url":"https://newhedge.io/bitcoin/wrapped-bitcoin-balance","docs_url":"https://docs.newhedge.io/api/wrapped-bitcoin-balance","docs_md_url":"https://docs.newhedge.io/api/wrapped-bitcoin-balance.md","metrics":[{"name":"wbtc_supply","highlighted_name":"Wrapped Bitcoin Supply","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/wrapped-bitcoin-balance/wbtc_supply?api_token={token}","shape":"time_series_array","units":"token_units","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:05:00Z","sample":[[1789776000000,116132.18273272],[1789862400000,116132.18273272],[1789948800000,116132.18273272]],"has_definition":true}]}]},{"key":"blockchain","label":"Blockchain","chart_count":17,"charts":[{"slug":"activity-rate","name":"Activity Rate","extended_name":"Bitcoin Activity Rate","group":"blockchain","sub_group":"UTXOs","subheader":"Transaction, input, and output throughput per second on the Bitcoin network","description":null,"view_url":"https://newhedge.io/bitcoin/activity-rate","docs_url":"https://docs.newhedge.io/api/activity-rate","docs_md_url":"https://docs.newhedge.io/api/activity-rate.md","metrics":[{"name":"inputs_per_sec","highlighted_name":"Inputs/sec","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/activity-rate/inputs_per_sec?api_token={token}","shape":"time_series_array","units":"inputs","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,13.631262],[1789776000000,11.641504],[1789862400000,13.65419]],"has_definition":true},{"name":"outputs_per_sec","highlighted_name":"Outputs/sec","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/activity-rate/outputs_per_sec?api_token={token}","shape":"time_series_array","units":"outputs","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,18.901169],[1789776000000,15.950301],[1789862400000,20.694456]],"has_definition":true},{"name":"transactions_per_second","highlighted_name":"TX/sec","metric_type":"external","request_url_template":"https://newhedge.io/api/v2/metrics/activity-rate/transactions_per_second?api_token={token}","shape":"time_series_array","units":"transactions","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-23T00:07:00Z","sample":[[1789776000000,6.932315],[1789862400000,9.417882],[1789948800000,7.3531365]],"has_definition":true}]},{"slug":"block-height","name":"Block Height","extended_name":"Bitcoin Block Height","group":"blockchain","sub_group":"Blocks","subheader":"Total number of blocks in the chain and the daily rate of growth","description":null,"view_url":"https://newhedge.io/bitcoin/block-height","docs_url":"https://docs.newhedge.io/api/block-height","docs_md_url":"https://docs.newhedge.io/api/block-height.md","metrics":[{"name":"block_height","highlighted_name":"Block Height","metric_type":"external","request_url_template":"https://newhedge.io/api/v2/metrics/block-height/block_height?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-23T00:07:00Z","sample":[[1789776000000,967760],[1789862400000,967914],[1789948800000,968063]],"has_definition":true},{"name":"blocks_per_day","highlighted_name":"Blocks Per Day","metric_type":"external","request_url_template":"https://newhedge.io/api/v2/metrics/block-height/blocks_per_day?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-23T00:07:00Z","sample":[[1789776000000,128],[1789862400000,154],[1789948800000,150]],"has_definition":true}]},{"slug":"block-speed","name":"Block Speed","extended_name":"Bitcoin Block Time (Speed)","group":"blockchain","sub_group":"Blocks","subheader":"Daily average time between bitcoin blocks","description":null,"view_url":"https://newhedge.io/bitcoin/block-speed","docs_url":"https://docs.newhedge.io/api/block-speed","docs_md_url":"https://docs.newhedge.io/api/block-speed.md","metrics":[{"name":"block_speed","highlighted_name":"Block Speed","metric_type":"external","request_url_template":"https://newhedge.io/api/v2/metrics/block-speed/block_speed?api_token={token}","shape":"time_series_array","units":"minutes","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-23T00:07:00Z","sample":[[1789776000000,11.25],[1789862400000,9.35064935064935],[1789948800000,9.6]],"has_definition":true}]},{"slug":"block-vbytes","name":"Block vBytes","extended_name":"Bitcoin Block vBytes","group":"blockchain","sub_group":"Blocks","subheader":"Total virtual bytes included in Bitcoin blocks per day","description":null,"view_url":"https://newhedge.io/bitcoin/block-vbytes","docs_url":"https://docs.newhedge.io/api/block-vbytes","docs_md_url":"https://docs.newhedge.io/api/block-vbytes.md","metrics":[{"name":"block_vbytes_sum","highlighted_name":"Block vBytes","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/block-vbytes/block_vbytes_sum?api_token={token}","shape":"time_series_array","units":"vbytes","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,149357706.0],[1789776000000,126896842.0],[1789862400000,152207963.0]],"has_definition":true}]},{"slug":"block-weight","name":"Block Weight","extended_name":"Bitcoin Block Weight","group":"blockchain","sub_group":"Blocks","subheader":"Daily average block weight","description":null,"view_url":"https://newhedge.io/bitcoin/block-weight","docs_url":"https://docs.newhedge.io/api/block-weight","docs_md_url":"https://docs.newhedge.io/api/block-weight.md","metrics":[{"name":"block_weight","highlighted_name":"Block Weight","metric_type":"external","request_url_template":"https://newhedge.io/api/v2/metrics/block-weight/block_weight?api_token={token}","shape":"time_series_array","units":"weight_units","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-23T00:07:00Z","sample":[[1789776000000,3965526.2],[1789862400000,3953453.5],[1789948800000,3907109.5]],"has_definition":true}]},{"slug":"blocks-per-day","name":"Blocks per Day","extended_name":"Bitcoin Blocks per Day","group":"blockchain","sub_group":"Blocks","subheader":"Number of blocks that are mined on the Bitcoin blockchain within a 24-hour period","description":null,"view_url":"https://newhedge.io/bitcoin/blocks-per-day","docs_url":"https://docs.newhedge.io/api/blocks-per-day","docs_md_url":"https://docs.newhedge.io/api/blocks-per-day.md","metrics":[{"name":"blocks_per_day","highlighted_name":"Blocks per Day","metric_type":"external","request_url_template":"https://newhedge.io/api/v2/metrics/blocks-per-day/blocks_per_day?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-23T00:07:00Z","sample":[[1789776000000,128],[1789862400000,154],[1789948800000,150]],"has_definition":true}]},{"slug":"gini-coefficient","name":"Gini Coefficient","extended_name":"Bitcoin Gini Coefficient","group":"blockchain","sub_group":"UTXOs","subheader":"Bitcoin wealth distribution indicator derived from UTXO balances","description":null,"view_url":"https://newhedge.io/bitcoin/gini-coefficient","docs_url":"https://docs.newhedge.io/api/gini-coefficient","docs_md_url":"https://docs.newhedge.io/api/gini-coefficient.md","metrics":[{"name":"gini","highlighted_name":"Gini Coefficient","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/gini-coefficient/gini?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,99.22959999999999],[1789776000000,99.22959999999999],[1789862400000,99.2295]],"has_definition":true}]},{"slug":"input-count","name":"Input Count","extended_name":"Bitcoin Input Count","group":"blockchain","sub_group":"Inputs","subheader":"Daily number of transaction inputs spent on the Bitcoin network","description":null,"view_url":"https://newhedge.io/bitcoin/input-count","docs_url":"https://docs.newhedge.io/api/input-count","docs_md_url":"https://docs.newhedge.io/api/input-count.md","metrics":[{"name":"input_count_sum","highlighted_name":"Input Count","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/input-count/input_count_sum?api_token={token}","shape":"time_series_array","units":"inputs","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1177741.0],[1789776000000,1005826.0],[1789862400000,1179722.0]],"has_definition":true}]},{"slug":"number-utxos-in-loss","name":"Number UTXOs in Loss","extended_name":"Bitcoin Number of UTXOs in Loss","group":"blockchain","sub_group":"UTXOs","subheader":"Number of unspent transaction outputs whose price at creation was higher than the current price","description":null,"view_url":"https://newhedge.io/bitcoin/number-utxos-in-loss","docs_url":"https://docs.newhedge.io/api/number-utxos-in-loss","docs_md_url":"https://docs.newhedge.io/api/number-utxos-in-loss.md","metrics":[{"name":"utxo_in_loss","highlighted_name":"Number UTXOs in Loss","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/number-utxos-in-loss/utxo_in_loss?api_token={token}","shape":"time_series_array","units":"utxos","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","block"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,18144627],[1789862400000,18127832],[1789948800000,16171765]],"has_definition":true}]},{"slug":"number-utxos-in-profit","name":"Number UTXOs in Profit","extended_name":"Bitcoin Number of UTXOs in Profit","group":"blockchain","sub_group":"UTXOs","subheader":"Number of unspent transaction outputs whose price at creation was lower than the current price","description":null,"view_url":"https://newhedge.io/bitcoin/number-utxos-in-profit","docs_url":"https://docs.newhedge.io/api/number-utxos-in-profit","docs_md_url":"https://docs.newhedge.io/api/number-utxos-in-profit.md","metrics":[{"name":"utxo_in_profit","highlighted_name":"Number UTXOs in Profit","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/number-utxos-in-profit/utxo_in_profit?api_token={token}","shape":"time_series_array","units":"utxos","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","block"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,80114368],[1789862400000,80150758],[1789948800000,82067003]],"has_definition":true}]},{"slug":"output-volume-per-day","name":"Output Volume per Day","extended_name":"Bitcoin Output Volume per Day","group":"blockchain","sub_group":"Outputs","subheader":"Total value of Bitcoin transferred through outputs created from transactions","description":null,"view_url":"https://newhedge.io/bitcoin/output-volume-per-day","docs_url":"https://docs.newhedge.io/api/output-volume-per-day","docs_md_url":"https://docs.newhedge.io/api/output-volume-per-day.md","metrics":[{"name":"output_volume_per_day","highlighted_name":"Output Volume per Day","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/output-volume-per-day/output_volume_per_day?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,111894779208.66],[1789862400000,145151297940.77],[1789948800000,127154652105.41]],"has_definition":true}]},{"slug":"output-volume-per-transaction","name":"Output Volume per Transaction","extended_name":"Bitcoin Output Volume per Transaction","group":"blockchain","sub_group":"Outputs","subheader":"Value of Bitcoin transferred within each individual transaction","description":null,"view_url":"https://newhedge.io/bitcoin/output-volume-per-transaction","docs_url":"https://docs.newhedge.io/api/output-volume-per-transaction","docs_md_url":"https://docs.newhedge.io/api/output-volume-per-transaction.md","metrics":[{"name":"output_volume_per_transaction","highlighted_name":"Output Volume per Transaction","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/output-volume-per-transaction/output_volume_per_transaction?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,162389.22],[1789862400000,162361.54],[1789948800000,173116.94]],"has_definition":true}]},{"slug":"outputs-per-day","name":"Outputs per Day","extended_name":"Bitcoin Outputs per Day","group":"blockchain","sub_group":"Outputs","subheader":"Daily number of individual outputs created from transactions","description":null,"view_url":"https://newhedge.io/bitcoin/outputs-per-day","docs_url":"https://docs.newhedge.io/api/outputs-per-day","docs_md_url":"https://docs.newhedge.io/api/outputs-per-day.md","metrics":[{"name":"outputs_per_day","highlighted_name":"Outputs per Day","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/outputs-per-day/outputs_per_day?api_token={token}","shape":"time_series_array","units":"outputs","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:05:00Z","sample":[[1789776000000,1378106.0],[1789862400000,1788001.0],[1789948800000,1469003.0]],"has_definition":true}]},{"slug":"outputs-per-transaction","name":"Outputs per Transaction","extended_name":"Bitcoin Outputs per Transaction","group":"blockchain","sub_group":"Outputs","subheader":"Number of individual outputs created within each transaction","description":null,"view_url":"https://newhedge.io/bitcoin/outputs-per-transaction","docs_url":"https://docs.newhedge.io/api/outputs-per-transaction","docs_md_url":"https://docs.newhedge.io/api/outputs-per-transaction.md","metrics":[{"name":"outputs_per_transaction","highlighted_name":"Outputs per Transaction","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/outputs-per-transaction/outputs_per_transaction?api_token={token}","shape":"time_series_array","units":"outputs","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:05:00Z","sample":[[1789689600000,2.0],[1789776000000,2.0],[1789862400000,2.0]],"has_definition":true}]},{"slug":"utxo-count","name":"UTXO Count","extended_name":"Bitcoin UTXO Count","group":"blockchain","sub_group":"UTXOs","subheader":"Total number of unspent transaction outputs on the Bitcoin network","description":null,"view_url":"https://newhedge.io/bitcoin/utxo-count","docs_url":"https://docs.newhedge.io/api/utxo-count","docs_md_url":"https://docs.newhedge.io/api/utxo-count.md","metrics":[{"name":"exact_utxo_count","highlighted_name":"UTXO Count","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/utxo-count/exact_utxo_count?api_token={token}","shape":"time_series_array","units":"utxos","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,165266768.0],[1789776000000,165275521.0],[1789862400000,165285370.0]],"has_definition":true}]},{"slug":"utxo-count-30d-change","name":"UTXO Count 30d Change","extended_name":"Bitcoin UTXO Count 30d Change","group":"blockchain","sub_group":"UTXOs","subheader":"30-day change in the total number of UTXOs","description":null,"view_url":"https://newhedge.io/bitcoin/utxo-count-30d-change","docs_url":"https://docs.newhedge.io/api/utxo-count-30d-change","docs_md_url":"https://docs.newhedge.io/api/utxo-count-30d-change.md","metrics":[{"name":"utxo_count_30d_change","highlighted_name":"UTXO Count 30d Change","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/utxo-count-30d-change/utxo_count_30d_change?api_token={token}","shape":"time_series_array","units":"utxos","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,-572046.0],[1789776000000,-525925.0],[1789862400000,-485424.0]],"has_definition":true}]},{"slug":"utxo-flow","name":"UTXO Flow","extended_name":"Bitcoin UTXO Flow","group":"blockchain","sub_group":"UTXOs","subheader":"Daily UTXO creation and spending flow","description":null,"view_url":"https://newhedge.io/bitcoin/utxo-flow","docs_url":"https://docs.newhedge.io/api/utxo-flow","docs_md_url":"https://docs.newhedge.io/api/utxo-flow.md","metrics":[{"name":"input_count_sum","highlighted_name":"Spent","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/utxo-flow/input_count_sum?api_token={token}","shape":"time_series_array","units":"inputs","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1177741.0],[1789776000000,1005826.0],[1789862400000,1179722.0]],"has_definition":true},{"name":"outputs_per_day","highlighted_name":"Created","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/utxo-flow/outputs_per_day?api_token={token}","shape":"time_series_array","units":"outputs","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:05:00Z","sample":[[1789776000000,1378106.0],[1789862400000,1788001.0],[1789948800000,1469003.0]],"has_definition":true}]}]},{"key":"exchanges","label":"Exchanges","chart_count":12,"charts":[{"slug":"btc-monthly-exchange-volume","name":"BTC Monthly Exchange Volume","extended_name":"Cryptocurrency Monthly Exchange Volume (BTC only)","group":"exchanges","sub_group":"Bitcoin Trading Volume","subheader":"Monthly spot market volumes for BTC pairs across top cryptocurrency exchanges","description":null,"view_url":"https://newhedge.io/bitcoin/btc-monthly-exchange-volume","docs_url":"https://docs.newhedge.io/api/btc-monthly-exchange-volume","docs_md_url":"https://docs.newhedge.io/api/btc-monthly-exchange-volume.md","metrics":[{"name":"btc_monthly_exchange_volume","highlighted_name":"BTC Monthly Exchange Volume","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/btc-monthly-exchange-volume/btc_monthly_exchange_volume?api_token={token}","shape":"keyed_hash","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":{"coinbase_historical_trading_volume_btc":[11189555061.1679,15174518184.79,10528132092.91],"poloniex_historical_trading_volume_btc":[7910588683.24832,8586977338.026478,6611308399.244048],"cryptocom_historical_trading_volume_btc":[10276521369.62,12251204921.86,9514904760.84]},"has_definition":true}]},{"slug":"btc-trading-volume","name":"BTC Trading Volume","extended_name":"Bitcoin Daily Trading Volume","group":"exchanges","sub_group":"Bitcoin Trading Volume","subheader":"Cumulative USD value of all BTC trading pair activities across top cryptocurrency exchanges","description":null,"view_url":"https://newhedge.io/bitcoin/btc-trading-volume","docs_url":"https://docs.newhedge.io/api/btc-trading-volume","docs_md_url":"https://docs.newhedge.io/api/btc-trading-volume.md","metrics":[{"name":"btc_trading_volume","highlighted_name":"Aggregated BTC Trading Volume","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/btc-trading-volume/btc_trading_volume?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,4799044789.69],[1789862400000,5138076649.059999],[1789948800000,14121700377.45]],"has_definition":true}]},{"slug":"coinbase-premium","name":"Coinbase Premium","extended_name":"Bitcoin Coinbase Premium Index","group":"exchanges","sub_group":"Exchange Premium","subheader":"Spread between Coinbase and Binance BTC spot prices","description":"The percentage spread between Coinbase spot BTC/USD and Binance spot BTC/USDT (treated as USD), a widely-watched signal of US buying pressure relative to global markets. Positive values mean Coinbase trades above Binance.","view_url":"https://newhedge.io/bitcoin/coinbase-premium","docs_url":"https://docs.newhedge.io/api/coinbase-premium","docs_md_url":"https://docs.newhedge.io/api/coinbase-premium.md","metrics":[{"name":"coinbase_premium","highlighted_name":"Coinbase Premium","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/coinbase-premium/coinbase_premium?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:05:00Z","sample":[[1789776000000,-0.0232],[1789862400000,0.0001],[1789948800000,-0.0115]],"has_definition":true}]},{"slug":"exchange-reserves","name":"Exchange Reserves","extended_name":"Bitcoin Exchange Balance Reserves (BTC)","group":"exchanges","sub_group":"Exchange Reserves","subheader":"Estimated Bitcoin reserve balances held by top centralized cryptocurrency exchanges","description":null,"view_url":"https://newhedge.io/bitcoin/exchange-reserves","docs_url":"https://docs.newhedge.io/api/exchange-reserves","docs_md_url":"https://docs.newhedge.io/api/exchange-reserves.md","metrics":[{"name":"exchange_reserves_btc","highlighted_name":"Aggregated Exchange Reserves (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-reserves/exchange_reserves_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:05:00Z","sample":[[1789689600000,3705989.222746158],[1789776000000,3711697.638556449],[1789862400000,3713111.461909299]],"has_definition":true}]},{"slug":"exchange-trading-volume","name":"Exchange Trading Volume","extended_name":"Cryptocurrency Exchange Trading Volume - All Exchanges","group":"exchanges","sub_group":"Exchange Trading Volume","subheader":"Detailed analysis and breakdown of the trading volume for each individual cryptocurrency exchange","description":null,"view_url":"https://newhedge.io/bitcoin/exchange-trading-volume","docs_url":"https://docs.newhedge.io/api/exchange-trading-volume","docs_md_url":"https://docs.newhedge.io/api/exchange-trading-volume.md","metrics":[{"name":"binance_historical_trading_volume","highlighted_name":"Binance Historical Exchange Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume/binance_historical_trading_volume?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,14346830920.80298],[1789862400000,8860956399.245029],[1789948800000,8557991499.450278]],"has_definition":true},{"name":"bitfinex_historical_trading_volume","highlighted_name":"Bitfinex Historical Exchange Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume/bitfinex_historical_trading_volume?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,894730146.2703224],[1789862400000,237592615.3895442],[1789948800000,177713486.7508434]],"has_definition":true},{"name":"bitflyer_historical_trading_volume","highlighted_name":"Bitflyer","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume/bitflyer_historical_trading_volume?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,52841776.82254039],[1789862400000,20356285.99387356],[1789948800000,19556251.94369533]],"has_definition":true},{"name":"bitstamp_historical_trading_volume","highlighted_name":"Bitstamp Historical Exchange Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume/bitstamp_historical_trading_volume?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,572643588.7593008],[1789862400000,304963152.0342616],[1789948800000,233083135.7934046]],"has_definition":true},{"name":"bybit_historical_trading_volume","highlighted_name":"Bybit Historical Exchange Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume/bybit_historical_trading_volume?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,2288158114.080432],[1789862400000,1355956542.024963],[1789948800000,1266053576.311197]],"has_definition":true},{"name":"coinbase_historical_trading_volume","highlighted_name":"Coinbase Historical Exchange Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume/coinbase_historical_trading_volume?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,4069790366.788133],[1789862400000,2096394379.505064],[1789948800000,1779987159.024429]],"has_definition":true},{"name":"cryptocom_historical_trading_volume","highlighted_name":"Crypto.com Historical Exchange Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume/cryptocom_historical_trading_volume?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,1189712414.420731],[1789862400000,619788594.3729866],[1789948800000,665146991.6633494]],"has_definition":true},{"name":"gateio_historical_trading_volume","highlighted_name":"Gate.io Historical Exchange Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume/gateio_historical_trading_volume?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,2479078816.336237],[1789862400000,1379838797.246056],[1789948800000,1369706150.732535]],"has_definition":true},{"name":"huobi_historical_trading_volume","highlighted_name":"Huobi Historical Exchange Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume/huobi_historical_trading_volume?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,1110380997.494169],[1789862400000,739017786.1471715],[1789948800000,815164182.3915633]],"has_definition":true},{"name":"kraken_historical_trading_volume","highlighted_name":"Kraken Historical Exchange Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume/kraken_historical_trading_volume?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,2218407942.956637],[1789862400000,1034157260.22224],[1789948800000,967595872.4433022]],"has_definition":true},{"name":"kucoin_historical_trading_volume","highlighted_name":"KuCoin Historical Exchange Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume/kucoin_historical_trading_volume?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,2356067308.511239],[1789862400000,1885396466.517458],[1789948800000,1980737833.133577]],"has_definition":true},{"name":"mexc_historical_trading_volume","highlighted_name":"MEXC Historical Exchange Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume/mexc_historical_trading_volume?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,1723410344.581892],[1789862400000,1161939542.326607],[1789948800000,1124570142.895806]],"has_definition":true},{"name":"okx_historical_trading_volume","highlighted_name":"OKX Historical Exchange Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume/okx_historical_trading_volume?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,3379974396.058235],[1789862400000,1933771661.702785],[1789948800000,1882504850.30495]],"has_definition":true},{"name":"poloniex_historical_trading_volume","highlighted_name":"Poloniex Historical Exchange Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume/poloniex_historical_trading_volume?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,1221496741.841215],[1789862400000,870467590.5887227],[1789948800000,852381865.5721068]],"has_definition":true},{"name":"upbit_historical_trading_volume","highlighted_name":"UPbit Historical Exchange Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume/upbit_historical_trading_volume?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,1763965573.488396],[1789862400000,1818601332.402025],[1789948800000,1361460721.708235]],"has_definition":true}]},{"slug":"exchange-trading-volume-btc","name":"Exchange Trading Volume BTC","extended_name":"Cryptocurrency Exchange Trading Volume (BTC Only)","group":"exchanges","sub_group":"Bitcoin Trading Volume","subheader":"Detailed analysis and breakdown of the trading volume for all BTC trading pairs on individual cryptocurrency exchanges","description":null,"view_url":"https://newhedge.io/bitcoin/exchange-trading-volume-btc","docs_url":"https://docs.newhedge.io/api/exchange-trading-volume-btc","docs_md_url":"https://docs.newhedge.io/api/exchange-trading-volume-btc.md","metrics":[{"name":"binance_historical_trading_volume_btc","highlighted_name":"Binance BTC Pairs Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume-btc/binance_historical_trading_volume_btc?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,1295797431.46],[1789862400000,1361867960.21],[1789948800000,4120824857.0]],"has_definition":true},{"name":"bitfinex_historical_trading_volume_btc","highlighted_name":"Bitfinex BTC Pairs Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume-btc/bitfinex_historical_trading_volume_btc?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,98926008.98],[1789862400000,85715584.68],[1789948800000,309309550.24]],"has_definition":true},{"name":"bitflyer_historical_trading_volume_btc","highlighted_name":"bitFlyer BTC Pairs Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume-btc/bitflyer_historical_trading_volume_btc?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,12024717.91],[1789862400000,12510776.54],[1789948800000,47910516.26]],"has_definition":true},{"name":"bitstamp_historical_trading_volume_btc","highlighted_name":"Bitstamp BTC Pairs Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume-btc/bitstamp_historical_trading_volume_btc?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,92752536.98],[1789862400000,78356521.07],[1789948800000,303404417.0]],"has_definition":true},{"name":"bybit_historical_trading_volume_btc","highlighted_name":"Bybit BTC Pairs Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume-btc/bybit_historical_trading_volume_btc?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,284813481.49],[1789862400000,428714754.97],[1789948800000,1039591053.37]],"has_definition":true},{"name":"coinbase_historical_trading_volume_btc","highlighted_name":"Coinbase BTC Pairs Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume-btc/coinbase_historical_trading_volume_btc?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,267728517.29],[1789862400000,312783995.06],[1789948800000,1266659782.69]],"has_definition":true},{"name":"cryptocom_historical_trading_volume_btc","highlighted_name":"Crypto.com BTC Pairs Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume-btc/cryptocom_historical_trading_volume_btc?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,315087471.03],[1789862400000,347042943.22],[1789948800000,647933352.09]],"has_definition":true},{"name":"gateio_historical_trading_volume_btc","highlighted_name":"Gate.io BTC Pairs Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume-btc/gateio_historical_trading_volume_btc?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,266746942.1],[1789862400000,318725507.33],[1789948800000,1148813195.68]],"has_definition":true},{"name":"huobi_historical_trading_volume_btc","highlighted_name":"Huobi BTC Pairs Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume-btc/huobi_historical_trading_volume_btc?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,256518595.55],[1789862400000,255658651.37],[1789948800000,383669216.87]],"has_definition":true},{"name":"kraken_historical_trading_volume_btc","highlighted_name":"Kraken BTC Pairs Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume-btc/kraken_historical_trading_volume_btc?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,186321536.49],[1789862400000,176842312.36],[1789948800000,757194377.38]],"has_definition":true},{"name":"kucoin_historical_trading_volume_btc","highlighted_name":"KuCoin BTC Pairs Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume-btc/kucoin_historical_trading_volume_btc?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,545437218.6],[1789862400000,630783775.8],[1789948800000,916001223.87]],"has_definition":true},{"name":"mexc_historical_trading_volume_btc","highlighted_name":"MEXC BTC Pairs Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume-btc/mexc_historical_trading_volume_btc?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,448631754.65],[1789862400000,450781035.93],[1789948800000,1107087643.18]],"has_definition":true},{"name":"okx_historical_trading_volume_btc","highlighted_name":"OKX BTC Pairs Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume-btc/okx_historical_trading_volume_btc?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,385839248.06],[1789862400000,344780523.5],[1789948800000,1268723149.0]],"has_definition":true},{"name":"poloniex_historical_trading_volume_btc","highlighted_name":"Poloniex BTC Pairs Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume-btc/poloniex_historical_trading_volume_btc?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,255208144.39],[1789862400000,263531555.29],[1789948800000,571760647.52]],"has_definition":true},{"name":"upbit_historical_trading_volume_btc","highlighted_name":"UPbit BTC Pairs Trading Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-trading-volume-btc/upbit_historical_trading_volume_btc?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,87211184.71],[1789862400000,69980751.73],[1789948800000,232817395.3]],"has_definition":true}]},{"slug":"exchange-volume-btc-dominance","name":"Exchange Volume BTC Dominance","extended_name":"Cryptocurrency Exchange Volume BTC Dominance","group":"exchanges","sub_group":"Bitcoin Trading Volume","subheader":"Percentage of total cryptocurrency trading volume specifically attributed to Bitcoin (BTC) pairs","description":null,"view_url":"https://newhedge.io/bitcoin/exchange-volume-btc-dominance","docs_url":"https://docs.newhedge.io/api/exchange-volume-btc-dominance","docs_md_url":"https://docs.newhedge.io/api/exchange-volume-btc-dominance.md","metrics":[{"name":"exchange_volume_btc_dominance","highlighted_name":"BTC Exchange Volume Share Percentage","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/exchange-volume-btc-dominance/exchange_volume_btc_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,12.1],[1789862400000,21.13],[1789948800000,61.26]],"has_definition":true}]},{"slug":"monthly-exchange-volume","name":"Monthly Exchange Volume","extended_name":"Cryptocurrency Monthly Exchange Volume","group":"exchanges","sub_group":"Exchange Trading Volume","subheader":"Monthly spot market volumes across top cryptocurrency exchanges","description":null,"view_url":"https://newhedge.io/bitcoin/monthly-exchange-volume","docs_url":"https://docs.newhedge.io/api/monthly-exchange-volume","docs_md_url":"https://docs.newhedge.io/api/monthly-exchange-volume.md","metrics":[{"name":"monthly_exchange_volume","highlighted_name":"Monthly Exchange Volume","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/monthly-exchange-volume/monthly_exchange_volume?api_token={token}","shape":"keyed_hash","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":{"coinbase_historical_trading_volume":[32103913937.18168,46093544063.82583,40580360966.92922],"poloniex_historical_trading_volume":[20517271526.30815,22846838064.32996,17809191542.32252],"cryptocom_historical_trading_volume":[20528100703.15534,22622959219.21947,16666787024.84483]},"has_definition":true}]},{"slug":"percent-of-btc-trading-volume-by-exchange","name":"Percent of BTC Trading Volume by Exchange","extended_name":"Cryptocurrency Exchange Trading Volume Market Share (BTC only)","group":"exchanges","sub_group":"Bitcoin Trading Volume","subheader":"Share of spot market volumes for BTC pairs across top cryptocurrency exchanges","description":null,"view_url":"https://newhedge.io/bitcoin/percent-of-btc-trading-volume-by-exchange","docs_url":"https://docs.newhedge.io/api/percent-of-btc-trading-volume-by-exchange","docs_md_url":"https://docs.newhedge.io/api/percent-of-btc-trading-volume-by-exchange.md","metrics":[{"name":"binance_percent_of_exchange_volume_btc","highlighted_name":"Percent of BTC Trading Volume by Binance","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-btc-trading-volume-by-exchange/binance_percent_of_exchange_volume_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,27.00115310954837],[1789862400000,26.50540373817021],[1789948800000,29.18079796948723]],"has_definition":true},{"name":"bitfinex_percent_of_exchange_volume_btc","highlighted_name":"Percent of BTC Trading Volume by Bitfinex","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-btc-trading-volume-by-exchange/bitfinex_percent_of_exchange_volume_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,2.061368737223022],[1789862400000,1.668242623349761],[1789948800000,2.19031378639017]],"has_definition":true},{"name":"bitflyer_percent_of_exchange_volume_btc","highlighted_name":"Percent of BTC Trading Volume by bitFlyer","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-btc-trading-volume-by-exchange/bitflyer_percent_of_exchange_volume_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,0.2505648193955854],[1789862400000,0.2434914345290824],[1789948800000,0.339268749367499]],"has_definition":true},{"name":"bitstamp_percent_of_exchange_volume_btc","highlighted_name":"Bitstamp","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-btc-trading-volume-by-exchange/bitstamp_percent_of_exchange_volume_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,1.932729137666404],[1789862400000,1.525016585424726],[1789948800000,2.148497765074284]],"has_definition":true},{"name":"bybit_percent_of_exchange_volume_btc","highlighted_name":"Percent of BTC Trading Volume by Bybit","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-btc-trading-volume-by-exchange/bybit_percent_of_exchange_volume_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,5.934795234707487],[1789862400000,8.343876206059178],[1789948800000,7.361656355703832]],"has_definition":true},{"name":"coinbase_percent_of_exchange_volume_btc","highlighted_name":"Percent of BTC Trading Volume by Coinbase","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-btc-trading-volume-by-exchange/coinbase_percent_of_exchange_volume_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,5.578787634263657],[1789862400000,6.087569657358522],[1789948800000,8.969598198759723]],"has_definition":true},{"name":"cryptocom_percent_of_exchange_volume_btc","highlighted_name":"Percent of BTC Trading Volume by Crypto.com","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-btc-trading-volume-by-exchange/cryptocom_percent_of_exchange_volume_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,6.565628887376011],[1789862400000,6.75433565755565],[1789948800000,4.588210589176935]],"has_definition":true},{"name":"gateio_percent_of_exchange_volume_btc","highlighted_name":"Percent of BTC Trading Volume by Gate.io","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-btc-trading-volume-by-exchange/gateio_percent_of_exchange_volume_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,5.558334080837592],[1789862400000,6.203206551780619],[1789948800000,8.135091136152861]],"has_definition":true},{"name":"huobi_percent_of_exchange_volume_btc","highlighted_name":"Houbi","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-btc-trading-volume-by-exchange/huobi_percent_of_exchange_volume_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,5.345201113794359],[1789862400000,4.975765618770445],[1789948800000,2.716876910111021]],"has_definition":true},{"name":"kraken_percent_of_exchange_volume_btc","highlighted_name":"Percent of BTC Trading Volume by Kraken","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-btc-trading-volume-by-exchange/kraken_percent_of_exchange_volume_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,3.882471297002329],[1789862400000,3.44179981029191],[1789948800000,5.361920711680819]],"has_definition":true},{"name":"kucoin_percent_of_exchange_volume_btc","highlighted_name":"Percent of BTC Trading Volume by KuCoin","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-btc-trading-volume-by-exchange/kucoin_percent_of_exchange_volume_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,11.36553715380584],[1789862400000,12.27665172950272],[1789948800000,6.486479668784795]],"has_definition":true},{"name":"mexc_percent_of_exchange_volume_btc","highlighted_name":"Percent of BTC Trading Volume by MEXC","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-btc-trading-volume-by-exchange/mexc_percent_of_exchange_volume_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,9.348355231312185],[1789862400000,8.773341986100371],[1789948800000,7.839619972024292]],"has_definition":true},{"name":"okx_percent_of_exchange_volume_btc","highlighted_name":"Percent of BTC Trading Volume by OKX","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-btc-trading-volume-by-exchange/okx_percent_of_exchange_volume_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,8.039917628793871],[1789862400000,6.710303233079967],[1789948800000,8.984209515066183]],"has_definition":true},{"name":"poloniex_percent_of_exchange_volume_btc","highlighted_name":"Percent of BTC Trading Volume by Poloniex","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-btc-trading-volume-by-exchange/poloniex_percent_of_exchange_volume_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,5.317894613908896],[1789862400000,5.128992292051785],[1789948800000,4.048808799491358]],"has_definition":true},{"name":"upbit_percent_of_exchange_volume_btc","highlighted_name":"Percent of BTC Trading Volume by UPbit","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-btc-trading-volume-by-exchange/upbit_percent_of_exchange_volume_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,1.817261320364412],[1789862400000,1.362002875975057],[1789948800000,1.648649872728999]],"has_definition":true}]},{"slug":"percent-of-total-trading-volume-by-exchange","name":"Percent of Total Trading Volume by Exchange","extended_name":"Cryptocurrency Exchange Trading Volume Market Share","group":"exchanges","sub_group":"Exchange Trading Volume","subheader":"Share distribution of spot market trading volumes for cryptocurrency exchanges","description":null,"view_url":"https://newhedge.io/bitcoin/percent-of-total-trading-volume-by-exchange","docs_url":"https://docs.newhedge.io/api/percent-of-total-trading-volume-by-exchange","docs_md_url":"https://docs.newhedge.io/api/percent-of-total-trading-volume-by-exchange.md","metrics":[{"name":"binance_percent_of_exchange_volume","highlighted_name":"Binance","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-total-trading-volume-by-exchange/binance_percent_of_exchange_volume?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,36.16773110678376],[1789862400000,36.43605455828401],[1789948800000,37.12206144565098]],"has_definition":true},{"name":"bitfinex_percent_of_exchange_volume","highlighted_name":"Bitfinex","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-total-trading-volume-by-exchange/bitfinex_percent_of_exchange_volume?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,2.255575431401762],[1789862400000,0.9769755212559683],[1789948800000,0.7708690731124767]],"has_definition":true},{"name":"bitflyer_percent_of_exchange_volume","highlighted_name":"Bitflyer Percent Of Exchange Volume","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-total-trading-volume-by-exchange/bitflyer_percent_of_exchange_volume?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,0.1332118002834421],[1789862400000,0.08370459278413829],[1789948800000,0.0848292950918591]],"has_definition":true},{"name":"bitstamp_percent_of_exchange_volume","highlighted_name":"Bitstamp","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-total-trading-volume-by-exchange/bitstamp_percent_of_exchange_volume?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,1.443609355445785],[1789862400000,1.25400166134813],[1789948800000,1.011046399078986]],"has_definition":true},{"name":"bybit_percent_of_exchange_volume","highlighted_name":"Bybit","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-total-trading-volume-by-exchange/bybit_percent_of_exchange_volume?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,5.768346184373561],[1789862400000,5.575662977880484],[1789948800000,5.4917697284847]],"has_definition":true},{"name":"coinbase_percent_of_exchange_volume","highlighted_name":"Coinbase","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-total-trading-volume-by-exchange/coinbase_percent_of_exchange_volume?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,10.25976290231025],[1789862400000,8.620326807367492],[1789948800000,7.721063136603841]],"has_definition":true},{"name":"cryptocom_percent_of_exchange_volume","highlighted_name":"Crypto.com","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-total-trading-volume-by-exchange/cryptocom_percent_of_exchange_volume?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,2.999212783415389],[1789862400000,2.548556839880217],[1789948800000,2.885212902642264]],"has_definition":true},{"name":"gateio_percent_of_exchange_volume","highlighted_name":"Gateio","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-total-trading-volume-by-exchange/gateio_percent_of_exchange_volume?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,6.249648895754493],[1789862400000,5.673866277276558],[1789948800000,5.941384248073319]],"has_definition":true},{"name":"huobi_percent_of_exchange_volume","highlighted_name":"Houbi","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-total-trading-volume-by-exchange/huobi_percent_of_exchange_volume?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,2.79922176299013],[1789862400000,3.038824610162265],[1789948800000,3.535943552757354]],"has_definition":true},{"name":"kraken_percent_of_exchange_volume","highlighted_name":"Kraken","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-total-trading-volume-by-exchange/kraken_percent_of_exchange_volume?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,5.592509064121475],[1789862400000,4.252431527426713],[1789948800000,4.197147594000975]],"has_definition":true},{"name":"kucoin_percent_of_exchange_volume","highlighted_name":"Kucoin","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-total-trading-volume-by-exchange/kucoin_percent_of_exchange_volume?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,5.939542283178234],[1789862400000,7.752708107657437],[1789948800000,8.591860783459923]],"has_definition":true},{"name":"mexc_percent_of_exchange_volume","highlighted_name":"MEXC","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-total-trading-volume-by-exchange/mexc_percent_of_exchange_volume?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,4.344641842757476],[1789862400000,4.777869413875792],[1789948800000,4.878056019009155]],"has_definition":true},{"name":"okx_percent_of_exchange_volume","highlighted_name":"OKX","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-total-trading-volume-by-exchange/okx_percent_of_exchange_volume?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,8.520767114303322],[1789862400000,7.951625828456785],[1789948800000,8.165754865407992]],"has_definition":true},{"name":"poloniex_percent_of_exchange_volume","highlighted_name":"Poloniex","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-total-trading-volume-by-exchange/poloniex_percent_of_exchange_volume?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,3.07933967791215],[1789862400000,3.579343266445936],[1789948800000,3.697382965495922]],"has_definition":true},{"name":"upbit_percent_of_exchange_volume","highlighted_name":"UpBit","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/percent-of-total-trading-volume-by-exchange/upbit_percent_of_exchange_volume?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,4.446879794968766],[1789862400000,7.478048009898106],[1789948800000,5.905617991130264]],"has_definition":true}]},{"slug":"total-trading-volume","name":"Total Trading Volume","extended_name":"Total Cryptocurrency Trading Volume","group":"exchanges","sub_group":"Exchange Trading Volume","subheader":"Cumulative USD value of all trading activities conducted across top cryptocurrency exchanges","description":null,"view_url":"https://newhedge.io/bitcoin/total-trading-volume","docs_url":"https://docs.newhedge.io/api/total-trading-volume","docs_md_url":"https://docs.newhedge.io/api/total-trading-volume.md","metrics":[{"name":"total_trading_volume","highlighted_name":"Total Aggregated Exchange Trading Volume","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/total-trading-volume/total_trading_volume?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:25:00Z","sample":[[1789776000000,39667489449.21246],[1789862400000,24319198405.71878],[1789948800000,23053653720.11927]],"has_definition":true}]},{"slug":"us-vs-offshore-trading-volume","name":"US vs Offshore Trading Volume","extended_name":"US vs Offshore Cryptocurrency Trading Volume","group":"exchanges","sub_group":"Exchange Trading Volume","subheader":"Trade volume of cryptocurrencies between the United States and offshore markets","description":null,"view_url":"https://newhedge.io/bitcoin/us-vs-offshore-trading-volume","docs_url":"https://docs.newhedge.io/api/us-vs-offshore-trading-volume","docs_md_url":"https://docs.newhedge.io/api/us-vs-offshore-trading-volume.md","metrics":[{"name":"offshore_crypto_trade_volume","highlighted_name":"Offshore Crypto Trading Volume","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/us-vs-offshore-trading-volume/offshore_crypto_trade_volume?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,33379291139.46769],[1789862400000,21188646765.99148],[1789948800000,20306070688.65154]],"has_definition":true},{"name":"us_crypto_trade_volume","highlighted_name":"US Crypto Trading Volume","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/us-vs-offshore-trading-volume/us_crypto_trade_volume?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,6288198309.74477],[1789862400000,3130551639.727304],[1789948800000,2747583031.467731]],"has_definition":true}]}]},{"key":"fees","label":"Fees","chart_count":9,"charts":[{"slug":"aggregate-security-spend","name":"Aggregate Security Spend","extended_name":"Bitcoin Aggregate Security Spend (Thermocap)","group":"fees","sub_group":"Bitcoin Fees","subheader":"Cumulative sum of all block rewards paid to miners, valued in US Dollars at the time of block production","description":null,"view_url":"https://newhedge.io/bitcoin/aggregate-security-spend","docs_url":"https://docs.newhedge.io/api/aggregate-security-spend","docs_md_url":"https://docs.newhedge.io/api/aggregate-security-spend.md","metrics":[{"name":"thermo_cap","highlighted_name":"Thermo Cap","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/aggregate-security-spend/thermo_cap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,93692122240.61],[1789776000000,93724372536.35001],[1789862400000,93763273256.72]],"has_definition":true}]},{"slug":"fees-per-day","name":"Fees per Day","extended_name":"Bitcoin Fees per Day","group":"fees","sub_group":"Bitcoin Fees","subheader":"Total transaction fees per day, excluding coinbase transaction (miner reward)","description":null,"view_url":"https://newhedge.io/bitcoin/fees-per-day","docs_url":"https://docs.newhedge.io/api/fees-per-day","docs_md_url":"https://docs.newhedge.io/api/fees-per-day.md","metrics":[{"name":"fees_per_day_btc","highlighted_name":"Fees per Day BTC","metric_type":"external","request_url_template":"https://newhedge.io/api/v2/metrics/fees-per-day/fees_per_day_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-23T00:07:00Z","sample":[[1789776000000,2.43889394],[1789862400000,2.10651704],[1789948800000,3.53884475]],"has_definition":true},{"name":"fees_per_day_usd","highlighted_name":"Fees per Day USD","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/fees-per-day/fees_per_day_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,198025.0422896634],[1789862400000,171008.6753253208],[1789948800000,306316.9871275325]],"has_definition":true}]},{"slug":"fees-per-transaction-btc","name":"Fees per Transaction BTC","extended_name":"Bitcoin Fees per Transaction (BTC)","group":"fees","sub_group":"Bitcoin Fees","subheader":"Average amount of transaction fees paid in satoshis for each individual transaction on the network","description":null,"view_url":"https://newhedge.io/bitcoin/fees-per-transaction-btc","docs_url":"https://docs.newhedge.io/api/fees-per-transaction-btc","docs_md_url":"https://docs.newhedge.io/api/fees-per-transaction-btc.md","metrics":[{"name":"fees_per_transaction_btc","highlighted_name":"Fees per Transaction (sats)","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/fees-per-transaction-btc/fees_per_transaction_btc?api_token={token}","shape":"time_series_array","units":"sats","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,407.1935547422831],[1789862400000,258.8796971875557],[1789948800000,557.025574875927]],"has_definition":true}]},{"slug":"fees-per-transaction-usd","name":"Fees per Transaction USD","extended_name":"Bitcoin Fees per Transaction (USD)","group":"fees","sub_group":"Bitcoin Fees","subheader":"Average amount of transaction fees paid in US dollars for each individual transaction on the network","description":null,"view_url":"https://newhedge.io/bitcoin/fees-per-transaction-usd","docs_url":"https://docs.newhedge.io/api/fees-per-transaction-usd","docs_md_url":"https://docs.newhedge.io/api/fees-per-transaction-usd.md","metrics":[{"name":"fees_per_transaction_usd","highlighted_name":"Fees per Transaction USD","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/fees-per-transaction-usd/fees_per_transaction_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,0.3306192187181333],[1789862400000,0.2101605315505261],[1789948800000,0.4821528151213067]],"has_definition":true}]},{"slug":"percent-miner-revenue-from-fees","name":"Percent Miner Revenue from Fees","extended_name":"Percent Miner Revenue from Bitcoin Fees","group":"fees","sub_group":"Bitcoin Fees","subheader":"Percentage of a miner's total revenue that comes from transaction fees rather than block rewards","description":null,"view_url":"https://newhedge.io/bitcoin/percent-miner-revenue-from-fees","docs_url":"https://docs.newhedge.io/api/percent-miner-revenue-from-fees","docs_md_url":"https://docs.newhedge.io/api/percent-miner-revenue-from-fees.md","metrics":[{"name":"percent_miner_revenue_from_fees","highlighted_name":"Percent Miner Revenue from Fees","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/percent-miner-revenue-from-fees/percent_miner_revenue_from_fees?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,0.61],[1789862400000,0.44],[1789948800000,0.75]],"has_definition":true}]},{"slug":"thermocap-multiple","name":"Thermocap Multiple","extended_name":"Bitcoin Thermocap Multiple","group":"fees","sub_group":"Bitcoin Fees","subheader":"Ratio between Bitcoin market value and aggregate security spend","description":null,"view_url":"https://newhedge.io/bitcoin/thermocap-multiple","docs_url":"https://docs.newhedge.io/api/thermocap-multiple","docs_md_url":"https://docs.newhedge.io/api/thermocap-multiple.md","metrics":[{"name":"thermo_cap_multiple","highlighted_name":"Thermocap Multiple","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/thermocap-multiple/thermo_cap_multiple?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,17.384344],[1789776000000,17.41738],[1789862400000,17.405048]],"has_definition":true}]},{"slug":"total-transaction-fees-btc","name":"Total Transaction Fees BTC","extended_name":"Total Bitcoin Transaction Fees per Day (BTC)","group":"fees","sub_group":"Bitcoin Fees","subheader":"Total BTC value of all transaction fees paid to miners on the Bitcoin network","description":null,"view_url":"https://newhedge.io/bitcoin/total-transaction-fees-btc","docs_url":"https://docs.newhedge.io/api/total-transaction-fees-btc","docs_md_url":"https://docs.newhedge.io/api/total-transaction-fees-btc.md","metrics":[{"name":"fees_per_day_btc","highlighted_name":"Fees per Day BTC","metric_type":"external","request_url_template":"https://newhedge.io/api/v2/metrics/total-transaction-fees-btc/fees_per_day_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-23T00:07:00Z","sample":[[1789776000000,2.43889394],[1789862400000,2.10651704],[1789948800000,3.53884475]],"has_definition":true}]},{"slug":"total-transaction-fees-usd","name":"Total Transaction Fees USD","extended_name":"Total Bitcoin Transaction Fees per Day (USD)","group":"fees","sub_group":"Bitcoin Fees","subheader":"Total USD value of all transaction fees paid to miners on the Bitcoin network","description":null,"view_url":"https://newhedge.io/bitcoin/total-transaction-fees-usd","docs_url":"https://docs.newhedge.io/api/total-transaction-fees-usd","docs_md_url":"https://docs.newhedge.io/api/total-transaction-fees-usd.md","metrics":[{"name":"fees_per_day_usd","highlighted_name":"Fees per Day USD","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/total-transaction-fees-usd/fees_per_day_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,198025.0422896634],[1789862400000,171008.6753253208],[1789948800000,306316.9871275325]],"has_definition":true}]},{"slug":"transaction-fee-rate","name":"Transaction Fee Rate","extended_name":"Bitcoin Transaction Fee Rate","group":"fees","sub_group":"Bitcoin Fees","subheader":"Average on-chain transaction fee rate on the Bitcoin network","description":null,"view_url":"https://newhedge.io/bitcoin/transaction-fee-rate","docs_url":"https://docs.newhedge.io/api/transaction-fee-rate","docs_md_url":"https://docs.newhedge.io/api/transaction-fee-rate.md","metrics":[{"name":"fee_rate_average","highlighted_name":"Transaction Fee Rate (sats/vB)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/transaction-fee-rate/fee_rate_average?api_token={token}","shape":"time_series_array","units":"fee_rate_sat_vb","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.336],[1789776000000,1.011],[1789862400000,1.036]],"has_definition":true}]}]},{"key":"futures","label":"Futures","chart_count":6,"charts":[{"slug":"3-month-annualized-basis","name":"3 Month Annualized Basis","extended_name":"Bitcoin 3 Month Annualized Basis","group":"futures","sub_group":"Futures","subheader":"Annualized difference between the price of Bitcoin futures with a three-month expiry and the current spot price of Bitcoin, aggregated across major exchanges","description":null,"view_url":"https://newhedge.io/bitcoin/3-month-annualized-basis","docs_url":"https://docs.newhedge.io/api/3-month-annualized-basis","docs_md_url":"https://docs.newhedge.io/api/3-month-annualized-basis.md","metrics":[{"name":"bitcoin_3_month_annualized_basis_binance","highlighted_name":"Binance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/3-month-annualized-basis/bitcoin_3_month_annualized_basis_binance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,5.24],[1789862400000,5.220000000000001],[1789948800000,5.17]],"has_definition":true},{"name":"bitcoin_3_month_annualized_basis_deribit","highlighted_name":"Deribit","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/3-month-annualized-basis/bitcoin_3_month_annualized_basis_deribit?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,5.31],[1789862400000,5.41],[1789948800000,5.3]],"has_definition":true},{"name":"bitcoin_3_month_annualized_basis_okx","highlighted_name":"OKX","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/3-month-annualized-basis/bitcoin_3_month_annualized_basis_okx?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,5.1],[1789862400000,5.13],[1789948800000,4.99]],"has_definition":true}]},{"slug":"cvd-dollars","name":"CVD Dollars","extended_name":"Bitcoin Cumulative Volume Delta (CVD)","group":"futures","sub_group":"Futures","subheader":"Cumulative sum of net buying and selling pressure in Bitcoin markets, calculated in USD by aggregating the difference between market buy and sell volume across major exchanges","description":null,"view_url":"https://newhedge.io/bitcoin/cvd-dollars","docs_url":"https://docs.newhedge.io/api/cvd-dollars","docs_md_url":"https://docs.newhedge.io/api/cvd-dollars.md","metrics":[{"name":"bitcoin_cvd_dollars_binance","highlighted_name":"Binance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cvd-dollars/bitcoin_cvd_dollars_binance?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:20:00Z","sample":[[1789776000000,-19407852299.30252],[1789862400000,-19521972419.03352],[1789948800000,-18345716800.68752]],"has_definition":true},{"name":"bitcoin_cvd_dollars_bybit","highlighted_name":"Bybit","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cvd-dollars/bitcoin_cvd_dollars_bybit?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:20:00Z","sample":[[1789776000000,-8838917108.256926],[1789862400000,-8821527923.306925],[1789948800000,-8278062359.829925]],"has_definition":true},{"name":"bitcoin_cvd_dollars_deribit","highlighted_name":"Deribit","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cvd-dollars/bitcoin_cvd_dollars_deribit?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:20:00Z","sample":[[1789776000000,-921221445.1899986],[1789862400000,-925536336.1819986],[1789948800000,-991542464.1639986]],"has_definition":true},{"name":"bitcoin_cvd_dollars_hyperliquid","highlighted_name":"Hyperliquid","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cvd-dollars/bitcoin_cvd_dollars_hyperliquid?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:20:00Z","sample":[[1789776000000,-9669907403.228979],[1789862400000,-9743946580.975979],[1789948800000,-9481436227.101978]],"has_definition":true},{"name":"bitcoin_cvd_dollars_okx","highlighted_name":"OKX","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cvd-dollars/bitcoin_cvd_dollars_okx?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:20:00Z","sample":[[1789776000000,-3127366767.428082],[1789862400000,-3173229264.424081],[1789948800000,-2440259248.581081]],"has_definition":true}]},{"slug":"funding-rate","name":"Funding Rate","extended_name":"Bitcoin Funding Rate (APR)","group":"futures","sub_group":"Futures","subheader":"Periodic payment rate between long and short positions in Bitcoin perpetual futures, expressed on a yearly basis, aggregated across major exchanges","description":null,"view_url":"https://newhedge.io/bitcoin/funding-rate","docs_url":"https://docs.newhedge.io/api/funding-rate","docs_md_url":"https://docs.newhedge.io/api/funding-rate.md","metrics":[{"name":"bitcoin_funding_rate_binance","highlighted_name":"Binance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/funding-rate/bitcoin_funding_rate_binance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,3.65],[1789862400000,1.533],[1789948800000,2.774]],"has_definition":true},{"name":"bitcoin_funding_rate_bybit","highlighted_name":"Bybit","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/funding-rate/bitcoin_funding_rate_bybit?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,2.33965],[1789862400000,3.65],[1789948800000,3.65]],"has_definition":true},{"name":"bitcoin_funding_rate_deribit","highlighted_name":"Deribit","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/funding-rate/bitcoin_funding_rate_deribit?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,5.49325],[1789862400000,7.2416],[1789948800000,5.6356]],"has_definition":true},{"name":"bitcoin_funding_rate_hyperliquid","highlighted_name":"Hyperliquid","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/funding-rate/bitcoin_funding_rate_hyperliquid?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,3.65],[1789862400000,3.65],[1789948800000,3.65]],"has_definition":true},{"name":"bitcoin_funding_rate_okx","highlighted_name":"OKX","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/funding-rate/bitcoin_funding_rate_okx?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,3.65],[1789862400000,3.3799],[1789948800000,3.65]],"has_definition":true}]},{"slug":"futures-open-interest","name":"Futures Open Interest","extended_name":"Bitcoin Futures Open Interest - All Exchanges","group":"futures","sub_group":"Open Interest","subheader":"Total USD value of all open futures contracts across major exchanges including Binance, BitMEX, Kraken, ByBit, and others","description":null,"view_url":"https://newhedge.io/bitcoin/futures-open-interest","docs_url":"https://docs.newhedge.io/api/futures-open-interest","docs_md_url":"https://docs.newhedge.io/api/futures-open-interest.md","metrics":[{"name":"oi_binance_futures","highlighted_name":"Binance Futures Open Interest","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/futures-open-interest/oi_binance_futures?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,12638405282.3111],[1789862400000,12638405282.3111],[1789948800000,12638405282.3111]],"has_definition":true},{"name":"oi_bitfinex_futures","highlighted_name":"Bitfinex Futures Open Interest","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/futures-open-interest/oi_bitfinex_futures?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,678753303.8428],[1789862400000,678753303.8428],[1789948800000,678753303.8428]],"has_definition":true},{"name":"oi_bitget_futures","highlighted_name":"Bitget Futures Open Interest","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/futures-open-interest/oi_bitget_futures?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,2964594901.6505],[1789862400000,2964594901.6505],[1789948800000,2964594901.6505]],"has_definition":true},{"name":"oi_bitmex_futures","highlighted_name":"BitMEX Futures Open Interest","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/futures-open-interest/oi_bitmex_futures?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,0.0],[1789862400000,0.0],[1789948800000,0.0]],"has_definition":true},{"name":"oi_bybit_futures","highlighted_name":"ByBit Futures Open Interest","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/futures-open-interest/oi_bybit_futures?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,4797430310.5606],[1789862400000,4797430310.5606],[1789948800000,4797430310.5606]],"has_definition":true},{"name":"oi_cryptocom_futures","highlighted_name":"Crypto.com Futures Open Interest","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/futures-open-interest/oi_cryptocom_futures?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,875840647.244],[1789862400000,875840647.244],[1789948800000,875840647.244]],"has_definition":true},{"name":"oi_deribit_futures","highlighted_name":"Deribit Futures Open Interest","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/futures-open-interest/oi_deribit_futures?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,1706234709.6731],[1789862400000,1706234709.6731],[1789948800000,1706234709.6731]],"has_definition":true},{"name":"oi_gateio_futures","highlighted_name":"Gate.io Futures Open Interest","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/futures-open-interest/oi_gateio_futures?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,5012096858.1132],[1789862400000,5012096858.1132],[1789948800000,5012096858.1132]],"has_definition":true},{"name":"oi_huobi_futures","highlighted_name":"Huobi Futures Open Interest","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/futures-open-interest/oi_huobi_futures?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,2156915727.621],[1789862400000,2156915727.621],[1789948800000,2156915727.621]],"has_definition":true},{"name":"oi_kraken_futures","highlighted_name":"Kraken Futures Open Interest","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/futures-open-interest/oi_kraken_futures?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,170889622.9312],[1789862400000,170889622.9312],[1789948800000,170889622.9312]],"has_definition":true},{"name":"oi_kucoin_futures","highlighted_name":"KuCoin Futures Open Interest","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/futures-open-interest/oi_kucoin_futures?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,884100805.2125],[1789862400000,884100805.2125],[1789948800000,884100805.2125]],"has_definition":true},{"name":"oi_okx_futures","highlighted_name":"OKX Futures Open Interest","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/futures-open-interest/oi_okx_futures?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,2870842153.3498],[1789862400000,2870842153.3498],[1789948800000,2870842153.3498]],"has_definition":true}]},{"slug":"liquidations","name":"Liquidations","extended_name":"Bitcoin Liquidations","group":"futures","sub_group":"Liquidations","subheader":"Total value of long and short positions in Bitcoin derivatives that were forcibly closed due to insufficient margin, aggregated across major exchanges","description":null,"view_url":"https://newhedge.io/bitcoin/liquidations","docs_url":"https://docs.newhedge.io/api/liquidations","docs_md_url":"https://docs.newhedge.io/api/liquidations.md","metrics":[{"name":"bitcoin_liquidations_binance_long","highlighted_name":"Binance Long","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/liquidations/bitcoin_liquidations_binance_long?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,4985605.762],[1789862400000,13539913.752],[1789948800000,8298874.409000001]],"has_definition":true},{"name":"bitcoin_liquidations_binance_short","highlighted_name":"Binance Short","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/liquidations/bitcoin_liquidations_binance_short?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,-10031822.615],[1789862400000,-6612796.917999999],[1789948800000,-169752306.265]],"has_definition":true},{"name":"bitcoin_liquidations_bybit_long","highlighted_name":"Bybit Long","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/liquidations/bitcoin_liquidations_bybit_long?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,680631.5715000001],[1789862400000,3685210.406],[1789948800000,2926671.5966]],"has_definition":true},{"name":"bitcoin_liquidations_bybit_short","highlighted_name":"Bybit Short","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/liquidations/bitcoin_liquidations_bybit_short?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,-8813421.610599998],[1789862400000,-2240892.4351],[1789948800000,-76842246.29730006]],"has_definition":true},{"name":"bitcoin_liquidations_deribit_long","highlighted_name":"Deribit Long","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/liquidations/bitcoin_liquidations_deribit_long?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,0.0],[1789862400000,96680.0],[1789948800000,35660.0]],"has_definition":true},{"name":"bitcoin_liquidations_deribit_short","highlighted_name":"Deribit Short","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/liquidations/bitcoin_liquidations_deribit_short?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,-5000.0],[1789862400000,0.0],[1789948800000,-269770.0]],"has_definition":true},{"name":"bitcoin_liquidations_okx_long","highlighted_name":"OKX Long","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/liquidations/bitcoin_liquidations_okx_long?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,3210710.6602300005],[1789862400000,4156486.86873],[1789948800000,2827461.01157]],"has_definition":true},{"name":"bitcoin_liquidations_okx_short","highlighted_name":"OKX Short","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/liquidations/bitcoin_liquidations_okx_short?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,-2929619.7267299993],[1789862400000,-3328961.406570001],[1789948800000,-9512686.085460002]],"has_definition":true}]},{"slug":"total-futures-open-interest","name":"Total Futures Open Interest","extended_name":"Bitcoin Total Aggregated Open Interest","group":"futures","sub_group":"Open Interest","subheader":"Total aggregated USD value of all open Bitcoin futures positions across exchanges","description":null,"view_url":"https://newhedge.io/bitcoin/total-futures-open-interest","docs_url":"https://docs.newhedge.io/api/total-futures-open-interest","docs_md_url":"https://docs.newhedge.io/api/total-futures-open-interest.md","metrics":[{"name":"total_futures_open_interest","highlighted_name":"Bitcoin Total Futures Open Interest","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/total-futures-open-interest/total_futures_open_interest?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,34619401370.577],[1789862400000,34756104322.5098],[1789948800000,34756104322.5098]],"has_definition":true}]}]},{"key":"hodl_waves","label":"HODL waves","chart_count":15,"charts":[{"slug":"10y-hodl-waves","name":"10Y+ Hodl Waves","extended_name":"Bitcoin 10Y+ HODL Wave","group":"hodl_waves","sub_group":"HODL Waves (Y)","subheader":"Percentage of circulating supply held in UTXOs that have not moved for over 10 years","description":null,"view_url":"https://newhedge.io/bitcoin/10y-hodl-waves","docs_url":"https://docs.newhedge.io/api/10y-hodl-waves","docs_md_url":"https://docs.newhedge.io/api/10y-hodl-waves.md","metrics":[{"name":"utxos_over_10y_old_supply_rel_to_circulating_supply","highlighted_name":"10Y+ HODL Wave","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/10y-hodl-waves/utxos_over_10y_old_supply_rel_to_circulating_supply?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,17.783389421358],[1789776000000,17.7833668289823],[1789862400000,17.78442866735822]],"has_definition":true}]},{"slug":"1d-hodl-waves","name":"1D+ Hodl Waves","extended_name":"Bitcoin 1D+ HODL Waves","group":"hodl_waves","sub_group":"HODL Waves (\u003c1Y)","subheader":"Percentage of circulating supply held in UTXOs that have not moved for at least 1 day","description":null,"view_url":"https://newhedge.io/bitcoin/1d-hodl-waves","docs_url":"https://docs.newhedge.io/api/1d-hodl-waves","docs_md_url":"https://docs.newhedge.io/api/1d-hodl-waves.md","metrics":[{"name":"utxos_over_1d_old_supply_rel_to_circulating_supply","highlighted_name":"1D+ HODL Wave","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/1d-hodl-waves/utxos_over_1d_old_supply_rel_to_circulating_supply?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,98.7874409560339],[1789776000000,99.14312288197324],[1789862400000,99.6270969738686]],"has_definition":true}]},{"slug":"1m-hodl-waves","name":"1M+ Hodl Waves","extended_name":"Bitcoin 1M+ HODL Wave","group":"hodl_waves","sub_group":"HODL Waves (\u003c1Y)","subheader":"Percentage of circulating supply held in UTXOs that have not moved for at least 1 month","description":null,"view_url":"https://newhedge.io/bitcoin/1m-hodl-waves","docs_url":"https://docs.newhedge.io/api/1m-hodl-waves","docs_md_url":"https://docs.newhedge.io/api/1m-hodl-waves.md","metrics":[{"name":"utxos_over_1m_old_supply_rel_to_circulating_supply","highlighted_name":"1M+ HODL Wave","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/1m-hodl-waves/utxos_over_1m_old_supply_rel_to_circulating_supply?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,92.96810393579929],[1789776000000,93.18136948227276],[1789862400000,93.38958976900012]],"has_definition":true}]},{"slug":"1w-hodl-waves","name":"1W+ Hodl Waves","extended_name":"Bitcoin 1W+ HODL Wave","group":"hodl_waves","sub_group":"HODL Waves (\u003c1Y)","subheader":"Percentage of circulating supply held in UTXOs that have not moved for at least 1 week","description":null,"view_url":"https://newhedge.io/bitcoin/1w-hodl-waves","docs_url":"https://docs.newhedge.io/api/1w-hodl-waves","docs_md_url":"https://docs.newhedge.io/api/1w-hodl-waves.md","metrics":[{"name":"utxos_over_1w_old_supply_rel_to_circulating_supply","highlighted_name":"1W+ HODL Wave","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/1w-hodl-waves/utxos_over_1w_old_supply_rel_to_circulating_supply?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,97.40359999220057],[1789776000000,97.30474258065111],[1789862400000,97.3238056438645]],"has_definition":true}]},{"slug":"1y-hodl-waves","name":"1Y+ Hodl Waves","extended_name":"Bitcoin 1Y+ HODL Wave","group":"hodl_waves","sub_group":"HODL Waves (Y)","subheader":"Percentage of circulating supply held in UTXOs that have not moved for over 1 year","description":null,"view_url":"https://newhedge.io/bitcoin/1y-hodl-waves","docs_url":"https://docs.newhedge.io/api/1y-hodl-waves","docs_md_url":"https://docs.newhedge.io/api/1y-hodl-waves.md","metrics":[{"name":"utxos_over_1y_old_supply_rel_to_circulating_supply","highlighted_name":"1Y+ HODL Waves","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/1y-hodl-waves/utxos_over_1y_old_supply_rel_to_circulating_supply?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,63.29907352697786],[1789776000000,63.31874858952888],[1789862400000,63.35565097759087]],"has_definition":true}]},{"slug":"2y-hodl-waves","name":"2Y+ Hodl Waves","extended_name":"Bitcoin 2Y+ HODL Wave","group":"hodl_waves","sub_group":"HODL Waves (Y)","subheader":"Percentage of circulating supply held in UTXOs that have not moved for over 2 years","description":null,"view_url":"https://newhedge.io/bitcoin/2y-hodl-waves","docs_url":"https://docs.newhedge.io/api/2y-hodl-waves","docs_md_url":"https://docs.newhedge.io/api/2y-hodl-waves.md","metrics":[{"name":"utxos_over_2y_old_supply_rel_to_circulating_supply","highlighted_name":"2Y+ HODL Wave","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/2y-hodl-waves/utxos_over_2y_old_supply_rel_to_circulating_supply?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,48.72875557552643],[1789776000000,48.72767325762361],[1789862400000,48.75902796270127]],"has_definition":true}]},{"slug":"3m-hodl-waves","name":"3M+ Hodl Waves","extended_name":"Bitcoin 3M+ HODL Wave","group":"hodl_waves","sub_group":"HODL Waves (\u003c1Y)","subheader":"Percentage of circulating supply held in UTXOs that have not moved for at least 3 months","description":null,"view_url":"https://newhedge.io/bitcoin/3m-hodl-waves","docs_url":"https://docs.newhedge.io/api/3m-hodl-waves","docs_md_url":"https://docs.newhedge.io/api/3m-hodl-waves.md","metrics":[{"name":"utxos_over_3m_old_supply_rel_to_circulating_supply","highlighted_name":"3M+ HODL Wave","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/3m-hodl-waves/utxos_over_3m_old_supply_rel_to_circulating_supply?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,86.31529727069646],[1789776000000,86.36965659384911],[1789862400000,86.38060361204785]],"has_definition":true}]},{"slug":"3y-hodl-waves","name":"3Y+ Hodl Waves","extended_name":"Bitcoin 3Y+ HODL Wave","group":"hodl_waves","sub_group":"HODL Waves (Y)","subheader":"Percentage of circulating supply held in UTXOs that have not moved for at least 3 years","description":null,"view_url":"https://newhedge.io/bitcoin/3y-hodl-waves","docs_url":"https://docs.newhedge.io/api/3y-hodl-waves","docs_md_url":"https://docs.newhedge.io/api/3y-hodl-waves.md","metrics":[{"name":"utxos_over_3y_old_supply_rel_to_circulating_supply","highlighted_name":"3Y+ HODL Wave","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/3y-hodl-waves/utxos_over_3y_old_supply_rel_to_circulating_supply?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,42.61270724613307],[1789776000000,42.61615957111309],[1789862400000,42.62149321675682]],"has_definition":true}]},{"slug":"4y-hodl-waves","name":"4Y+ Hodl Waves","extended_name":"Bitcoin 4Y+ HODL Wave","group":"hodl_waves","sub_group":"HODL Waves (Y)","subheader":"Percentage of circulating supply held in UTXOs that have not moved for over 4 years","description":null,"view_url":"https://newhedge.io/bitcoin/4y-hodl-waves","docs_url":"https://docs.newhedge.io/api/4y-hodl-waves","docs_md_url":"https://docs.newhedge.io/api/4y-hodl-waves.md","metrics":[{"name":"utxos_over_4y_old_supply_rel_to_circulating_supply","highlighted_name":"4Y+ HODL Wave","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/4y-hodl-waves/utxos_over_4y_old_supply_rel_to_circulating_supply?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,37.72033676817498],[1789776000000,37.71675353528121],[1789862400000,37.71916507966592]],"has_definition":true}]},{"slug":"5y-hodl-waves","name":"5Y+ Hodl Waves","extended_name":"Bitcoin 5Y+ HODL Wave","group":"hodl_waves","sub_group":"HODL Waves (Y)","subheader":"Percentage of circulating supply held in UTXOs that have not moved for over 5 years","description":null,"view_url":"https://newhedge.io/bitcoin/5y-hodl-waves","docs_url":"https://docs.newhedge.io/api/5y-hodl-waves","docs_md_url":"https://docs.newhedge.io/api/5y-hodl-waves.md","metrics":[{"name":"utxos_over_5y_old_supply_rel_to_circulating_supply","highlighted_name":"5Y+ HODL Wave","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/5y-hodl-waves/utxos_over_5y_old_supply_rel_to_circulating_supply?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,33.5612790342078],[1789776000000,33.55891521384687],[1789862400000,33.55890278291987]],"has_definition":true}]},{"slug":"6m-hodl-waves","name":"6M+ Hodl Waves","extended_name":"Bitcoin 6M+ HODL Wave","group":"hodl_waves","sub_group":"HODL Waves (\u003c1Y)","subheader":"Percentage of circulating supply held in UTXOs that have not moved for at least 6 months","description":null,"view_url":"https://newhedge.io/bitcoin/6m-hodl-waves","docs_url":"https://docs.newhedge.io/api/6m-hodl-waves","docs_md_url":"https://docs.newhedge.io/api/6m-hodl-waves.md","metrics":[{"name":"utxos_over_6m_old_supply_rel_to_circulating_supply","highlighted_name":"6M+ HODL Wave","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/6m-hodl-waves/utxos_over_6m_old_supply_rel_to_circulating_supply?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,80.82892863047863],[1789776000000,80.89811243679223],[1789862400000,80.97597538066212]],"has_definition":true}]},{"slug":"7y-hodl-waves","name":"7Y+ Hodl Waves","extended_name":"Bitcoin 7Y+ HODL Wave","group":"hodl_waves","sub_group":"HODL Waves (Y)","subheader":"Percentage of circulating supply held in UTXOs that have not moved for over 7 years","description":null,"view_url":"https://newhedge.io/bitcoin/7y-hodl-waves","docs_url":"https://docs.newhedge.io/api/7y-hodl-waves","docs_md_url":"https://docs.newhedge.io/api/7y-hodl-waves.md","metrics":[{"name":"utxos_over_7y_old_supply_rel_to_circulating_supply","highlighted_name":"7Y+ HODL Wave","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/7y-hodl-waves/utxos_over_7y_old_supply_rel_to_circulating_supply?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,26.15400872044928],[1789776000000,26.15487368714019],[1789862400000,26.15554827323946]],"has_definition":true}]},{"slug":"hodl-waves","name":"Hodl Waves","extended_name":"Bitcoin HODL Waves","group":"hodl_waves","sub_group":"HODL Waves","subheader":"Age distribution of unspent transaction outputs (UTXOs), showing the holding duration of bitcoins","description":null,"view_url":"https://newhedge.io/bitcoin/hodl-waves","docs_url":"https://docs.newhedge.io/api/hodl-waves","docs_md_url":"https://docs.newhedge.io/api/hodl-waves.md","metrics":[{"name":"hw_age_0d_1d","highlighted_name":"0d to 1d","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves/hw_age_0d_1d?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1.212559043966095],[1789776000000,0.8568771180267589],[1789862400000,0.3729030261313966]],"has_definition":true},{"name":"hw_age_10y","highlighted_name":"HODL Waves 10y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves/hw_age_10y?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,17.783389421358],[1789776000000,17.7833668289823],[1789862400000,17.78442866735822]],"has_definition":true},{"name":"hw_age_1d_1w","highlighted_name":"HODL Waves 1d to 1w","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves/hw_age_1d_1w?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1.383840963833336],[1789776000000,1.838380301322132],[1789862400000,2.3032913300041]],"has_definition":true},{"name":"hw_age_1m_3m","highlighted_name":"HODL Waves 1m to 3m","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves/hw_age_1m_3m?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,6.65280666510283],[1789776000000,6.811712888423642],[1789862400000,7.008986156952275]],"has_definition":true},{"name":"hw_age_1w_1m","highlighted_name":"HODL Waves 1w to 1m","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves/hw_age_1w_1m?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,4.435496056401277],[1789776000000,4.123373098378352],[1789862400000,3.934215874864378]],"has_definition":true},{"name":"hw_age_1y_2y","highlighted_name":"HODL Waves 1y to 2y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves/hw_age_1y_2y?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,14.57031795145142],[1789776000000,14.59107533190527],[1789862400000,14.5966230148896]],"has_definition":true},{"name":"hw_age_2y_3y","highlighted_name":"HODL Waves 2y to 3y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves/hw_age_2y_3y?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,6.116048329393365],[1789776000000,6.111513686510513],[1789862400000,6.13753474594445]],"has_definition":true},{"name":"hw_age_3m_6m","highlighted_name":"HODL Waves 3m to 6m","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves/hw_age_3m_6m?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,5.486368640217833],[1789776000000,5.471544157056883],[1789862400000,5.404628231385729]],"has_definition":true},{"name":"hw_age_3y_4y","highlighted_name":"HODL Waves 3y to 4y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves/hw_age_3y_4y?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,4.892370477958089],[1789776000000,4.899406035831881],[1789862400000,4.902328137090898]],"has_definition":true},{"name":"hw_age_4y_5y","highlighted_name":"HODL Waves 4y to 5y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves/hw_age_4y_5y?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,4.159057733967181],[1789776000000,4.157838321434348],[1789862400000,4.160262296746048]],"has_definition":true},{"name":"hw_age_5y_7y","highlighted_name":"HODL Waves 5y to 7y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves/hw_age_5y_7y?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,7.407270313758517],[1789776000000,7.404041526706681],[1789862400000,7.403354509680408]],"has_definition":true},{"name":"hw_age_6m_1y","highlighted_name":"HODL Waves 6m to 1y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves/hw_age_6m_1y?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,17.52985510350077],[1789776000000,17.57936384726335],[1789862400000,17.62032440307125]],"has_definition":true},{"name":"hw_age_7y_10y","highlighted_name":"HODL Waves 7y to 10y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves/hw_age_7y_10y?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,8.370619299091288],[1789776000000,8.37150685815789],[1789862400000,8.371119605881248]],"has_definition":true}]},{"slug":"hodl-waves-supply","name":"Hodl Waves Supply","extended_name":"Bitcoin HODL Waves Supply","group":"hodl_waves","sub_group":"HODL Waves","subheader":"Visual representation of Bitcoin’s circulating supply segmented by the age of unspent coins","description":null,"view_url":"https://newhedge.io/bitcoin/hodl-waves-supply","docs_url":"https://docs.newhedge.io/api/hodl-waves-supply","docs_md_url":"https://docs.newhedge.io/api/hodl-waves-supply.md","metrics":[{"name":"hw_age_supply_0d_1d","highlighted_name":"HODL Waves 0d to 1d Supply","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves-supply/hw_age_supply_0d_1d?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,243375.0772282034],[1789776000000,171935.1170117222],[1789862400000,74722.47252374887]],"has_definition":true},{"name":"hw_age_supply_10y","highlighted_name":"HODL Waves 10y Supply","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves-supply/hw_age_supply_10y?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,3572026.06080407],[1789776000000,3572092.1005674],[1789862400000,3572390.9764526]],"has_definition":true},{"name":"hw_age_supply_1d_1w","highlighted_name":"HODL Waves 1d to 1w Supply","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves-supply/hw_age_supply_1d_1w?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,277962.5340085179],[1789776000000,369269.9934350587],[1789862400000,462666.3761513121]],"has_definition":true},{"name":"hw_age_supply_1m_3m","highlighted_name":"HODL Waves 1m to 3m Supply","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves-supply/hw_age_supply_1m_3m?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1336303.120972969],[1789776000000,1368248.54562502],[1789862400000,1407907.972165231]],"has_definition":true},{"name":"hw_age_supply_1w_1m","highlighted_name":"HODL Waves 1w to 1m Supply","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves-supply/hw_age_supply_1w_1m?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,890927.3215954304],[1789776000000,828249.7130073719],[1789862400000,790273.1964945272]],"has_definition":true},{"name":"hw_age_supply_1y_2y","highlighted_name":"HODL Waves 1y to 2y Supply","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves-supply/hw_age_supply_1y_2y?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,2926638.68532726],[1789776000000,2930865.984664921],[1789862400000,2932050.57752456]],"has_definition":true},{"name":"hw_age_supply_2y_3y","highlighted_name":"HODL Waves 2y to 3y Supply","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves-supply/hw_age_supply_2y_3y?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1228488.19783996],[1789776000000,1227601.61065311],[1789862400000,1232857.92049755]],"has_definition":true},{"name":"hw_age_supply_3m_6m","highlighted_name":"HODL Waves 3m to 6m Supply","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves-supply/hw_age_supply_3m_6m?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1102008.807078112],[1789776000000,1099052.831181299],[1789862400000,1085637.637621751]],"has_definition":true},{"name":"hw_age_supply_3y_4y","highlighted_name":"HODL Waves 3y to 4y Supply","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves-supply/hw_age_supply_3y_4y?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,982696.5170872491],[1789776000000,984129.1453058803],[1789862400000,984739.6915649502]],"has_definition":true},{"name":"hw_age_supply_4y_5y","highlighted_name":"HODL Waves 4y to 5y Supply","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves-supply/hw_age_supply_4y_5y?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,835401.0735589601],[1789776000000,835172.640044],[1789862400000,835679.55803099]],"has_definition":true},{"name":"hw_age_supply_5y_7y","highlighted_name":"HODL Waves 5y to 7y Supply","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves-supply/hw_age_supply_5y_7y?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1487846.99998687],[1789776000000,1487227.84072129],[1789862400000,1487125.47029438]],"has_definition":true},{"name":"hw_age_supply_6m_1y","highlighted_name":"HODL Waves 6m to 1y Supply","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves-supply/hw_age_supply_6m_1y?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,3521100.38127042],[1789776000000,3531114.627263369],[1789862400000,3539427.05031804]],"has_definition":true},{"name":"hw_age_supply_7y_10y","highlighted_name":"HODL Waves 7y to 10y Supply","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves-supply/hw_age_supply_7y_10y?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1681348.22743708],[1789776000000,1681559.72968719],[1789862400000,1681522.22948514]],"has_definition":true},{"name":"total_circulating_bitcoin","highlighted_name":"Circulating Supply","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/hodl-waves-supply/total_circulating_bitcoin?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,20086703.125],[1789862400000,20087184.375],[1789948800000,20087650.0]],"has_definition":true}]},{"slug":"realized-cap-hodl-waves","name":"Realized Cap HODL Waves","extended_name":"Bitcoin Realized Cap HODL Waves","group":"hodl_waves","sub_group":"HODL Waves","subheader":"Age-banded breakdown of realized capitalization by UTXO holding period.","description":"Bitcoin's realized capitalization (sum of all coins valued at the price they last moved), split into the same age bands as Hodl Waves Supply. Each band shows the dollar value of realized cap held by coins that last moved within that age window.","view_url":"https://newhedge.io/bitcoin/realized-cap-hodl-waves","docs_url":"https://docs.newhedge.io/api/realized-cap-hodl-waves","docs_md_url":"https://docs.newhedge.io/api/realized-cap-hodl-waves.md","metrics":[{"name":"hw_age_realized_cap_0d_1d","highlighted_name":"0d to 1d","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_0d_1d?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,19393550187.65002],[1789776000000,13974023980.9801],[1789862400000,6046727917.01001]],"has_definition":true},{"name":"hw_age_realized_cap_10y","highlighted_name":"10y+","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_10y?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,430649130.78],[1789776000000,430802045.24],[1789862400000,430983259.67]],"has_definition":true},{"name":"hw_age_realized_cap_1d_1w","highlighted_name":"1d to 1w","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_1d_1w?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,21313491669.25],[1789776000000,28653107639.41992],[1789862400000,36341367332.26001]],"has_definition":true},{"name":"hw_age_realized_cap_1m_3m","highlighted_name":"1m to 3m","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_1m_3m?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,84666882628.76001],[1789776000000,87135611803.14001],[1789862400000,90303352982.3501]],"has_definition":true},{"name":"hw_age_realized_cap_1w_1m","highlighted_name":"1w to 1m","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_1w_1m?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,69628378524.26001],[1789776000000,65087920851.38],[1789862400000,62167359852.28992]],"has_definition":true},{"name":"hw_age_realized_cap_1y_2y","highlighted_name":"1y to 2y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_1y_2y?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,291661228354.59],[1789776000000,292283594717.21],[1789862400000,292865151414.85]],"has_definition":true},{"name":"hw_age_realized_cap_2y_3y","highlighted_name":"2y to 3y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_2y_3y?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,69598294035.09999],[1789776000000,69634080082.84],[1789862400000,70053781689.78999]],"has_definition":true},{"name":"hw_age_realized_cap_3m_6m","highlighted_name":"3m to 6m","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_3m_6m?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,80452669253.06995],[1789776000000,80122492137.33997],[1789862400000,79135605024.0]],"has_definition":true},{"name":"hw_age_realized_cap_3y_4y","highlighted_name":"3y to 4y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_3y_4y?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,22117941968.57001],[1789776000000,22165073592.92999],[1789862400000,22193935289.63]],"has_definition":true},{"name":"hw_age_realized_cap_4y_5y","highlighted_name":"4y to 5y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_4y_5y?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,33530212333.08],[1789776000000,33499497225.28],[1789862400000,33488488826.97]],"has_definition":true},{"name":"hw_age_realized_cap_5y_7y","highlighted_name":"5y to 7y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_5y_7y?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,45905796038.81],[1789776000000,45906571935.03],[1789862400000,45918649276.95]],"has_definition":true},{"name":"hw_age_realized_cap_6m_1y","highlighted_name":"6m to 1y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_6m_1y?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,319158305829.89],[1789776000000,319492345376.46],[1789862400000,319578160197.8]],"has_definition":true},{"name":"hw_age_realized_cap_7y_10y","highlighted_name":"7y to 10y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-cap-hodl-waves/hw_age_realized_cap_7y_10y?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,11074315699.22],[1789776000000,11079768216.42],[1789862400000,11082604746.55]],"has_definition":true}]}]},{"key":"lightning","label":"Lightning","chart_count":1,"charts":[{"slug":"lightning-network-capacity","name":"Lightning Network Capacity","extended_name":"Bitcoin Lightning Network Capacity","group":"lightning","sub_group":"Network","subheader":"Total BTC liquidity and active channels enabling instant, low-cost Bitcoin transactions","description":null,"view_url":"https://newhedge.io/bitcoin/lightning-network-capacity","docs_url":"https://docs.newhedge.io/api/lightning-network-capacity","docs_md_url":"https://docs.newhedge.io/api/lightning-network-capacity.md","metrics":[{"name":"lightning_channel_count","highlighted_name":"Channels","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/lightning-network-capacity/lightning_channel_count?api_token={token}","shape":"time_series_array","units":"channels","units_source":"declared","update_frequency":"irregular","resolutions":["1d"],"next_expected_at":"2026-09-23T00:05:00Z","sample":[[1789689600000,37714.0],[1789776000000,37790.0],[1789862400000,37776.0]],"has_definition":true},{"name":"lightning_network_capacity","highlighted_name":"Capacity","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/lightning-network-capacity/lightning_network_capacity?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"irregular","resolutions":["1d"],"next_expected_at":"2026-09-23T00:05:00Z","sample":[[1789689600000,3703.45012255],[1789776000000,3734.7120581],[1789862400000,3735.7774969]],"has_definition":true}]}]},{"key":"macro","label":"Macro","chart_count":30,"charts":[{"slug":"10-year-real-yield","name":"10-Year Real Yield","extended_name":"10-Year Real Yield","group":"macro","sub_group":"Macro","subheader":"Daily 10-year Treasury inflation-indexed security (TIPS) yield, representing long-term real yields after expected inflation, plotted against Bitcoin price.","description":null,"view_url":"https://newhedge.io/bitcoin/10-year-real-yield","docs_url":"https://docs.newhedge.io/api/10-year-real-yield","docs_md_url":"https://docs.newhedge.io/api/10-year-real-yield.md","metrics":[{"name":"treasury_10y_real_yield","highlighted_name":"10Y Real Yield","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/10-year-real-yield/treasury_10y_real_yield?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:00:00Z","sample":[[1789430400000,2.62],[1789516800000,2.68],[1789603200000,2.61]],"has_definition":true}]},{"slug":"10-year-treasury-yield","name":"10-Year Treasury Yield","extended_name":"10-Year Treasury Yield","group":"macro","sub_group":"Macro","subheader":"Daily U.S. 10-year Treasury constant maturity yield, used as a benchmark for long-term risk-free rates and plotted alongside Bitcoin price.","description":null,"view_url":"https://newhedge.io/bitcoin/10-year-treasury-yield","docs_url":"https://docs.newhedge.io/api/10-year-treasury-yield","docs_md_url":"https://docs.newhedge.io/api/10-year-treasury-yield.md","metrics":[{"name":"treasury_10y_price_usd","highlighted_name":"10Y Treasury Yield","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/10-year-treasury-yield/treasury_10y_price_usd?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:00:00Z","sample":[[1789430400000,5.0],[1789516800000,5.01],[1789603200000,4.94]],"has_definition":true}]},{"slug":"10y-treasury-yield-correlation","name":"10Y Treasury Yield Correlation","extended_name":"Bitcoin vs 10Y Treasury Yield Correlation","group":"macro","sub_group":"Correlations","subheader":"30-day rolling correlation between Bitcoin (BTC) price and the U.S. 10-Year Treasury Yield (DGS10)","description":null,"view_url":"https://newhedge.io/bitcoin/10y-treasury-yield-correlation","docs_url":"https://docs.newhedge.io/api/10y-treasury-yield-correlation","docs_md_url":"https://docs.newhedge.io/api/10y-treasury-yield-correlation.md","metrics":[{"name":"btc_treasury_10y_correlation","highlighted_name":"10Y Treasury Yield Correlation","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/10y-treasury-yield-correlation/btc_treasury_10y_correlation?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,-0.2701506473928735],[1789862400000,-0.3149245913946661],[1789948800000,-0.2373325571170481]],"has_definition":true},{"name":"treasury_10y_price_usd","highlighted_name":"10Y Treasury Yield","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/10y-treasury-yield-correlation/treasury_10y_price_usd?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:00:00Z","sample":[[1789430400000,5.0],[1789516800000,5.01],[1789603200000,4.94]],"has_definition":true}]},{"slug":"2s10s-treasury-spread","name":"2s10s Treasury Spread","extended_name":"2s10s Treasury Spread","group":"macro","sub_group":"Macro","subheader":"Spread between the 10-year and 2-year U.S. Treasury constant maturity yields, a common yield-curve recession and liquidity signal, plotted against Bitcoin price.","description":null,"view_url":"https://newhedge.io/bitcoin/2s10s-treasury-spread","docs_url":"https://docs.newhedge.io/api/2s10s-treasury-spread","docs_md_url":"https://docs.newhedge.io/api/2s10s-treasury-spread.md","metrics":[{"name":"treasury_2s10s_spread","highlighted_name":"2s10s Spread","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/2s10s-treasury-spread/treasury_2s10s_spread?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:00:00Z","sample":[[1789516800000,0.27],[1789603200000,0.27],[1789689600000,0.25]],"has_definition":true}]},{"slug":"5-year-breakeven-inflation","name":"5-Year Breakeven Inflation","extended_name":"5-Year Breakeven Inflation","group":"macro","sub_group":"Macro","subheader":"Five-year breakeven inflation rate, derived from nominal Treasury and TIPS pricing as a market-implied inflation expectation over the next five years.","description":null,"view_url":"https://newhedge.io/bitcoin/5-year-breakeven-inflation","docs_url":"https://docs.newhedge.io/api/5-year-breakeven-inflation","docs_md_url":"https://docs.newhedge.io/api/5-year-breakeven-inflation.md","metrics":[{"name":"breakeven_5y","highlighted_name":"5Y Breakeven","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/5-year-breakeven-inflation/breakeven_5y?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:00:00Z","sample":[[1789516800000,2.35],[1789603200000,2.32],[1789689600000,2.31]],"has_definition":true}]},{"slug":"5y5y-forward-breakeven-inflation","name":"5Y5Y Forward Breakeven Inflation","extended_name":"5Y5Y Forward Breakeven Inflation","group":"macro","sub_group":"Macro","subheader":"Five-year, five-year forward inflation expectation rate, measuring market-implied inflation expectations for the five-year period beginning five years ahead.","description":null,"view_url":"https://newhedge.io/bitcoin/5y5y-forward-breakeven-inflation","docs_url":"https://docs.newhedge.io/api/5y5y-forward-breakeven-inflation","docs_md_url":"https://docs.newhedge.io/api/5y5y-forward-breakeven-inflation.md","metrics":[{"name":"breakeven_5y5y","highlighted_name":"5Y5Y Breakeven","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/5y5y-forward-breakeven-inflation/breakeven_5y5y?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:00:00Z","sample":[[1789516800000,2.31],[1789603200000,2.34],[1789689600000,2.35]],"has_definition":true}]},{"slug":"bitcoin-median-cpi","name":"Bitcoin Median CPI","extended_name":"Bitcoin vs Median CPI","group":"macro","sub_group":"Correlations","subheader":"Bitcoin (BTC) price alongside U.S. Median CPI (MEDCPIM158SFRBCLE)","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-median-cpi","docs_url":"https://docs.newhedge.io/api/bitcoin-median-cpi","docs_md_url":"https://docs.newhedge.io/api/bitcoin-median-cpi.md","metrics":[{"name":"median_cpi_price_usd","highlighted_name":"Median CPI","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-median-cpi/median_cpi_price_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"heuristic","update_frequency":"monthly","resolutions":["1d"],"next_expected_at":"2026-10-14T00:00:00Z","sample":[[1785369600000,3.11469719601836],[1785456000000,3.11469719601836],[1785542400000,2.1041087807]],"has_definition":true}]},{"slug":"bitcoin-median-home-price","name":"Bitcoin Median Home Price","extended_name":"Bitcoin vs Median Home Price","group":"macro","sub_group":"Correlations","subheader":"Historical Bitcoin (BTC) price alongside U.S. Median Home Price","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-median-home-price","docs_url":"https://docs.newhedge.io/api/bitcoin-median-home-price","docs_md_url":"https://docs.newhedge.io/api/bitcoin-median-home-price.md","metrics":[{"name":"median_home_price_usd","highlighted_name":"U.S. Median Home Price","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-median-home-price/median_home_price_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"quarterly","resolutions":["1d"],"next_expected_at":"2026-09-24T00:00:00Z","sample":[[1774828800000,408500.0],[1774915200000,408500.0],[1775001600000,410700.0]],"has_definition":true}]},{"slug":"bitcoin-real-estate-price-index","name":"Bitcoin Real Estate Price Index","extended_name":"Bitcoin vs Real Estate Price Index","group":"macro","sub_group":"Correlations","subheader":"Historical Bitcoin (BTC) price and the FHFA House Price Index plotted over time","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-real-estate-price-index","docs_url":"https://docs.newhedge.io/api/bitcoin-real-estate-price-index","docs_md_url":"https://docs.newhedge.io/api/bitcoin-real-estate-price-index.md","metrics":[{"name":"fhfa_hpi_price_usd","highlighted_name":"Real Estate Index Price","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-real-estate-price-index/fhfa_hpi_price_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"heuristic","update_frequency":"quarterly","resolutions":["1d"],"next_expected_at":"2026-09-29T00:00:00Z","sample":[[1774828800000,712.2],[1774915200000,712.2],[1775001600000,719.87]],"has_definition":true}]},{"slug":"bitcoin-vs-federal-funds-rate","name":"Bitcoin vs Federal Funds Rate","extended_name":"Bitcoin vs Federal Funds Rate","group":"macro","sub_group":"Macro","subheader":"Comparison between Bitcoin’s price movements alongside changes in the U.S. Federal Funds Rate","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-vs-federal-funds-rate","docs_url":"https://docs.newhedge.io/api/bitcoin-vs-federal-funds-rate","docs_md_url":"https://docs.newhedge.io/api/bitcoin-vs-federal-funds-rate.md","metrics":[{"name":"us_federal_funds","highlighted_name":"US Federal Funds Rate","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-vs-federal-funds-rate/us_federal_funds?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,3.63],[1789862400000,3.63],[1789948800000,3.63]],"has_definition":true}]},{"slug":"bitcoin-vs-global-m2-growth","name":"Bitcoin vs Global M2 Growth","extended_name":"Bitcoin vs Global M2 Supply Growth","group":"macro","sub_group":"Macro","subheader":"Comparison between Bitcoin’s price and global liquidity (M2) trends","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-vs-global-m2-growth","docs_url":"https://docs.newhedge.io/api/bitcoin-vs-global-m2-growth","docs_md_url":"https://docs.newhedge.io/api/bitcoin-vs-global-m2-growth.md","metrics":[{"name":"m2_global_7_weeks_change","highlighted_name":"Global M2 7 Weeks Change","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-vs-global-m2-growth/m2_global_7_weeks_change?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,0.5037603395],[1789862400000,0.5037603395],[1789948800000,0.5037603395]],"has_definition":true},{"name":"m2_global_supply","highlighted_name":"Global M2 Supply","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-vs-global-m2-growth/m2_global_supply?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,124521406502230.0],[1789862400000,124521406502230.0],[1789948800000,124521406502230.0]],"has_definition":true},{"name":"m2_global_yoy_change","highlighted_name":"Global M2 YoY Change","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-vs-global-m2-growth/m2_global_yoy_change?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,7.8043525608],[1789862400000,7.8043525608],[1789948800000,7.8043525608]],"has_definition":true}]},{"slug":"bitcoin-vs-m2-10-week-lead","name":"Bitcoin vs M2 10 Week Lead","extended_name":"Bitcoin vs Global M2 10-Week Lead","group":"macro","sub_group":"Macro","subheader":"Combined view of the global M2 money supply in USD, adjusted with a forward lead defaulted to 10 weeks","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-vs-m2-10-week-lead","docs_url":"https://docs.newhedge.io/api/bitcoin-vs-m2-10-week-lead","docs_md_url":"https://docs.newhedge.io/api/bitcoin-vs-m2-10-week-lead.md","metrics":[{"name":"m2_10w_lead","highlighted_name":"M2 10-Week Lead","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-vs-m2-10-week-lead/m2_10w_lead?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"irregular","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1783296000000,119562458149827],[1783900800000,120148807068719],[1784505600000,119863810691474]],"has_definition":true},{"name":"m2_global_supply","highlighted_name":"Global M2 Supply","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-vs-m2-10-week-lead/m2_global_supply?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,124521406502230.0],[1789862400000,124521406502230.0],[1789948800000,124521406502230.0]],"has_definition":true}]},{"slug":"bitcoin-vs-us-m2-growth","name":"Bitcoin vs US M2 Growth","extended_name":"Bitcoin vs United States M2 Supply Growth","group":"macro","sub_group":"Macro","subheader":"Comparison between Bitcoin’s price and US M2 money supply trends","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-vs-us-m2-growth","docs_url":"https://docs.newhedge.io/api/bitcoin-vs-us-m2-growth","docs_md_url":"https://docs.newhedge.io/api/bitcoin-vs-us-m2-growth.md","metrics":[{"name":"m2_us_change","highlighted_name":"US M2 Change","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-vs-us-m2-growth/m2_us_change?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,0.4447],[1789862400000,0.4447],[1789948800000,0.4447]],"has_definition":true},{"name":"m2_us_supply","highlighted_name":"US M2 Supply","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-vs-us-m2-growth/m2_us_supply?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,23218.0],[1789862400000,23218.0],[1789948800000,23218.0]],"has_definition":true}]},{"slug":"bonds-tlt-correlation","name":"Bonds (TLT) Correlation","extended_name":"Bitcoin vs Bonds (TLT) Correlation","group":"macro","sub_group":"Correlations","subheader":"30-day rolling correlation between Bitcoin (BTC) price and the iShares 20+ Year Treasury Bond ETF (TLT)","description":null,"view_url":"https://newhedge.io/bitcoin/bonds-tlt-correlation","docs_url":"https://docs.newhedge.io/api/bonds-tlt-correlation","docs_md_url":"https://docs.newhedge.io/api/bonds-tlt-correlation.md","metrics":[{"name":"btc_tlt_correlation","highlighted_name":"Bonds (TLT) Correlation","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/bonds-tlt-correlation/btc_tlt_correlation?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,0.3205464968135104],[1789862400000,0.3138645361825368],[1789948800000,0.2874722095778082]],"has_definition":true},{"name":"tlt_price_usd","highlighted_name":"TLT Price","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bonds-tlt-correlation/tlt_price_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,81.25],[1789862400000,81.25],[1789948800000,81.8]],"has_definition":true}]},{"slug":"case-shiller-index-correlation","name":"Case-Shiller Index Correlation","extended_name":"Bitcoin vs Case-Shiller Index Correlation","group":"macro","sub_group":"Correlations","subheader":"30-day rolling correlation between Bitcoin (BTC) price and the S\u0026P CoreLogic Case-Shiller U.S. National Home Price Index","description":null,"view_url":"https://newhedge.io/bitcoin/case-shiller-index-correlation","docs_url":"https://docs.newhedge.io/api/case-shiller-index-correlation","docs_md_url":"https://docs.newhedge.io/api/case-shiller-index-correlation.md","metrics":[{"name":"btc_case_shiller_correlation","highlighted_name":"Case-Shiller Index Correlation","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/case-shiller-index-correlation/btc_case_shiller_correlation?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"irregular","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1780704000000,-0.8744362460809084],[1780790400000,-0.8890099856025633],[1780876800000,-0.900907281220918]],"has_definition":true},{"name":"case_shiller_price_usd","highlighted_name":"Case-Shiller Index Price","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/case-shiller-index-correlation/case_shiller_price_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"heuristic","update_frequency":"monthly","resolutions":["1d"],"next_expected_at":"2026-09-29T00:00:00Z","sample":[[1780099200000,335.43],[1780185600000,335.43],[1780272000000,336.663]],"has_definition":true}]},{"slug":"credit-spreads","name":"Credit Spreads","extended_name":"Credit Spreads","group":"macro","sub_group":"Macro","subheader":"ICE BofA option-adjusted credit spreads across high yield, investment grade, CCC, and emerging market corporate bonds, showing risk premia relative to Treasuries alongside Bitcoin price.","description":null,"view_url":"https://newhedge.io/bitcoin/credit-spreads","docs_url":"https://docs.newhedge.io/api/credit-spreads","docs_md_url":"https://docs.newhedge.io/api/credit-spreads.md","metrics":[{"name":"ccc_credit_spread","highlighted_name":"CCC","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/credit-spreads/ccc_credit_spread?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:00:00Z","sample":[[1789516800000,10.76],[1789603200000,10.76],[1789689600000,10.83]],"has_definition":true}]},{"slug":"crude-oil-correlation","name":"Crude Oil Correlation","extended_name":"Bitcoin vs Crude Oil Correlation","group":"macro","sub_group":"Correlations","subheader":"30-day rolling correlation between Bitcoin (BTC) price and Crude Oil (WTI) prices","description":null,"view_url":"https://newhedge.io/bitcoin/crude-oil-correlation","docs_url":"https://docs.newhedge.io/api/crude-oil-correlation","docs_md_url":"https://docs.newhedge.io/api/crude-oil-correlation.md","metrics":[{"name":"btc_crude_oil_correlation","highlighted_name":"Crude Oil Correlation","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/crude-oil-correlation/btc_crude_oil_correlation?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,-0.1903507521093862],[1789862400000,-0.2079336799111403],[1789948800000,-0.1109370565826453]],"has_definition":true},{"name":"crude_oil_price_usd","highlighted_name":"Crude Oil Price","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/crude-oil-correlation/crude_oil_price_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:00:00Z","sample":[[1789257600000,101.27],[1789344000000,102.42],[1789430400000,107.02]],"has_definition":true}]},{"slug":"demonetized-currencies","name":"Demonetized Currencies","extended_name":"Demonetized Currencies List | Dead Currencies \u0026 Currency Risk Tracker","group":"macro","sub_group":"Currency History","subheader":"Search 611 dead currencies by code, country, lifespan, demonetized year, and cause of replacement.","description":"A searchable Newhedge table of dead currencies, redenominations, replacements, hyperinflation collapses, source links, and live currency watch signals.","view_url":"https://newhedge.io/bitcoin/demonetized-currencies","docs_url":"https://docs.newhedge.io/api/demonetized-currencies","docs_md_url":"https://docs.newhedge.io/api/demonetized-currencies.md","metrics":[{"name":"demonetized_currencies","highlighted_name":"Demonetized currencies dataset","metric_type":"fixed","request_url_template":"https://newhedge.io/api/v2/metrics/demonetized-currencies/demonetized_currencies?api_token={token}","shape":"keyed_hash","units":null,"units_source":null,"update_frequency":"manual","resolutions":["1d"],"next_expected_at":null,"sample":{"currency_watch":[{"risk":"High","signal":"RBZ has had to reaffirm ZiG legal-tender status after the 2024 transition from ZWL.","status":"New currency under pressure","source_url":"https://www.rbz.co.zw/documents/public_notice/Public_Notice_-_ZiG_Legal_Status.pdf","source_name":"Reserve Bank of Zimbabwe","country_code":"ZW","country_name":"Zimbabwe","currency_code":"ZWG","currency_name":"Zimbabwe Gold (ZiG)"},{"risk":"Medium","signal":"The central bank has publicly warned against contracts and payments being executed in foreign currency instead of SSP.","status":"Domestic currency substitution risk","source_url":"https://boss.gov.ss/wp-content/uploads/2023/01/SSP-as-legal-tender-for-2023.2-version.pdf","source_name":"Bank of South Sudan","country_code":"SS","country_name":"South Sudan","currency_code":"SSP","currency_name":"South Sudanese Pound"},{"risk":"Medium","signal":"ECOWAS still targets an ECO common currency, though launch timing has repeatedly slipped.","status":"Single-currency roadmap","source_url":"https://ecowas.int/wp-content/uploads/2022/09/Vision2050_EN_Web.pdf","source_name":"ECOWAS Vision 2050","country_code":null,"country_name":"West Africa","currency_code":"XOF / ECOWAS","currency_name":"West African CFA franc and ECOWAS currencies"}],"region_options":["South Asia","Southeast Asia","West Africa"],"category_options":["Other","State change","War / conquest"]},"has_definition":true}]},{"slug":"fed-balance-sheet-correlation","name":"Fed Balance Sheet Correlation","extended_name":"Bitcoin vs Fed Balance Sheet Correlation","group":"macro","sub_group":"Correlations","subheader":"30-day rolling correlation between Bitcoin (BTC) price and the Federal Reserve’s total assets (Fed Balance Sheet)","description":null,"view_url":"https://newhedge.io/bitcoin/fed-balance-sheet-correlation","docs_url":"https://docs.newhedge.io/api/fed-balance-sheet-correlation","docs_md_url":"https://docs.newhedge.io/api/fed-balance-sheet-correlation.md","metrics":[{"name":"btc_fed_balance_sheet_correlation","highlighted_name":"Fed Balance Sheet Correlation","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/fed-balance-sheet-correlation/btc_fed_balance_sheet_correlation?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,-0.3880318857576311],[1789862400000,-0.2124050615410136],[1789948800000,-0.1200979728823836]],"has_definition":true},{"name":"fed_balance_sheet_price_usd","highlighted_name":"Fed Balance Sheet USD","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/fed-balance-sheet-correlation/fed_balance_sheet_price_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"heuristic","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-24T00:00:00Z","sample":[[1789344000000,6740619.0],[1789430400000,6740619.0],[1789516800000,6746548.0]],"has_definition":true}]},{"slug":"fed-net-liquidity","name":"Fed Net Liquidity","extended_name":"Fed Net Liquidity","group":"macro","sub_group":"Macro","subheader":"Fed net liquidity calculated as Federal Reserve total assets minus reverse repo balances and the Treasury General Account, plotted alongside Bitcoin price.","description":null,"view_url":"https://newhedge.io/bitcoin/fed-net-liquidity","docs_url":"https://docs.newhedge.io/api/fed-net-liquidity","docs_md_url":"https://docs.newhedge.io/api/fed-net-liquidity.md","metrics":[{"name":"fed_net_liquidity","highlighted_name":"Fed Net Liquidity","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/fed-net-liquidity/fed_net_liquidity?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-24T00:00:00Z","sample":[[1789344000000,5895494.0],[1789430400000,5896214.0],[1789516800000,5749465.0]],"has_definition":true}]},{"slug":"federal-debt-to-gdp","name":"Federal Debt to GDP","extended_name":"Federal Debt to GDP","group":"macro","sub_group":"Macro","subheader":"U.S. federal debt as a percentage of gross domestic product, tracking the size of public debt relative to economic output alongside Bitcoin price.","description":null,"view_url":"https://newhedge.io/bitcoin/federal-debt-to-gdp","docs_url":"https://docs.newhedge.io/api/federal-debt-to-gdp","docs_md_url":"https://docs.newhedge.io/api/federal-debt-to-gdp.md","metrics":[{"name":"federal_debt_to_gdp","highlighted_name":"Debt to GDP","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/federal-debt-to-gdp/federal_debt_to_gdp?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"quarterly","resolutions":["1d"],"next_expected_at":"2026-09-30T00:00:00Z","sample":[[1767052800000,122.56815],[1767139200000,122.56815],[1767225600000,122.59387]],"has_definition":true}]},{"slug":"federal-deficit","name":"Federal Deficit","extended_name":"Federal Deficit","group":"macro","sub_group":"Macro","subheader":"U.S. federal government surplus or deficit, showing the fiscal balance in dollars and plotted alongside Bitcoin price.","description":null,"view_url":"https://newhedge.io/bitcoin/federal-deficit","docs_url":"https://docs.newhedge.io/api/federal-deficit","docs_md_url":"https://docs.newhedge.io/api/federal-deficit.md","metrics":[{"name":"federal_deficit_usd","highlighted_name":"Federal Deficit","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/federal-deficit/federal_deficit_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"heuristic","update_frequency":"irregular","resolutions":["1d"],"next_expected_at":"2027-09-22T00:00:00Z","sample":[[1759017600000,-1815377.0],[1759104000000,-1815377.0],[1759190400000,-1774684.0]],"has_definition":true}]},{"slug":"federal-interest-on-debt","name":"Federal Interest on Debt","extended_name":"Federal Interest on Debt","group":"macro","sub_group":"Macro","subheader":"Federal government interest payments on outstanding public debt, tracking the cost of servicing U.S. debt alongside Bitcoin price.","description":null,"view_url":"https://newhedge.io/bitcoin/federal-interest-on-debt","docs_url":"https://docs.newhedge.io/api/federal-interest-on-debt","docs_md_url":"https://docs.newhedge.io/api/federal-interest-on-debt.md","metrics":[{"name":"federal_interest_payments_usd","highlighted_name":"Interest on Debt","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/federal-interest-on-debt/federal_interest_payments_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"heuristic","update_frequency":"irregular","resolutions":["1d"],"next_expected_at":"2026-09-30T00:00:00Z","sample":[[1735516800000,1119.134],[1735603200000,1119.134],[1735689600000,1182.949]],"has_definition":true}]},{"slug":"global-commodity-price-index","name":"Global Commodity Price Index","extended_name":"Global Commodity Price Index","group":"macro","sub_group":"Macro","subheader":"IMF global all-commodities price index, a quarterly proxy for broad commodity price levels across energy, metals, agriculture, and other raw materials.","description":null,"view_url":"https://newhedge.io/bitcoin/global-commodity-price-index","docs_url":"https://docs.newhedge.io/api/global-commodity-price-index","docs_md_url":"https://docs.newhedge.io/api/global-commodity-price-index.md","metrics":[{"name":"global_commodity_price_index","highlighted_name":"Commodity Index","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/global-commodity-price-index/global_commodity_price_index?api_token={token}","shape":"time_series_array","units":"usd","units_source":"heuristic","update_frequency":"quarterly","resolutions":["1d"],"next_expected_at":"2026-10-31T00:00:00Z","sample":[[1774828800000,194.4795290091966],[1774915200000,194.4795290091966],[1775001600000,207.7946607972633]],"has_definition":true}]},{"slug":"inflation-price-indexes","name":"Inflation Price Indexes","extended_name":"Inflation Price Indexes","group":"macro","sub_group":"Macro","subheader":"U.S. inflation dashboard showing CPI, Core CPI, PCE, and Core PCE price index levels alongside year-over-year inflation rates, plotted against Bitcoin price.","description":null,"view_url":"https://newhedge.io/bitcoin/inflation-price-indexes","docs_url":"https://docs.newhedge.io/api/inflation-price-indexes","docs_md_url":"https://docs.newhedge.io/api/inflation-price-indexes.md","metrics":[{"name":"pce_price_usd","highlighted_name":"PCE","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/inflation-price-indexes/pce_price_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"heuristic","update_frequency":"monthly","resolutions":["1d"],"next_expected_at":"2026-09-30T00:00:00Z","sample":[[1782691200000,131.454],[1782777600000,131.454],[1782864000000,131.659]],"has_definition":true},{"name":"pce_yoy","highlighted_name":"PCE YoY","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/inflation-price-indexes/pce_yoy?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"monthly","resolutions":["1d"],"next_expected_at":"2026-09-30T00:00:00Z","sample":[[1782691200000,3.71697056247684],[1782777600000,3.71697056247684],[1782864000000,3.701165721487087]],"has_definition":true},{"name":"us_cpi_yoy_price_usd","highlighted_name":"US CPI","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/inflation-price-indexes/us_cpi_yoy_price_usd?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"monthly","resolutions":["1d"],"next_expected_at":"2026-10-14T00:00:00Z","sample":[[1785369600000,3.303856050706311],[1785456000000,3.303856050706311],[1785542400000,3.353016322755642]],"has_definition":true}]},{"slug":"msci-acwi","name":"MSCI ACWI","extended_name":"MSCI ACWI","group":"macro","sub_group":"Macro","subheader":"iShares MSCI ACWI ETF daily price used as a proxy for global developed and emerging market equity exposure, plotted alongside Bitcoin price.","description":null,"view_url":"https://newhedge.io/bitcoin/msci-acwi","docs_url":"https://docs.newhedge.io/api/msci-acwi","docs_md_url":"https://docs.newhedge.io/api/msci-acwi.md","metrics":[{"name":"acwi_price_usd","highlighted_name":"ACWI","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/msci-acwi/acwi_price_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,159.29],[1789862400000,159.29],[1789948800000,161.85]],"has_definition":true}]},{"slug":"reits-vnq-correlation","name":"REITs (VNQ) Correlation","extended_name":"Bitcoin vs REITs Correlation (VNQ)","group":"macro","sub_group":"Correlations","subheader":"30-day rolling correlation between Bitcoin (BTC) price and the Vanguard Real Estate ETF (VNQ), tracking U.S. REIT performance","description":null,"view_url":"https://newhedge.io/bitcoin/reits-vnq-correlation","docs_url":"https://docs.newhedge.io/api/reits-vnq-correlation","docs_md_url":"https://docs.newhedge.io/api/reits-vnq-correlation.md","metrics":[{"name":"btc_real_estate_correlation","highlighted_name":"REITs (VNQ) Correlation","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/reits-vnq-correlation/btc_real_estate_correlation?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,0.04385604785621065],[1789862400000,0.09503075414352298],[1789948800000,0.02811126683112482]],"has_definition":true},{"name":"real_estate_price_usd","highlighted_name":"VNQ Price","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/reits-vnq-correlation/real_estate_price_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,92.91],[1789862400000,92.91],[1789948800000,93.81]],"has_definition":true}]},{"slug":"treasury-yields","name":"Treasury Yields","extended_name":"US Treasury Yields vs Bitcoin","group":"macro","sub_group":"Macro","subheader":"U.S. Treasury yield curve snapshot showing 2-year, 10-year, and 30-year constant maturity rates, plotted together with Bitcoin price.","description":null,"view_url":"https://newhedge.io/bitcoin/treasury-yields","docs_url":"https://docs.newhedge.io/api/treasury-yields","docs_md_url":"https://docs.newhedge.io/api/treasury-yields.md","metrics":[{"name":"treasury_10y_price_usd","highlighted_name":"10Y Treasury Yield","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/treasury-yields/treasury_10y_price_usd?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:00:00Z","sample":[[1789430400000,5.0],[1789516800000,5.01],[1789603200000,4.94]],"has_definition":true},{"name":"treasury_2y_price_usd","highlighted_name":"2Y Yield","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/treasury-yields/treasury_2y_price_usd?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:00:00Z","sample":[[1789430400000,4.67],[1789516800000,4.74],[1789603200000,4.67]],"has_definition":true},{"name":"treasury_30y_price_usd","highlighted_name":"30Y Yield","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/treasury-yields/treasury_30y_price_usd?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:00:00Z","sample":[[1789430400000,5.36],[1789516800000,5.35],[1789603200000,5.29]],"has_definition":true}]},{"slug":"us-cpi-yoy-correlation","name":"US CPI YoY Correlation","extended_name":"Bitcoin vs US Inflation CPI YoY Correlation","group":"macro","sub_group":"Correlations","subheader":"30-day rolling correlation between Bitcoin (BTC) price and U.S. Consumer Price Index (CPI) year-over-year change","description":null,"view_url":"https://newhedge.io/bitcoin/us-cpi-yoy-correlation","docs_url":"https://docs.newhedge.io/api/us-cpi-yoy-correlation","docs_md_url":"https://docs.newhedge.io/api/us-cpi-yoy-correlation.md","metrics":[{"name":"btc_us_cpi_yoy_correlation","highlighted_name":"US CPI YoY Correlation","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/us-cpi-yoy-correlation/btc_us_cpi_yoy_correlation?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"irregular","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1785974400000,-0.3102804846116414],[1786060800000,-0.342948673867141],[1786147200000,-0.3146499715516615]],"has_definition":true},{"name":"us_cpi_yoy_price_usd","highlighted_name":"US CPI","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/us-cpi-yoy-correlation/us_cpi_yoy_price_usd?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"monthly","resolutions":["1d"],"next_expected_at":"2026-10-14T00:00:00Z","sample":[[1785369600000,3.303856050706311],[1785456000000,3.303856050706311],[1785542400000,3.353016322755642]],"has_definition":true}]},{"slug":"vix","name":"VIX","extended_name":"Bitcoin vs Volatility Index (VIX)","group":"macro","sub_group":"Macro","subheader":"CBOE Volatility Index (VIX) level, reflecting market expectations for 30-day S\u0026P 500 volatility and plotted alongside Bitcoin price.","description":null,"view_url":"https://newhedge.io/bitcoin/vix","docs_url":"https://docs.newhedge.io/api/vix","docs_md_url":"https://docs.newhedge.io/api/vix.md","metrics":[{"name":"vix_price_usd","highlighted_name":"VIX","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/vix/vix_price_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:00:00Z","sample":[[1789516800000,17.71],[1789603200000,15.44],[1789689600000,14.81]],"has_definition":true}]}]},{"key":"market","label":"Market","chart_count":39,"charts":[{"slug":"200-week-moving-average-heatmap","name":"200 Week Moving Average Heatmap","extended_name":"Bitcoin 200 Week Moving Average (200WMA) Heatmap","group":"market","sub_group":"Market Cycles","subheader":"Color heatmap showing percent change of Bitcoin's 200 week moving average","description":null,"view_url":"https://newhedge.io/bitcoin/200-week-moving-average-heatmap","docs_url":"https://docs.newhedge.io/api/200-week-moving-average-heatmap","docs_md_url":"https://docs.newhedge.io/api/200-week-moving-average-heatmap.md","metrics":[{"name":"wma_200_btc","highlighted_name":"200WMA","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/200-week-moving-average-heatmap/wma_200_btc?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,65395.64860640213],[1789862400000,65442.35092024779],[1789948800000,65492.62205331797]],"has_definition":true},{"name":"wma_200_btc_monthly_percentage","highlighted_name":"wma 200 monthly increase","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/200-week-moving-average-heatmap/wma_200_btc_monthly_percentage?api_token={token}","shape":"object_array","units":null,"units_source":null,"update_frequency":"monthly","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[{"x":1782777600000,"y":58545.95,"z":1.354540793888894},{"x":1785456000000,"y":62826.2,"z":1.566336228254142},{"x":1788134400000,"y":78546.39,"z":1.686876224493695}],"has_definition":true}]},{"slug":"altcoins-correlation","name":"Altcoins Correlation","extended_name":"Bitcoin vs Altcoins Correlation","group":"market","sub_group":"Crypto Correlations","subheader":"30-day rolling correlation between Bitcoin (BTC) price and the total Altcoin market capitalization","description":null,"view_url":"https://newhedge.io/bitcoin/altcoins-correlation","docs_url":"https://docs.newhedge.io/api/altcoins-correlation","docs_md_url":"https://docs.newhedge.io/api/altcoins-correlation.md","metrics":[{"name":"altcoins_price_usd","highlighted_name":"Altcoins Marketcap","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/altcoins-correlation/altcoins_price_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,1146733517824.321],[1789862400000,1174716367835.81],[1789948800000,1193313150919.004]],"has_definition":true},{"name":"btc_altcoins_correlation","highlighted_name":"BTC vs Altcoins Correlation","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/altcoins-correlation/btc_altcoins_correlation?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,0.2239638990230413],[1789862400000,0.3491699867256212],[1789948800000,0.4599770078510272]],"has_definition":true}]},{"slug":"bitcoin-correlations","name":"Bitcoin Correlations","extended_name":"Bitcoin Correlations (GLD, IWM, QQQ, SPY, TLT)","group":"market","sub_group":"Correlations","subheader":"30-day rolling correlations between Bitcoin (BTC) price and SPDR Gold Shares (GLD), Russell 2000 (IWM), Invesco QQQ (QQQ), S\u0026P 500 (SPY), and the iShares 20+ Year Treasury Bond ETF","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-correlations","docs_url":"https://docs.newhedge.io/api/bitcoin-correlations","docs_md_url":"https://docs.newhedge.io/api/bitcoin-correlations.md","metrics":[{"name":"btc_gld_correlation","highlighted_name":"Bitcoin/SPDR Gold Trust Correlation","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-correlations/btc_gld_correlation?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,0.02326342420213708],[1789862400000,0.1786254002197754],[1789948800000,0.1496204236556185]],"has_definition":true},{"name":"btc_iwm_correlation","highlighted_name":"IWM Correlation","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-correlations/btc_iwm_correlation?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,0.1727927481198439],[1789862400000,0.2380879425119673],[1789948800000,0.1355340996575213]],"has_definition":true},{"name":"btc_qqq_correlation","highlighted_name":"QQQ Correlation","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-correlations/btc_qqq_correlation?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,0.3550517482933642],[1789862400000,0.4555891914468411],[1789948800000,0.4959411936341382]],"has_definition":true},{"name":"btc_spy_correlation","highlighted_name":"SPY Correlation","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-correlations/btc_spy_correlation?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,0.3775665396027519],[1789862400000,0.3817092929521747],[1789948800000,0.3122824315762017]],"has_definition":true},{"name":"btc_tlt_correlation","highlighted_name":"Bonds (TLT) Correlation","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-correlations/btc_tlt_correlation?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,0.3205464968135104],[1789862400000,0.3138645361825368],[1789948800000,0.2874722095778082]],"has_definition":true}]},{"slug":"bitcoin-dominance","name":"Bitcoin Dominance","extended_name":"Bitcoin Dominance (BTC.D)","group":"market","sub_group":"Market Cycles","subheader":"Percentage of the total cryptocurrency market capitalization that is attributed to Bitcoin","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-dominance","docs_url":"https://docs.newhedge.io/api/bitcoin-dominance","docs_md_url":"https://docs.newhedge.io/api/bitcoin-dominance.md","metrics":[{"name":"btc_dominance","highlighted_name":"Bitcoin Dominance","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-dominance/btc_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:28:00Z","sample":[[1789776000000,58.72],[1789862400000,58.13],[1789948800000,59.3]],"has_definition":true}]},{"slug":"bitcoin-is-dead","name":"Bitcoin Is Dead","extended_name":"Bitcoin Is Dead","group":"market","sub_group":"Market Cycles","subheader":"Timeline of public declarations predicting Bitcoin’s failure, compiled from media, analysts, and commentators over the years","description":"A collection of news articles and quotes from prominent figures predicting Bitcoin's failure, plotted against Bitcoin's price at the time of publication.","view_url":"https://newhedge.io/bitcoin/bitcoin-is-dead","docs_url":"https://docs.newhedge.io/api/bitcoin-is-dead","docs_md_url":"https://docs.newhedge.io/api/bitcoin-is-dead.md","metrics":[{"name":"bitcoin_deaths","highlighted_name":"Bitcoin Death Predictions","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-is-dead/bitcoin_deaths?api_token={token}","shape":"object_array","units":"usd","units_source":"declared","update_frequency":"manual","resolutions":["1d"],"next_expected_at":null,"sample":[{"date":"6/7/2011","slug":"2011-06-07-why-bitcoin-will-fail-as-a-currency","quote":"Because, by design, there will never be more than 21 million Bitcoins in existence. And thanks to hoarding and attrition, we can be sure that it will eventually serve as nothing more than as a collector’s item. . . .…","person":"Tav Siva","jobTitle":"Distributed Systems Engineer","archiveUrl":"https://web.archive.org/web/20110610001605/http://tav.espians.com:80/why-bitcoin-will-fail-as-a-currency.html","articleTitle":"Why Bitcoin Will Fail As A Currency","bitcoinPrice":23.92,"publicationName":"Tav's Blog"},{"date":"5/8/2011","slug":"2011-05-08-why-bitcoin-will-fail","quote":"Like the gold standard, a successful bitcoin would send our economy back into the dark ages. . . . Even if it became popular, governments would squash it because of #1 and because they like being in power. . . . With…","person":"Avery Pennarun","jobTitle":"Google Fiber Engineer","archiveUrl":"https://web.archive.org/web/20110512041934/http://apenwarr.ca:80/log/?m=201105","articleTitle":"Why Bitcoin Will Fail","bitcoinPrice":3.87,"publicationName":"Apenwarr"},{"date":"10/15/2010","slug":"2010-10-15-why-bitcoin-cant-be-a-currency","quote":"Negative feedback loops like this are basically homeostasis. In nature, positive feedback loops like exist with Bitcoin are lethal; the only thing that’s even kept Bitcoin alive this long is its novelty. Either it wil…","person":"The Underground Economist","jobTitle":"???","archiveUrl":"https://web.archive.org/web/20101215103112/http://undergroundeconomist.com:80/post/1528511369","articleTitle":"Why Bitcoin Can’t Be A Currency","bitcoinPrice":0.11,"publicationName":"The Underground Economist"}],"has_definition":true}]},{"slug":"bitcoin-macd","name":"Bitcoin MACD","extended_name":"Bitcoin MACD","group":"market","sub_group":"Momentum","subheader":"Moving Average Convergence Divergence momentum indicator for Bitcoin","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-macd","docs_url":"https://docs.newhedge.io/api/bitcoin-macd","docs_md_url":"https://docs.newhedge.io/api/bitcoin-macd.md","metrics":[{"name":"macd_histogram","highlighted_name":"MACD Histogram","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-macd/macd_histogram?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,-595.80457],[1789776000000,-322.84363],[1789862400000,-138.29675]],"has_definition":true},{"name":"macd_line","highlighted_name":"MACD Line","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-macd/macd_line?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1052.8828],[1789776000000,1240.8984],[1789862400000,1373.4141]],"has_definition":true},{"name":"macd_signal","highlighted_name":"MACD Signal","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-macd/macd_signal?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1648.6874],[1789776000000,1563.7421],[1789862400000,1511.7108]],"has_definition":true}]},{"slug":"bitcoin-marketcap","name":"Bitcoin Marketcap","extended_name":"Bitcoin Market Cap","group":"market","sub_group":"Price","subheader":"Total USD value of all circulating bitcoins in the market","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-marketcap","docs_url":"https://docs.newhedge.io/api/bitcoin-marketcap","docs_md_url":"https://docs.newhedge.io/api/bitcoin-marketcap.md","metrics":[{"name":"btc_marketcap","highlighted_name":"Bitcoin Marketcap","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-marketcap/btc_marketcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,1630932026420.156],[1789862400000,1630693094694.469],[1789948800000,1738756249895.5]],"has_definition":true}]},{"slug":"bitcoin-rarity-meter","name":"Bitcoin Rarity Meter","extended_name":"Bitcoin Rarity Meter","group":"market","sub_group":"Market Cycles","subheader":"A composite score of Bitcoin market cycle extremes.","description":"The Bitcoin Rarity Meter score, a Bitview composite oscillator for identifying rare market cycle conditions, plotted against Bitcoin price.","view_url":"https://newhedge.io/bitcoin/bitcoin-rarity-meter","docs_url":"https://docs.newhedge.io/api/bitcoin-rarity-meter","docs_md_url":"https://docs.newhedge.io/api/bitcoin-rarity-meter.md","metrics":[{"name":"rarity_meter_score","highlighted_name":"Rarity Meter Score","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-rarity-meter/rarity_meter_score?api_token={token}","shape":"time_series_array","units":null,"units_source":null,"update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"bitcoin-rsi","name":"Bitcoin RSI","extended_name":"Bitcoin Relative Strength Index (RSI)","group":"market","sub_group":"Momentum","subheader":"14-day Relative Strength Index for Bitcoin price momentum","description":null,"view_url":"https://newhedge.io/bitcoin/bitcoin-rsi","docs_url":"https://docs.newhedge.io/api/bitcoin-rsi","docs_md_url":"https://docs.newhedge.io/api/bitcoin-rsi.md","metrics":[{"name":"rsi_14d","highlighted_name":"RSI 14d","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-rsi/rsi_14d?api_token={token}","shape":"time_series_array","units":"index","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,54.085],[1789776000000,55.0026],[1789862400000,54.7813]],"has_definition":true}]},{"slug":"bitcoin-vs-big-tech-market-cap","name":"Bitcoin vs Big Tech Market Cap","extended_name":"Bitcoin vs Big Tech Market Cap","group":"market","sub_group":"Companies","subheader":"Bitcoin's market capitalization measured against Apple, Nvidia and the Magnificent Seven.","description":"Bitcoin's market cap as a percentage of Apple's, of Nvidia's, and of the combined Magnificent Seven (Apple, Microsoft, Nvidia, Amazon, Alphabet, Meta and Tesla). Equity market caps come from a vendor feed that publishes weekly and carries five years of history, so these series begin in August 2021 and step once a week.","view_url":"https://newhedge.io/bitcoin/bitcoin-vs-big-tech-market-cap","docs_url":"https://docs.newhedge.io/api/bitcoin-vs-big-tech-market-cap","docs_md_url":"https://docs.newhedge.io/api/bitcoin-vs-big-tech-market-cap.md","metrics":[{"name":"bt_aapl_mcap","highlighted_name":"Apple Marketcap","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-vs-big-tech-market-cap/bt_aapl_mcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-27T01:00:00Z","sample":[[1789776000000,4878351957597.647],[1789862400000,4891946762030.823],[1789948800000,4905541566464.0]],"has_definition":true},{"name":"bt_mag7_mcap","highlighted_name":"Mag 7 Marketcap","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-vs-big-tech-market-cap/bt_mag7_mcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-27T01:00:00Z","sample":[[1789776000000,24036953527813.16],[1789862400000,24061192817410.58],[1789948800000,24085432107008.0]],"has_definition":true},{"name":"bt_nvda_mcap","highlighted_name":"Nvidia Marketcap","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-vs-big-tech-market-cap/bt_nvda_mcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-27T01:00:00Z","sample":[[1789776000000,5369703850948.267],[1789862400000,5368428704226.134],[1789948800000,5367153557504.0]],"has_definition":true},{"name":"btc_marketcap","highlighted_name":"Bitcoin Marketcap","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-vs-big-tech-market-cap/btc_marketcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,1630932026420.156],[1789862400000,1630693094694.469],[1789948800000,1738756249895.5]],"has_definition":true},{"name":"btc_mcap_pct_of_aapl","highlighted_name":"Bitcoin % of Apple","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-vs-big-tech-market-cap/btc_mcap_pct_of_aapl?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-27T01:00:00Z","sample":[[1789776000000,33.43202869731669],[1789862400000,33.33423632798305],[1789948800000,35.44473584287302]],"has_definition":true},{"name":"btc_mcap_pct_of_mag7","highlighted_name":"Bitcoin % of Mag 7","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-vs-big-tech-market-cap/btc_mcap_pct_of_mag7?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-27T01:00:00Z","sample":[[1789776000000,6.785102881415503],[1789862400000,6.777274539417292],[1789948800000,7.219120014830807]],"has_definition":true},{"name":"btc_mcap_pct_of_nvda","highlighted_name":"Bitcoin % of Nvidia","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-vs-big-tech-market-cap/btc_mcap_pct_of_nvda?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-27T01:00:00Z","sample":[[1789776000000,30.37284870248739],[1789862400000,30.37561239121523],[1789948800000,32.39624563125246]],"has_definition":true}]},{"slug":"bitcoin-vs-gold-market-cap","name":"Bitcoin vs Gold Market Cap","extended_name":"Bitcoin vs Gold Market Cap","group":"market","sub_group":"Metals Correlations","subheader":"Bitcoin's total market capitalization against gold's, and the share of gold Bitcoin has already taken.","description":"Bitcoin market cap, gold market cap, and Bitcoin's market cap expressed as a percentage of gold's. Gold is the reference monetary asset Bitcoin is most often measured against, so the percentage line tracks how much of that market Bitcoin now represents.","view_url":"https://newhedge.io/bitcoin/bitcoin-vs-gold-market-cap","docs_url":"https://docs.newhedge.io/api/bitcoin-vs-gold-market-cap","docs_md_url":"https://docs.newhedge.io/api/bitcoin-vs-gold-market-cap.md","metrics":[{"name":"btc_marketcap","highlighted_name":"Bitcoin Marketcap","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-vs-gold-market-cap/btc_marketcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,1630932026420.156],[1789862400000,1630693094694.469],[1789948800000,1738756249895.5]],"has_definition":true},{"name":"btc_mcap_pct_of_gold","highlighted_name":"Bitcoin % of Gold","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-vs-gold-market-cap/btc_mcap_pct_of_gold?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,5.146213057452329],[1789862400000,5.123564939632572],[1789948800000,5.120992331451482]],"has_definition":true},{"name":"gold_marketcap","highlighted_name":"Gold Marketcap USD","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-vs-gold-market-cap/gold_marketcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:05:00Z","sample":[[1789776000000,31583206741380],[1789862400000,31831977258731.02],[1789948800000,31843302804405.28]],"has_definition":true}]},{"slug":"bitcoin-vs-silver-market-cap","name":"Bitcoin vs Silver Market Cap","extended_name":"Bitcoin vs Silver Market Cap","group":"market","sub_group":"Metals Correlations","subheader":"Bitcoin's total market capitalization against silver's, and the share of silver Bitcoin has already taken.","description":"Bitcoin market cap, silver market cap, and Bitcoin's market cap expressed as a percentage of silver's. Silver's market cap is its spot price applied to the cumulative above-ground stock of about 1.74 million tonnes, the same total-ever-mined basis the widely quoted silver market cap uses.","view_url":"https://newhedge.io/bitcoin/bitcoin-vs-silver-market-cap","docs_url":"https://docs.newhedge.io/api/bitcoin-vs-silver-market-cap","docs_md_url":"https://docs.newhedge.io/api/bitcoin-vs-silver-market-cap.md","metrics":[{"name":"btc_marketcap","highlighted_name":"Bitcoin Marketcap","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-vs-silver-market-cap/btc_marketcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,1630932026420.156],[1789862400000,1630693094694.469],[1789948800000,1738756249895.5]],"has_definition":true},{"name":"btc_mcap_pct_of_silver","highlighted_name":"Bitcoin % of Silver","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-vs-silver-market-cap/btc_mcap_pct_of_silver?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,42.46694009859591],[1789862400000,42.51961775232882],[1789948800000,45.284762133699]],"has_definition":true},{"name":"silver_marketcap","highlighted_name":"Silver Marketcap","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitcoin-vs-silver-market-cap/silver_marketcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,3840474549458.014],[1789862400000,3835154643658.938],[1789948800000,3839605571432.584]],"has_definition":true}]},{"slug":"capitalization-growth-rate","name":"Capitalization Growth Rate","extended_name":"Bitcoin Capitalization Growth Rate","group":"market","sub_group":"Price","subheader":"Growth rate of Bitcoin market capitalization","description":null,"view_url":"https://newhedge.io/bitcoin/capitalization-growth-rate","docs_url":"https://docs.newhedge.io/api/capitalization-growth-rate","docs_md_url":"https://docs.newhedge.io/api/capitalization-growth-rate.md","metrics":[{"name":"market_cap_growth_rate","highlighted_name":"Growth Rate","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/capitalization-growth-rate/market_cap_growth_rate?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,-30.252998],[1789776000000,-29.086899],[1789862400000,-29.382101]],"has_definition":true}]},{"slug":"choppiness-index","name":"Choppiness Index","extended_name":"Bitcoin Choppiness Index","group":"market","sub_group":"Momentum","subheader":"Two-week choppiness index for Bitcoin price action","description":null,"view_url":"https://newhedge.io/bitcoin/choppiness-index","docs_url":"https://docs.newhedge.io/api/choppiness-index","docs_md_url":"https://docs.newhedge.io/api/choppiness-index.md","metrics":[{"name":"price_2w_choppiness_index","highlighted_name":"Choppiness Index (2w)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/choppiness-index/price_2w_choppiness_index?api_token={token}","shape":"time_series_array","units":"usd","units_source":"heuristic","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,32.7572],[1789776000000,32.0609],[1789862400000,31.6712]],"has_definition":true}]},{"slug":"doubling-time","name":"Doubling Time","extended_name":"Bitcoin Doubling Time","group":"market","sub_group":"Market Cycles","subheader":"Duration it took for Bitcoin's price to double at any given time","description":null,"view_url":"https://newhedge.io/bitcoin/doubling-time","docs_url":"https://docs.newhedge.io/api/doubling-time","docs_md_url":"https://docs.newhedge.io/api/doubling-time.md","metrics":[{"name":"doubling_time_btc","highlighted_name":"Doubling Time (days)","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/doubling-time/doubling_time_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,968],[1789862400000,969],[1789948800000,958]],"has_definition":true}]},{"slug":"dxy-correlation","name":"DXY Correlation","extended_name":"Bitcoin vs DXY Correlation","group":"market","sub_group":"Correlations","subheader":"30-day rolling correlation between Bitcoin (BTC) price and U.S Dollar Index (DXY)","description":null,"view_url":"https://newhedge.io/bitcoin/dxy-correlation","docs_url":"https://docs.newhedge.io/api/dxy-correlation","docs_md_url":"https://docs.newhedge.io/api/dxy-correlation.md","metrics":[{"name":"btc_dxy_correlation","highlighted_name":"Bitcoin/DXY Correlation","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/dxy-correlation/btc_dxy_correlation?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,-0.05559087038401326],[1789862400000,-0.07615526374661426],[1789948800000,0.02870668719100436]],"has_definition":true},{"name":"dxy_price_usd","highlighted_name":"DXY Price","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/dxy-correlation/dxy_price_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"heuristic","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,100.2200012207031],[1789862400000,100.2200012207031],[1789948800000,100.2200012207031]],"has_definition":true}]},{"slug":"ethereum-correlation","name":"Ethereum Correlation","extended_name":"Bitcoin vs Ethereum Correlation","group":"market","sub_group":"Crypto Correlations","subheader":"30-day rolling correlation between Bitcoin (BTC) price and Ethereum (ETH) price","description":null,"view_url":"https://newhedge.io/bitcoin/ethereum-correlation","docs_url":"https://docs.newhedge.io/api/ethereum-correlation","docs_md_url":"https://docs.newhedge.io/api/ethereum-correlation.md","metrics":[{"name":"btc_ethereum_correlation","highlighted_name":"Bitcoin/Ethereum Correlation","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/ethereum-correlation/btc_ethereum_correlation?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,-0.0003936692598982114],[1789862400000,0.283651620335743],[1789948800000,0.4125122671170802]],"has_definition":true},{"name":"ethereum_price_usd","highlighted_name":"Ethereum Price","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/ethereum-correlation/ethereum_price_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,2626.7299804688],[1789862400000,2689.1799316406],[1789948800000,2753.8000488281]],"has_definition":true}]},{"slug":"fear-and-greed-index","name":"Fear and Greed Index","extended_name":"Bitcoin Fear and Greed Index","group":"market","sub_group":"Market Cycles","subheader":"Analysis measuring the overall sentiment and market psychology in the bitcoin and cryptocurrency space","description":null,"view_url":"https://newhedge.io/bitcoin/fear-and-greed-index","docs_url":"https://docs.newhedge.io/api/fear-and-greed-index","docs_md_url":"https://docs.newhedge.io/api/fear-and-greed-index.md","metrics":[{"name":"fear_and_greed_index","highlighted_name":"Fear And Greed Index","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/fear-and-greed-index/fear_and_greed_index?api_token={token}","shape":"time_series_array","units":"index","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:05:00Z","sample":[[1789776000000,71],[1789862400000,70],[1789948800000,78]],"has_definition":true}]},{"slug":"gold-correlation","name":"Gold Correlation","extended_name":"Bitcoin vs Gold Correlation","group":"market","sub_group":"Metals Correlations","subheader":"30-day rolling correlation between Bitcoin (BTC) price and Gold (XAU)","description":null,"view_url":"https://newhedge.io/bitcoin/gold-correlation","docs_url":"https://docs.newhedge.io/api/gold-correlation","docs_md_url":"https://docs.newhedge.io/api/gold-correlation.md","metrics":[{"name":"btc_gold_correlation","highlighted_name":"Bitcoin/Gold Correlation","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/gold-correlation/btc_gold_correlation?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,0.2250538849982857],[1789862400000,0.3241290590846141],[1789948800000,0.2916560605616953]],"has_definition":true},{"name":"btc_gold_ratio","highlighted_name":"BTC/Gold Ratio","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/gold-correlation/btc_gold_ratio?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,18.47433622063294],[1789862400000,18.53368927074678],[1789948800000,18.56570771129578]],"has_definition":true},{"name":"gold_price_usd","highlighted_name":"Spot Gold Price: USD / Ounce","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/gold-correlation/gold_price_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,4380.0096],[1789862400000,4380.92],[1789948800000,4372.6192]],"has_definition":true}]},{"slug":"golden-ratio-multiplier","name":"Golden Ratio Multiplier","extended_name":"Bitcoin Golden Ratio Multiplier","group":"market","sub_group":"Market Cycles","subheader":"Multiples of Bitcoin’s 350-day moving average to identify areas of potential resistance zones","description":null,"view_url":"https://newhedge.io/bitcoin/golden-ratio-multiplier","docs_url":"https://docs.newhedge.io/api/golden-ratio-multiplier","docs_md_url":"https://docs.newhedge.io/api/golden-ratio-multiplier.md","metrics":[{"name":"dma_350_btc","highlighted_name":"Bitcoin 350DMA Price","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,79034.83402857142],[1789862400000,78910.29031428571],[1789948800000,78810.65314285715]],"has_definition":true},{"name":"dma_350_btc_13","highlighted_name":"Bitcoin 350DMA x13 Price","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc_13?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,1027452.842371429],[1789862400000,1025833.774085714],[1789948800000,1024538.490857143]],"has_definition":true},{"name":"dma_350_btc_1_236","highlighted_name":"Bitcoin 350DMA x1.236 Price","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc_1_236?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,97687.05485931427],[1789862400000,97533.11882845714],[1789948800000,97409.96728457144]],"has_definition":true},{"name":"dma_350_btc_2","highlighted_name":"Bitcoin 350DMA x2 Price","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc_2?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,158069.6680571428],[1789862400000,157820.5806285714],[1789948800000,157621.3062857143]],"has_definition":true},{"name":"dma_350_btc_21","highlighted_name":"Bitcoin 350DMA x21 Price","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc_21?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,1659731.5146],[1789862400000,1657116.0966],[1789948800000,1655023.716]],"has_definition":true},{"name":"dma_350_btc_3","highlighted_name":"Bitcoin 350DMA x3 Price","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc_3?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,237104.5020857143],[1789862400000,236730.8709428571],[1789948800000,236431.9594285715]],"has_definition":true},{"name":"dma_350_btc_5","highlighted_name":"Bitcoin 350DMA x5 Price","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc_5?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,395174.1701428571],[1789862400000,394551.4515714286],[1789948800000,394053.2657142857]],"has_definition":true},{"name":"dma_350_btc_8","highlighted_name":"Bitcoin 350DMA x8 Price","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc_8?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,632278.6722285714],[1789862400000,631282.3225142857],[1789948800000,630485.2251428572]],"has_definition":true},{"name":"dma_350_btc_golden_ratio","highlighted_name":"Bitcoin 350DMA x1.6 Price","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/golden-ratio-multiplier/dma_350_btc_golden_ratio?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,126455.7344457143],[1789862400000,126256.4645028571],[1789948800000,126097.0450285714]],"has_definition":true}]},{"slug":"market-sentiment","name":"Market Sentiment","extended_name":"Bitcoin Market Sentiment","group":"market","sub_group":"Sentiment","subheader":"Market Sentiment view combining net sentiment, greed index, and pain index","description":null,"view_url":"https://newhedge.io/bitcoin/market-sentiment","docs_url":"https://docs.newhedge.io/api/market-sentiment","docs_md_url":"https://docs.newhedge.io/api/market-sentiment.md","metrics":[{"name":"greed_index_sentiment","highlighted_name":"Greed Index","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/market-sentiment/greed_index_sentiment?api_token={token}","shape":"time_series_array","units":null,"units_source":null,"update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,19196.33],[1789776000000,19328.6],[1789862400000,19244.81]],"has_definition":true},{"name":"net_sentiment","highlighted_name":"Net Sentiment","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/market-sentiment/net_sentiment?api_token={token}","shape":"time_series_array","units":null,"units_source":null,"update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,20.67],[1789776000000,374.03],[1789862400000,234.99]],"has_definition":true},{"name":"pain_index_sentiment","highlighted_name":"Pain Index","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/market-sentiment/pain_index_sentiment?api_token={token}","shape":"time_series_array","units":null,"units_source":null,"update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,19175.66],[1789776000000,18954.57],[1789862400000,19009.82]],"has_definition":true}]},{"slug":"mayer-multiple","name":"Mayer Multiple","extended_name":"Bitcoin Mayer Multiple","group":"market","sub_group":"Market Cycles","subheader":"Multiple of the current bitcoin price over the 200-day moving average","description":null,"view_url":"https://newhedge.io/bitcoin/mayer-multiple","docs_url":"https://docs.newhedge.io/api/mayer-multiple","docs_md_url":"https://docs.newhedge.io/api/mayer-multiple.md","metrics":[{"name":"btc_200_dma","highlighted_name":"BTC 200DMA","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/mayer-multiple/btc_200_dma?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,70417.78684999999],[1789862400000,70469.20905],[1789948800000,70561.4646]],"has_definition":true},{"name":"mayer_multiple","highlighted_name":"Mayer Multiple","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/mayer-multiple/mayer_multiple?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,1.15],[1789862400000,1.15],[1789948800000,1.23]],"has_definition":true}]},{"slug":"nasdaq-qqq-correlation","name":"Nasdaq (QQQ) Correlation","extended_name":"Bitcoin vs Nasdaq (QQQ) Correlation","group":"market","sub_group":"Correlations","subheader":"30-day rolling correlation between Bitcoin (BTC) price and the Invesco QQQ Trust (QQQ), tracking Nasdaq-100 exposure","description":null,"view_url":"https://newhedge.io/bitcoin/nasdaq-qqq-correlation","docs_url":"https://docs.newhedge.io/api/nasdaq-qqq-correlation","docs_md_url":"https://docs.newhedge.io/api/nasdaq-qqq-correlation.md","metrics":[{"name":"btc_qqq_correlation","highlighted_name":"Nasdaq (QQQ) Correlation","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/nasdaq-qqq-correlation/btc_qqq_correlation?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,0.3550517482933642],[1789862400000,0.4555891914468411],[1789948800000,0.4959411936341382]],"has_definition":true},{"name":"qqq_price_usd","highlighted_name":"Nasdaq (QQQ) Price","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/nasdaq-qqq-correlation/qqq_price_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,721.45],[1789862400000,721.45],[1789948800000,741.47]],"has_definition":true}]},{"slug":"pi-cycle-top-indicator","name":"Pi Cycle Top Indicator","extended_name":"Bitcoin Pi Cycle Top Indicator","group":"market","sub_group":"Market Cycles","subheader":"Technical indicator identifying potential market tops in Bitcoin’s market cycles","description":null,"view_url":"https://newhedge.io/bitcoin/pi-cycle-top-indicator","docs_url":"https://docs.newhedge.io/api/pi-cycle-top-indicator","docs_md_url":"https://docs.newhedge.io/api/pi-cycle-top-indicator.md","metrics":[{"name":"dma_111_btc","highlighted_name":"Bitcoin 111DMA Price","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/pi-cycle-top-indicator/dma_111_btc?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,67605.60918918918],[1789862400000,67736.32522522523],[1789948800000,67938.27189189188]],"has_definition":true},{"name":"dma_350_btc_2","highlighted_name":"Bitcoin 350DMA x2 Price","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/pi-cycle-top-indicator/dma_350_btc_2?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,158069.6680571428],[1789862400000,157820.5806285714],[1789948800000,157621.3062857143]],"has_definition":true}]},{"slug":"power-law","name":"Power Law","extended_name":"Bitcoin Power Law Model","group":"market","sub_group":"Market Cycles","subheader":"Long term price model that fits Bitcoin’s historical price data to a log-log power curve, suggesting its price follows a predictable pattern governed by natural scaling laws","description":null,"view_url":"https://newhedge.io/bitcoin/power-law","docs_url":"https://docs.newhedge.io/api/power-law","docs_md_url":"https://docs.newhedge.io/api/power-law.md","metrics":[{"name":"power_law","highlighted_name":"Power Law","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/power-law/power_law?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,147927.3228246035],[1789862400000,148060.4795763382],[1789948800000,148193.7355790707]],"has_definition":true},{"name":"power_law_floor","highlighted_name":"Power Law Floor","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/power-law/power_law_floor?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,62129.4755863335],[1789862400000,62185.401422062],[1789948800000,62241.3689432097]],"has_definition":true}]},{"slug":"rainbow","name":"Rainbow","extended_name":"Bitcoin Rainbow Chart","group":"market","sub_group":"Market Cycles","subheader":"Logarithmic growth curve depicting long-term Bitcoin price movements using colored bands","description":null,"view_url":"https://newhedge.io/bitcoin/rainbow","docs_url":"https://docs.newhedge.io/api/rainbow","docs_md_url":"https://docs.newhedge.io/api/rainbow.md","metrics":[{"name":"extremely_overvalued","highlighted_name":"Extremely Overvalued","metric_type":"fixed","request_url_template":"https://newhedge.io/api/v2/metrics/rainbow/extremely_overvalued?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"manual","resolutions":["1d"],"next_expected_at":null,"sample":[[1798416000000,1448097.697015404],[1798502400000,1449504.570300742],[1798588800000,1450912.60554866]],"has_definition":true},{"name":"extremely_undervalued","highlighted_name":"Extremely Undervalued","metric_type":"fixed","request_url_template":"https://newhedge.io/api/v2/metrics/rainbow/extremely_undervalued?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"manual","resolutions":["1d"],"next_expected_at":null,"sample":[[1798416000000,122713.6025295474],[1798502400000,122831.6512054955],[1798588800000,122949.7957384423]],"has_definition":true},{"name":"hodl","highlighted_name":"HODL","metric_type":"fixed","request_url_template":"https://newhedge.io/api/v2/metrics/rainbow/hodl?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"manual","resolutions":["1d"],"next_expected_at":null,"sample":[[1798416000000,422473.078441167],[1798502400000,422882.0321846746],[1798588800000,423291.3213052017]],"has_definition":true},{"name":"overvalued","highlighted_name":"Overvalued","metric_type":"fixed","request_url_template":"https://newhedge.io/api/v2/metrics/rainbow/overvalued?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"manual","resolutions":["1d"],"next_expected_at":null,"sample":[[1798416000000,780611.8501241478],[1798502400000,781368.417384961],[1798588800000,782125.6069361892]],"has_definition":true},{"name":"slightly_overvalued","highlighted_name":"Slightly Overvalued","metric_type":"fixed","request_url_template":"https://newhedge.io/api/v2/metrics/rainbow/slightly_overvalued?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"manual","resolutions":["1d"],"next_expected_at":null,"sample":[[1798416000000,582199.5042579572],[1798502400000,582763.6959682275],[1798588800000,583328.3512988499]],"has_definition":true},{"name":"slightly_undervalued","highlighted_name":"Slightly Undervalued","metric_type":"fixed","request_url_template":"https://newhedge.io/api/v2/metrics/rainbow/slightly_undervalued?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"manual","resolutions":["1d"],"next_expected_at":null,"sample":[[1798416000000,306170.4225598514],[1798502400000,306466.0181237976],[1798588800000,306761.8552345671]],"has_definition":true},{"name":"very_overvalued","highlighted_name":"Very Overvalued","metric_type":"fixed","request_url_template":"https://newhedge.io/api/v2/metrics/rainbow/very_overvalued?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"manual","resolutions":["1d"],"next_expected_at":null,"sample":[[1798416000000,1063125.728916506],[1798502400000,1064157.353328862],[1798588800000,1065189.828031394]],"has_definition":true},{"name":"very_undervalued","highlighted_name":"Very Undervalued","metric_type":"fixed","request_url_template":"https://newhedge.io/api/v2/metrics/rainbow/very_undervalued?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"manual","resolutions":["1d"],"next_expected_at":null,"sample":[[1798416000000,163622.7721603516],[1798502400000,163780.3189371845],[1798588800000,163937.9938707991]],"has_definition":true}]},{"slug":"rarity-meter-regime-tails","name":"Rarity Meter Regime Tails","extended_name":"Bitcoin Rarity Meter Regime Tails","group":"market","sub_group":"Market Cycles","subheader":"Five regime-tail components behind the Bitcoin Rarity Meter score.","description":"Capitulation, profit-taking, peak-regret, seller-exhaustion, and coins-in-loss tail values that combine into the Rarity Meter score, plotted against Bitcoin price.","view_url":"https://newhedge.io/bitcoin/rarity-meter-regime-tails","docs_url":"https://docs.newhedge.io/api/rarity-meter-regime-tails","docs_md_url":"https://docs.newhedge.io/api/rarity-meter-regime-tails.md","metrics":[{"name":"rarity_meter_capitulation_tail","highlighted_name":"Capitulation","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/rarity-meter-regime-tails/rarity_meter_capitulation_tail?api_token={token}","shape":"time_series_array","units":null,"units_source":null,"update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,12.7616005],[1789776000000,37.3636],[1789862400000,29.959198]],"has_definition":true},{"name":"rarity_meter_coins_in_loss_tail","highlighted_name":"Coins in Loss","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/rarity-meter-regime-tails/rarity_meter_coins_in_loss_tail?api_token={token}","shape":"time_series_array","units":null,"units_source":null,"update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,29.554998],[1789776000000,29.449999],[1789862400000,29.563002]],"has_definition":true},{"name":"rarity_meter_peak_regret_tail","highlighted_name":"Peak Regret","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/rarity-meter-regime-tails/rarity_meter_peak_regret_tail?api_token={token}","shape":"time_series_array","units":null,"units_source":null,"update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,14.041],[1789776000000,33.4921],[1789862400000,32.209797]],"has_definition":true},{"name":"rarity_meter_profit_taking_tail","highlighted_name":"Profit Taking","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/rarity-meter-regime-tails/rarity_meter_profit_taking_tail?api_token={token}","shape":"time_series_array","units":null,"units_source":null,"update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,8.7174],[1789776000000,14.061],[1789862400000,28.823399]],"has_definition":true},{"name":"rarity_meter_seller_exhaustion_tail","highlighted_name":"Seller Exhaustion","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/rarity-meter-regime-tails/rarity_meter_seller_exhaustion_tail?api_token={token}","shape":"time_series_array","units":null,"units_source":null,"update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,54.144],[1789776000000,22.757],[1789862400000,3.3852]],"has_definition":true}]},{"slug":"realized-marketcap","name":"Realized Marketcap","extended_name":"Bitcoin Realized Marketcap","group":"market","sub_group":"Price","subheader":"Total realized capitalization of Bitcoin based on the price at last movement","description":null,"view_url":"https://newhedge.io/bitcoin/realized-marketcap","docs_url":"https://docs.newhedge.io/api/realized-marketcap","docs_md_url":"https://docs.newhedge.io/api/realized-marketcap.md","metrics":[{"name":"realized_cap","highlighted_name":"Realized Marketcap","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-marketcap/realized_cap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1068931715653.03],[1789776000000,1069464889603.67],[1789862400000,1069606167810.12]],"has_definition":true}]},{"slug":"satoshi-per-dollar","name":"Satoshi per Dollar","extended_name":"Sats per Dollar","group":"market","sub_group":"Price","subheader":"Amount of satoshis (smallest unit of bitcoin) per USD","description":null,"view_url":"https://newhedge.io/bitcoin/satoshi-per-dollar","docs_url":"https://docs.newhedge.io/api/satoshi-per-dollar","docs_md_url":"https://docs.newhedge.io/api/satoshi-per-dollar.md","metrics":[{"name":"satoshi_per_dollar","highlighted_name":"Satoshi Per Dollar","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/satoshi-per-dollar/satoshi_per_dollar?api_token={token}","shape":"time_series_array","units":"sats","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,1232],[1789862400000,1232],[1789948800000,1155]],"has_definition":true}]},{"slug":"sell-side-risk-ratio","name":"Sell Side Risk Ratio","extended_name":"Bitcoin Sell Side Risk Ratio","group":"market","sub_group":"Momentum","subheader":"Sum of all realized onchain profit and losses divided by Realized Cap","description":null,"view_url":"https://newhedge.io/bitcoin/sell-side-risk-ratio","docs_url":"https://docs.newhedge.io/api/sell-side-risk-ratio","docs_md_url":"https://docs.newhedge.io/api/sell-side-risk-ratio.md","metrics":[{"name":"sell_side_risk_ratio","highlighted_name":"Sell Side Risk Ratio","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/sell-side-risk-ratio/sell_side_risk_ratio?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.1095],[1789776000000,0.056],[1789862400000,0.0249]],"has_definition":true},{"name":"sell_side_risk_ratio_monthly","highlighted_name":"Monthly Sell Side Risk Ratio","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/sell-side-risk-ratio/sell_side_risk_ratio_monthly?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,2.7338],[1789776000000,2.5673],[1789862400000,2.3443]],"has_definition":true},{"name":"sell_side_risk_ratio_weekly","highlighted_name":"Weekly Sell Side Risk Ratio","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/sell-side-risk-ratio/sell_side_risk_ratio_weekly?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.4991],[1789776000000,0.5313],[1789862400000,0.5304]],"has_definition":true},{"name":"sell_side_risk_ratio_yearly","highlighted_name":"Yearly Sell Side Risk Ratio","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/sell-side-risk-ratio/sell_side_risk_ratio_yearly?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,40.9846],[1789776000000,40.8167],[1789862400000,40.7871]],"has_definition":true}]},{"slug":"sharpe-ratio","name":"Sharpe Ratio","extended_name":"Bitcoin Sharpe Ratio","group":"market","sub_group":"Market Cycles","subheader":"Measure of the risk-adjusted return of Bitcoin","description":null,"view_url":"https://newhedge.io/bitcoin/sharpe-ratio","docs_url":"https://docs.newhedge.io/api/sharpe-ratio","docs_md_url":"https://docs.newhedge.io/api/sharpe-ratio.md","metrics":[{"name":"sharpe_1m","highlighted_name":"1m","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/sharpe-ratio/sharpe_1m?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:05:00Z","sample":[[1789689600000,-0.71446],[1789776000000,-0.69863667],[1789862400000,-0.68630667]],"has_definition":true},{"name":"sharpe_1w","highlighted_name":"1w","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/sharpe-ratio/sharpe_1w?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:05:00Z","sample":[[1789689600000,-0.68205714],[1789776000000,-0.68102857],[1789862400000,-0.67667143]],"has_definition":true},{"name":"sharpe_1y","highlighted_name":"1y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/sharpe-ratio/sharpe_1y?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:05:00Z","sample":[[1789689600000,-0.33181507],[1789776000000,-0.33839123],[1789862400000,-0.34489068]],"has_definition":true}]},{"slug":"silver-correlation","name":"Silver Correlation","extended_name":"Bitcoin vs Silver Correlation","group":"market","sub_group":"Metals Correlations","subheader":"30-day rolling correlation between Bitcoin (BTC) price and Silver (XAG) prices","description":null,"view_url":"https://newhedge.io/bitcoin/silver-correlation","docs_url":"https://docs.newhedge.io/api/silver-correlation","docs_md_url":"https://docs.newhedge.io/api/silver-correlation.md","metrics":[{"name":"btc_silver_correlation","highlighted_name":"Silver Correlation","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/silver-correlation/btc_silver_correlation?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,0.2556026923200717],[1789862400000,0.4398066284279601],[1789948800000,0.4305696831525493]],"has_definition":true},{"name":"silver_price_usd","highlighted_name":"Silver Price","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/silver-correlation/silver_price_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,66.35],[1789862400000,66.2555],[1789948800000,66.3298]],"has_definition":true}]},{"slug":"sortino-ratio","name":"Sortino Ratio","extended_name":"Bitcoin Sortino Ratio","group":"market","sub_group":"Momentum","subheader":"Sortino ratio over 1-week, 1-month, and 1-year horizons","description":null,"view_url":"https://newhedge.io/bitcoin/sortino-ratio","docs_url":"https://docs.newhedge.io/api/sortino-ratio","docs_md_url":"https://docs.newhedge.io/api/sortino-ratio.md","metrics":[{"name":"sortino_1m","highlighted_name":"1m","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/sortino-ratio/sortino_1m?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:05:00Z","sample":[[1789689600000,-1.25827667],[1789776000000,-1.23481333],[1789862400000,-1.21571333]],"has_definition":true},{"name":"sortino_1w","highlighted_name":"1w","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/sortino-ratio/sortino_1w?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:05:00Z","sample":[[1789689600000,-1.20644286],[1789776000000,-1.20538571],[1789862400000,-1.19821429]],"has_definition":true},{"name":"sortino_1y","highlighted_name":"1y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/sortino-ratio/sortino_1y?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:05:00Z","sample":[[1789689600000,-0.51642055],[1789776000000,-0.52726274],[1789862400000,-0.53797288]],"has_definition":true}]},{"slug":"stochastic-rsi","name":"Stochastic RSI","extended_name":"Bitcoin Stochastic RSI","group":"market","sub_group":"Momentum","subheader":"Stochastic RSI momentum oscillator with %K and %D lines","description":null,"view_url":"https://newhedge.io/bitcoin/stochastic-rsi","docs_url":"https://docs.newhedge.io/api/stochastic-rsi","docs_md_url":"https://docs.newhedge.io/api/stochastic-rsi.md","metrics":[{"name":"stoch_rsi_d","highlighted_name":"Stochastic RSI (%D)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/stochastic-rsi/stoch_rsi_d?api_token={token}","shape":"time_series_array","units":"index","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,6.7386003],[1789776000000,10.315001],[1789862400000,23.7147]],"has_definition":true},{"name":"stoch_rsi_k","highlighted_name":"Stochastic RSI (%K)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/stochastic-rsi/stoch_rsi_k?api_token={token}","shape":"time_series_array","units":"index","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,9.349],[1789776000000,31.2564],[1789862400000,56.4888]],"has_definition":true}]},{"slug":"stock-to-flow","name":"Stock to Flow","extended_name":"Bitcoin Stock to Flow Model (S2F)","group":"market","sub_group":"Market Cycles","subheader":"Ratio of the current stock of bitcoin and flow of new production","description":null,"view_url":"https://newhedge.io/bitcoin/stock-to-flow","docs_url":"https://docs.newhedge.io/api/stock-to-flow","docs_md_url":"https://docs.newhedge.io/api/stock-to-flow.md","metrics":[{"name":"sf_10_days","highlighted_name":"Stock to Flow 10 days","metric_type":"fixed","request_url_template":"https://newhedge.io/api/v2/metrics/stock-to-flow/sf_10_days?api_token={token}","shape":"time_series_array","units":null,"units_source":null,"update_frequency":"manual","resolutions":["1d"],"next_expected_at":null,"sample":[[1766966400000,1343647.55],[1767052800000,1343754.7],[1767139200000,1340736.01]],"has_definition":true},{"name":"sf_463_days","highlighted_name":"Stock to Flow 463 days","metric_type":"fixed","request_url_template":"https://newhedge.io/api/v2/metrics/stock-to-flow/sf_463_days?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"manual","resolutions":["1d"],"next_expected_at":null,"sample":[[1862092800000,4139721.33],[1862179200000,4139721.33],[1862265600000,4139721.33]],"has_definition":true}]},{"slug":"terminal-price","name":"Terminal Price","extended_name":"Bitcoin Terminal Price","group":"market","sub_group":"Market Cycles","subheader":"Result of multiplying Bitcoin’s Transferred Price by 21, normalizing historical spending behavior to reflect a fully mined supply of 21 million coins","description":null,"view_url":"https://newhedge.io/bitcoin/terminal-price","docs_url":"https://docs.newhedge.io/api/terminal-price","docs_md_url":"https://docs.newhedge.io/api/terminal-price.md","metrics":[{"name":"terminal_price","highlighted_name":"Terminal Price","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/terminal-price/terminal_price?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,289680.24],[1789862400000,289627.49],[1789948800000,289573.71]],"has_definition":true}]},{"slug":"total-crypto-marketcap","name":"Total Crypto Marketcap","extended_name":"Total Crypto Market Cap","group":"market","sub_group":"Price","subheader":"Combined USD value of all cryptocurrencies in circulation","description":null,"view_url":"https://newhedge.io/bitcoin/total-crypto-marketcap","docs_url":"https://docs.newhedge.io/api/total-crypto-marketcap","docs_md_url":"https://docs.newhedge.io/api/total-crypto-marketcap.md","metrics":[{"name":"total_crypto_marketcap","highlighted_name":"Crypto Marketcap","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/total-crypto-marketcap/total_crypto_marketcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:28:00Z","sample":[[1789776000000,2777665544244.477],[1789862400000,2805409462530.279],[1789948800000,2932069400814.504]],"has_definition":true}]},{"slug":"us-equities-correlation","name":"US Equities Correlation","extended_name":"Bitcoin vs US Equities Correlation","group":"market","sub_group":"Correlations","subheader":"30-day rolling correlation between bitcoin price and the S\u0026P 500 index","description":null,"view_url":"https://newhedge.io/bitcoin/us-equities-correlation","docs_url":"https://docs.newhedge.io/api/us-equities-correlation","docs_md_url":"https://docs.newhedge.io/api/us-equities-correlation.md","metrics":[{"name":"btc_equities_correlation","highlighted_name":"Bitcoin/US Equities Correlation","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/us-equities-correlation/btc_equities_correlation?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,0.3937489023380646],[1789862400000,0.4297617102011418],[1789948800000,0.3820360080138047]],"has_definition":true},{"name":"sp500_price_usd","highlighted_name":"S\u0026P 500 Price","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/us-equities-correlation/sp500_price_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,7650.5],[1789862400000,7650.5],[1789948800000,7764.7002]],"has_definition":true}]},{"slug":"volatility-index","name":"Volatility Index","extended_name":"Bitcoin Volatility Index","group":"market","sub_group":"Volatility","subheader":"Measure of Bitcoin’s price fluctuation on a specific day, relative to its price","description":null,"view_url":"https://newhedge.io/bitcoin/volatility-index","docs_url":"https://docs.newhedge.io/api/volatility-index","docs_md_url":"https://docs.newhedge.io/api/volatility-index.md","metrics":[{"name":"price_1m_volatility","highlighted_name":"Bitcoin Price 1 Month Volatility","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/volatility-index/price_1m_volatility?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,14.233091],[1789776000000,12.557864],[1789862400000,10.574099]],"has_definition":true},{"name":"price_1w_volatility","highlighted_name":"Bitcoin Price 1 Week Volatility","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/volatility-index/price_1w_volatility?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,5.163181],[1789776000000,6.1749026],[1789862400000,6.226020699999999]],"has_definition":true},{"name":"price_1y_volatility","highlighted_name":"Bitcoin Price 1 Year Volatility","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/volatility-index/price_1y_volatility?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,43.146405],[1789776000000,43.316647],[1789862400000,43.312758]],"has_definition":true}]}]},{"key":"mining","label":"Mining","chart_count":13,"charts":[{"slug":"block-reward-per-block","name":"Block Reward per Block","extended_name":"Bitcoin Block Reward per Block","group":"mining","sub_group":"Block Reward","subheader":"Amount of bitcoin that is awarded to miners for successfully adding a new block to the blockchain","description":null,"view_url":"https://newhedge.io/bitcoin/block-reward-per-block","docs_url":"https://docs.newhedge.io/api/block-reward-per-block","docs_md_url":"https://docs.newhedge.io/api/block-reward-per-block.md","metrics":[{"name":"block_reward_per_block","highlighted_name":"Block Reward per Block BTC","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/block-reward-per-block/block_reward_per_block?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,3.125],[1789862400000,3.125],[1789948800000,3.125]],"has_definition":true},{"name":"block_reward_per_block_usd","highlighted_name":"Block Reward per Block USD","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/block-reward-per-block/block_reward_per_block_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,253733.15625],[1789862400000,253689.90625],[1789948800000,270495.21875]],"has_definition":true}]},{"slug":"block-reward-per-day","name":"Block Reward per Day","extended_name":"Bitcoin Block Reward per Day","group":"mining","sub_group":"Block Reward","subheader":"Amount of newly created Bitcoins awarded to miners on a daily basis","description":null,"view_url":"https://newhedge.io/bitcoin/block-reward-per-day","docs_url":"https://docs.newhedge.io/api/block-reward-per-day","docs_md_url":"https://docs.newhedge.io/api/block-reward-per-day.md","metrics":[{"name":"block_reward_per_day","highlighted_name":"Block Reward per Day BTC","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/block-reward-per-day/block_reward_per_day?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,400.0],[1789862400000,481.25],[1789948800000,468.75]],"has_definition":true},{"name":"block_reward_per_day_usd","highlighted_name":"Block Reward per Day USD","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/block-reward-per-day/block_reward_per_day_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,32477844.0],[1789862400000,39068245.5625],[1789948800000,40574282.8125]],"has_definition":true}]},{"slug":"difficulty-estimator","name":"Difficulty Estimator","extended_name":"Bitcoin Difficulty Adjustment Estimator","group":"mining","sub_group":"Difficulty","subheader":"Live updating Bitcoin difficulty estimator and visualization of the current mining epoch","description":null,"view_url":"https://newhedge.io/bitcoin/difficulty-estimator","docs_url":"https://docs.newhedge.io/api/difficulty-estimator","docs_md_url":"https://docs.newhedge.io/api/difficulty-estimator.md","metrics":[{"name":"difficulty_estimator","highlighted_name":"Difficulty Estimator","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/difficulty-estimator/difficulty_estimator?api_token={token}","shape":"keyed_hash","units":"difficulty","units_source":"heuristic","update_frequency":"hourly","resolutions":["1d"],"next_expected_at":"2026-09-22T02:12:00Z","sample":{"Next Difficulty Estimate":"between 130608348437115 and 131987928526792","Next Retarget (earliest)":"October 3, 2026 at 9:08 AM (in 11d 6h 53m 55s)","Next Difficulty Change Estimate":"between -1.6185% and -0.5794%"},"has_definition":true}]},{"slug":"difficulty-ribbon","name":"Difficulty Ribbon","extended_name":"Bitcoin Difficulty Ribbon","group":"mining","sub_group":"Difficulty","subheader":"8-window simple moving average ribbon of Bitcoin's network difficulty.","description":"The Difficulty Ribbon: 9/14/25/40/60/90/128/200-day SMAs of network difficulty. Compression of the ribbon has historically preceded major price bottoms.","view_url":"https://newhedge.io/bitcoin/difficulty-ribbon","docs_url":"https://docs.newhedge.io/api/difficulty-ribbon","docs_md_url":"https://docs.newhedge.io/api/difficulty-ribbon.md","metrics":[{"name":"network_difficulty","highlighted_name":"Network Difficulty","metric_type":"external","request_url_template":"https://newhedge.io/api/v2/metrics/difficulty-ribbon/network_difficulty?api_token={token}","shape":"time_series_array","units":"difficulty","units_source":"heuristic","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-23T00:07:00Z","sample":[[1789776000000,132757073449487],[1789862400000,132757073449487],[1789948800000,132757073449487]],"has_definition":true},{"name":"network_difficulty_sma_128","highlighted_name":"128-Day SMA","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/difficulty-ribbon/network_difficulty_sma_128?api_token={token}","shape":"time_series_array","units":"difficulty","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,130019693273878.5],[1789862400000,130012068397098.6],[1789948800000,129981990292369.8]],"has_definition":true},{"name":"network_difficulty_sma_14","highlighted_name":"14-Day SMA","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/difficulty-ribbon/network_difficulty_sma_14?api_token={token}","shape":"time_series_array","units":"difficulty","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,127829809982531.9],[1789862400000,128208830249220.7],[1789948800000,128587850515909.6]],"has_definition":true},{"name":"network_difficulty_sma_200","highlighted_name":"200-Day SMA","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/difficulty-ribbon/network_difficulty_sma_200?api_token={token}","shape":"time_series_array","units":"difficulty","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,132737709062926.8],[1789862400000,132679502422583.7],[1789948800000,132620516068192.1]],"has_definition":true},{"name":"network_difficulty_sma_25","highlighted_name":"25-Day SMA","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/difficulty-ribbon/network_difficulty_sma_25?api_token={token}","shape":"time_series_array","units":"difficulty","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,127005555797730.4],[1789862400000,127283555673822],[1789948800000,127561555549913.6]],"has_definition":true},{"name":"network_difficulty_sma_40","highlighted_name":"40-Day SMA","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/difficulty-ribbon/network_difficulty_sma_40?api_token={token}","shape":"time_series_array","units":"difficulty","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,127057959822728.5],[1789862400000,127189890266623.5],[1789948800000,127321820710518.3]],"has_definition":true},{"name":"network_difficulty_sma_60","highlighted_name":"60-Day SMA","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/difficulty-ribbon/network_difficulty_sma_60?api_token={token}","shape":"time_series_array","units":"difficulty","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,126891842683057.9],[1789862400000,126984952233398.7],[1789948800000,127078061783739.6]],"has_definition":true},{"name":"network_difficulty_sma_9","highlighted_name":"9-Day SMA","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/difficulty-ribbon/network_difficulty_sma_9?api_token={token}","shape":"time_series_array","units":"difficulty","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,128040376797359.0],[1789862400000,128629963878875.0],[1789948800000,129219550960391.0]],"has_definition":true},{"name":"network_difficulty_sma_90","highlighted_name":"90-Day SMA","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/difficulty-ribbon/network_difficulty_sma_90?api_token={token}","shape":"time_series_array","units":"difficulty","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,127902537169998.5],[1789862400000,127989472808253.4],[1789948800000,128076408446508.3]],"has_definition":true}]},{"slug":"hash-ribbons","name":"Hash Ribbons","extended_name":"Bitcoin Hash Ribbons","group":"mining","sub_group":"Hashrate","subheader":"30-day and 60-day simple moving averages of Bitcoin's network hashrate.","description":"Charles Edwards' Hash Ribbons: the 30-day SMA crossing below the 60-day SMA has historically signaled miner capitulation; crossing back above has signaled the end of capitulation.","view_url":"https://newhedge.io/bitcoin/hash-ribbons","docs_url":"https://docs.newhedge.io/api/hash-ribbons","docs_md_url":"https://docs.newhedge.io/api/hash-ribbons.md","metrics":[{"name":"hashrate","highlighted_name":"Hashrate","metric_type":"external","request_url_template":"https://newhedge.io/api/v2/metrics/hash-ribbons/hashrate?api_token={token}","shape":"time_series_array","units":"hashrate_eh_s","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-23T00:07:00Z","sample":[[1789776000000,844.7219093010649],[1789862400000,1016.306047127844],[1789948800000,989.9084874621856]],"has_definition":true},{"name":"hashrate_30d_sma","highlighted_name":"30-Day SMA","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/hash-ribbons/hashrate_30d_sma?api_token={token}","shape":"time_series_array","units":"hashrate_eh_s","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,933.5942754839566],[1789862400000,938.5319121933342],[1789948800000,939.6323365143794]],"has_definition":true},{"name":"hashrate_60d_sma","highlighted_name":"60-Day SMA","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/hash-ribbons/hashrate_60d_sma?api_token={token}","shape":"time_series_array","units":"hashrate_eh_s","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,918.7439129478634],[1789862400000,923.4604326604871],[1789948800000,925.9458504168589]],"has_definition":true}]},{"slug":"miner-outflows","name":"Miner Outflows","extended_name":"Bitcoin Miner Outflows","group":"mining","sub_group":"Miner Revenue","subheader":"Amount of Bitcoin transferred from miner wallets to external addresses","description":null,"view_url":"https://newhedge.io/bitcoin/miner-outflows","docs_url":"https://docs.newhedge.io/api/miner-outflows","docs_md_url":"https://docs.newhedge.io/api/miner-outflows.md","metrics":[{"name":"miner_out_flows","highlighted_name":"Miner Outflows BTC","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/miner-outflows/miner_out_flows?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:05:00Z","sample":[[1789689600000,6278.76138721],[1789776000000,1327.21258723],[1789862400000,796.20250284]],"has_definition":true}]},{"slug":"miner-reserves","name":"Miner Reserves","extended_name":"Bitcoin Miner Reserves","group":"mining","sub_group":"Miner Revenue","subheader":"Total amount of bitcoin held by miners","description":null,"view_url":"https://newhedge.io/bitcoin/miner-reserves","docs_url":"https://docs.newhedge.io/api/miner-reserves","docs_md_url":"https://docs.newhedge.io/api/miner-reserves.md","metrics":[{"name":"miner_reserves","highlighted_name":"Miner Reserves BTC","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/miner-reserves/miner_reserves?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:05:00Z","sample":[[1789430400000,1924259.0],[1789689600000,1926484.0],[1789862400000,1924835.0]],"has_definition":true}]},{"slug":"miner-revenue","name":"Miner Revenue","extended_name":"Bitcoin Daily Miner Revenue","group":"mining","sub_group":"Miner Revenue","subheader":"Daily amount of income earned by miners for their participation in the mining process","description":null,"view_url":"https://newhedge.io/bitcoin/miner-revenue","docs_url":"https://docs.newhedge.io/api/miner-revenue","docs_md_url":"https://docs.newhedge.io/api/miner-revenue.md","metrics":[{"name":"miner_revenue","highlighted_name":"Miner Revenue USD","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/miner-revenue/miner_revenue?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,32675869.04228966],[1789862400000,39239254.23782532],[1789948800000,40880599.79962754]],"has_definition":true},{"name":"miner_revenue_btc","highlighted_name":"Miner Revenue BTC","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/miner-revenue/miner_revenue_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,402.43889394],[1789862400000,483.35651704],[1789948800000,472.28884475]],"has_definition":true}]},{"slug":"mining-stocks-marketcap","name":"Mining Stocks Marketcap","extended_name":"Bitcoin Mining Stocks Marketcaps","group":"mining","sub_group":"Miners","subheader":"Historical market capitalization for leading Bitcoin mining stocks. Values are published as weekly snapshots rather than daily trading-day closes.","description":null,"view_url":"https://newhedge.io/bitcoin/mining-stocks-marketcap","docs_url":"https://docs.newhedge.io/api/mining-stocks-marketcap","docs_md_url":"https://docs.newhedge.io/api/mining-stocks-marketcap.md","metrics":[{"name":"ms_bitf_mcap","highlighted_name":"Bitfarms Market Capitalization","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-marketcap/ms_bitf_mcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-27T01:00:00Z","sample":[[1789776000000,2421524568.8],[1789862400000,2448996652.4],[1789948800000,2476468736.0]],"has_definition":true},{"name":"ms_btbt_mcap","highlighted_name":"Bit Digital Market Capitalization","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-marketcap/ms_btbt_mcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-27T01:00:00Z","sample":[[1789776000000,623896000.0],[1789862400000,623896000.0],[1789948800000,623896000.0]],"has_definition":true},{"name":"ms_can_mcap","highlighted_name":"Canaan Market Capitalization","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-marketcap/ms_can_mcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-27T01:00:00Z","sample":[[1789776000000,267393189.6888889],[1789862400000,270123570.8444445],[1789948800000,272853952.0]],"has_definition":true},{"name":"ms_cifr_mcap","highlighted_name":"Cipher Digital Market Capitalization","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-marketcap/ms_cifr_mcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-27T01:00:00Z","sample":[[1789776000000,7582810624.0],[1789862400000,7597236992.0],[1789948800000,7611663360.0]],"has_definition":true},{"name":"ms_clsk_mcap","highlighted_name":"CleanSpark Market Capitalization","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-marketcap/ms_clsk_mcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-27T01:00:00Z","sample":[[1789776000000,3691255419.377778],[1789862400000,3703699261.688889],[1789948800000,3716143104.0]],"has_definition":true},{"name":"ms_corz_mcap","highlighted_name":"Core Scientific Market Capitalization","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-marketcap/ms_corz_mcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-27T01:00:00Z","sample":[[1789603200000,5541638566.666667],[1789689600000,5749370100.0],[1789776000000,5780914688.0]],"has_definition":true},{"name":"ms_hive_mcap","highlighted_name":"HIVE Market Capitalization","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-marketcap/ms_hive_mcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-27T01:00:00Z","sample":[[1789776000000,927921143.2258065],[1789862400000,931603451.6129032],[1789948800000,935285760.0]],"has_definition":true},{"name":"ms_hut_mcap","highlighted_name":"Hut 8 Market Capitalization","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-marketcap/ms_hut_mcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-27T01:00:00Z","sample":[[1789776000000,12114765491.37778],[1789862400000,12142702937.68889],[1789948800000,12170640384.0]],"has_definition":true},{"name":"ms_mara_mcap","highlighted_name":"MARA Market Capitalization","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-marketcap/ms_mara_mcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-27T01:00:00Z","sample":[[1789776000000,5058087256.177778],[1789862400000,5086344876.088889],[1789948800000,5114602496.0]],"has_definition":true},{"name":"ms_riot_mcap","highlighted_name":"RIOT Market Capitalization","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-marketcap/ms_riot_mcap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-27T01:00:00Z","sample":[[1789776000000,8861921909.155556],[1789862400000,8887161146.577778],[1789948800000,8912400384.0]],"has_definition":true}]},{"slug":"mining-stocks-performance","name":"Mining Stocks Performance","extended_name":"Bitcoin vs Mining Stocks Performance","group":"mining","sub_group":"Miners","subheader":"One year performance comparison between Bitcoin and leading publicly traded mining companies","description":null,"view_url":"https://newhedge.io/bitcoin/mining-stocks-performance","docs_url":"https://docs.newhedge.io/api/mining-stocks-performance","docs_md_url":"https://docs.newhedge.io/api/mining-stocks-performance.md","metrics":[{"name":"btc_1y_perf","highlighted_name":"BTC 1y Performance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-performance/btc_1y_perf?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,-28.22403977271265],[1789862400000,-27.97847619836647],[1789948800000,-27.99075260303686]],"has_definition":true},{"name":"ms_9ci_1y_perf","highlighted_name":"The9 1y Performance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-performance/ms_9ci_1y_perf?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,-61.32167152575316],[1789862400000,-61.12730806608358],[1789948800000,-60.932944606414]],"has_definition":true},{"name":"ms_arbk_1y_perf","highlighted_name":"Argo Blockchain 1y Performance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-performance/ms_arbk_1y_perf?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,-95.4931825355544],[1789862400000,-95.57098209720944],[1789948800000,-95.64878165886448]],"has_definition":true},{"name":"ms_bitf_1y_perf","highlighted_name":"Bitfarms 1y Performance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-performance/ms_bitf_1y_perf?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,31.27035830618893],[1789862400000,31.92182410423454],[1789948800000,32.57328990228014]],"has_definition":true},{"name":"ms_btbt_1y_perf","highlighted_name":"Bit Digital 1y Performance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-performance/ms_btbt_1y_perf?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,-43.94904458598726],[1789862400000,-42.99363057324841],[1789948800000,-42.03821656050955]],"has_definition":true},{"name":"ms_can_1y_perf","highlighted_name":"Canaan 1y Performance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-performance/ms_can_1y_perf?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,-47.32336956521739],[1789862400000,-45.32608695652174],[1789948800000,-43.32880434782609]],"has_definition":true},{"name":"ms_cifr_1y_perf","highlighted_name":"Cipher Digital 1y Performance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-performance/ms_cifr_1y_perf?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,32.71251193887296],[1789862400000,34.04966571155681],[1789948800000,35.38681948424067]],"has_definition":true},{"name":"ms_clsk_1y_perf","highlighted_name":"CleanSpark 1y Performance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-performance/ms_clsk_1y_perf?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,6.016496846191171],[1789862400000,6.720038816108683],[1789948800000,7.423580786026197]],"has_definition":true},{"name":"ms_corz_1y_perf","highlighted_name":"Core Scientific 1y Performance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-performance/ms_corz_1y_perf?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,5.494078819646654],[1789862400000,6.212385944476785],[1789948800000,6.930693069306917]],"has_definition":true},{"name":"ms_ebon_1y_perf","highlighted_name":"Ebang 1y Performance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-performance/ms_ebon_1y_perf?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,-56.74958540630183],[1789862400000,-56.48424543946932],[1789948800000,-56.21890547263681]],"has_definition":true},{"name":"ms_hive_1y_perf","highlighted_name":"HIVE 1y Performance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-performance/ms_hive_1y_perf?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,-10.12216404886561],[1789862400000,-9.511343804537518],[1789948800000,-8.900523560209422]],"has_definition":true},{"name":"ms_hut_1y_perf","highlighted_name":"Hut 8 1y Performance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-performance/ms_hut_1y_perf?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,164.8534459994719],[1789862400000,168.9728016899921],[1789948800000,173.0921573805123]],"has_definition":true},{"name":"ms_mara_1y_perf","highlighted_name":"MARA 1y Performance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-performance/ms_mara_1y_perf?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,-27.77475022706631],[1789862400000,-27.70208900999092],[1789948800000,-27.62942779291554]],"has_definition":true},{"name":"ms_riot_1y_perf","highlighted_name":"RIOT 1y Performance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mining-stocks-performance/ms_riot_1y_perf?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,36.53333333333333],[1789862400000,37.35238095238095],[1789948800000,38.17142857142856]],"has_definition":true}]},{"slug":"monthly-miner-revenue","name":"Monthly Miner Revenue","extended_name":"Bitcoin Miner Revenue (Monthly)","group":"mining","sub_group":"Miner Revenue","subheader":"Block subsidy and transaction fees paid to miners for producing blocks and validating transactions","description":null,"view_url":"https://newhedge.io/bitcoin/monthly-miner-revenue","docs_url":"https://docs.newhedge.io/api/monthly-miner-revenue","docs_md_url":"https://docs.newhedge.io/api/monthly-miner-revenue.md","metrics":[{"name":"btc_miner_revenue_monthly","highlighted_name":"Monthly Miner Revenue BTC","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/monthly-miner-revenue/btc_miner_revenue_monthly?api_token={token}","shape":"keyed_hash","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":{"fees":[6045640.38094276,6873766.795159725,4675579.781532464],"subsidy":[873196768.71875,977372211.875,771954944.03125]},"has_definition":true}]},{"slug":"network-difficulty","name":"Network Difficulty","extended_name":"Bitcoin Network Difficulty","group":"mining","sub_group":"Difficulty","subheader":"Global network measure of how difficult it is to mine a new block for the Bitcoin blockchain","description":null,"view_url":"https://newhedge.io/bitcoin/network-difficulty","docs_url":"https://docs.newhedge.io/api/network-difficulty","docs_md_url":"https://docs.newhedge.io/api/network-difficulty.md","metrics":[{"name":"network_difficulty","highlighted_name":"Network Difficulty","metric_type":"external","request_url_template":"https://newhedge.io/api/v2/metrics/network-difficulty/network_difficulty?api_token={token}","shape":"time_series_array","units":"difficulty","units_source":"heuristic","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-23T00:07:00Z","sample":[[1789776000000,132757073449487],[1789862400000,132757073449487],[1789948800000,132757073449487]],"has_definition":true}]},{"slug":"puell-multiple","name":"Puell Multiple","extended_name":"Bitcoin Puell Multiple","group":"mining","sub_group":"Block Reward","subheader":"Ratio between the daily coin issuance and its 365-day moving average","description":null,"view_url":"https://newhedge.io/bitcoin/puell-multiple","docs_url":"https://docs.newhedge.io/api/puell-multiple","docs_md_url":"https://docs.newhedge.io/api/puell-multiple.md","metrics":[{"name":"puell_multiple","highlighted_name":"Puell Multiple","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/puell-multiple/puell_multiple?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,0.9157500315441971],[1789862400000,1.100960998730145],[1789948800000,1.148458632161658]],"has_definition":true}]}]},{"key":"network","label":"Network","chart_count":5,"charts":[{"slug":"circulating-supply","name":"Circulating Supply","extended_name":"Bitcoin Circulating Supply","group":"network","sub_group":"Supply","subheader":"Total number of mined bitcoin that are currently circulating on the network","description":null,"view_url":"https://newhedge.io/bitcoin/circulating-supply","docs_url":"https://docs.newhedge.io/api/circulating-supply","docs_md_url":"https://docs.newhedge.io/api/circulating-supply.md","metrics":[{"name":"total_circulating_bitcoin","highlighted_name":"Circulating Supply","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/circulating-supply/total_circulating_bitcoin?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,20086703.125],[1789862400000,20087184.375],[1789948800000,20087650.0]],"has_definition":true}]},{"slug":"future-bitcoin-supply","name":"Future Bitcoin Supply","extended_name":"Future Bitcoin Supply and Monetary Inflation","group":"network","sub_group":"Supply","subheader":"Estimated total number of Bitcoins that will be in circulation at a specific point in the future","description":null,"view_url":"https://newhedge.io/bitcoin/future-bitcoin-supply","docs_url":"https://docs.newhedge.io/api/future-bitcoin-supply","docs_md_url":"https://docs.newhedge.io/api/future-bitcoin-supply.md","metrics":[{"name":"future_annualized_inflation_rate","highlighted_name":"Future Bitcoin Annualized Inflation Rate","metric_type":"fixed","request_url_template":"https://newhedge.io/api/v2/metrics/future-bitcoin-supply/future_annualized_inflation_rate?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"manual","resolutions":["1d"],"next_expected_at":null,"sample":[[5368118400000,2.91766610871491e-09],[5368204800000,2.91766610871491e-09],[5368291200000,1.45883305435746e-09]],"has_definition":true},{"name":"future_total_supply","highlighted_name":"Future Bitcoin Supply","metric_type":"fixed","request_url_template":"https://newhedge.io/api/v2/metrics/future-bitcoin-supply/future_total_supply?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"manual","resolutions":["1d"],"next_expected_at":null,"sample":[[5368118400000,20999605.8639528],[5368204800000,20999605.8639544],[5368291200000,20999605.8639553]],"has_definition":true}]},{"slug":"hashprice","name":"Hashprice","extended_name":"Bitcoin Hashprice Index","group":"network","sub_group":"Hashrate","subheader":"Expected miner revenue on a per petahash basis","description":null,"view_url":"https://newhedge.io/bitcoin/hashprice","docs_url":"https://docs.newhedge.io/api/hashprice","docs_md_url":"https://docs.newhedge.io/api/hashprice.md","metrics":[{"name":"hashprice_btc","highlighted_name":"Hashprice (sats/PH/DAY)","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/hashprice/hashprice_btc?api_token={token}","shape":"time_series_array","units":"sats","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,47641.58352101744],[1789862400000,47560.13391891166],[1789948800000,47710.3541117018]],"has_definition":true},{"name":"hashprice_usd","highlighted_name":"Hashprice (USD/PH/DAY)","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/hashprice/hashprice_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,38.68239793771438],[1789862400000,38.60968292840366],[1789948800000,41.29735255067117]],"has_definition":true}]},{"slug":"hashrate-vs-price","name":"Hashrate vs Price","extended_name":"Bitcoin Hashrate vs Price","group":"network","sub_group":"Hashrate","subheader":"Correlation between bitcoin mining hashrate and price","description":null,"view_url":"https://newhedge.io/bitcoin/hashrate-vs-price","docs_url":"https://docs.newhedge.io/api/hashrate-vs-price","docs_md_url":"https://docs.newhedge.io/api/hashrate-vs-price.md","metrics":[{"name":"hashrate","highlighted_name":"Hashrate","metric_type":"external","request_url_template":"https://newhedge.io/api/v2/metrics/hashrate-vs-price/hashrate?api_token={token}","shape":"time_series_array","units":"hashrate_eh_s","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-23T00:07:00Z","sample":[[1789776000000,844.7219093010649],[1789862400000,1016.306047127844],[1789948800000,989.9084874621856]],"has_definition":true}]},{"slug":"nodes-by-networks","name":"Nodes by Networks","extended_name":"Bitcoin Nodes by ASN","group":"network","sub_group":"Nodes","subheader":"Distribution of reachable Bitcoin nodes across networks and hosting providers","description":null,"view_url":"https://newhedge.io/bitcoin/nodes-by-networks","docs_url":"https://docs.newhedge.io/api/nodes-by-networks","docs_md_url":"https://docs.newhedge.io/api/nodes-by-networks.md","metrics":[{"name":"nodes_by_sources","highlighted_name":"Brands","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/nodes-by-networks/nodes_by_sources?api_token={token}","shape":"object_array","units":"nodes","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:05:00Z","sample":[["Deutsche Telekom",167],["Verizon",163],["Other",5244]],"has_definition":true}]}]},{"key":"onchain","label":"On-chain","chart_count":57,"charts":[{"slug":"average-spent-output-lifespan","name":"Average Spent Output Lifespan","extended_name":"Bitcoin Average Spent Output Lifespan (ASOL)","group":"onchain","sub_group":"Spent Outputs","subheader":"Average age (in days) of spent transaction outputs","description":null,"view_url":"https://newhedge.io/bitcoin/average-spent-output-lifespan","docs_url":"https://docs.newhedge.io/api/average-spent-output-lifespan","docs_md_url":"https://docs.newhedge.io/api/average-spent-output-lifespan.md","metrics":[{"name":"asol","highlighted_name":"ASOL","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/average-spent-output-lifespan/asol?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","block"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,10.92031204342818],[1789862400000,4.493433376422541],[1789948800000,16.06414834270805]],"has_definition":true}]},{"slug":"capital-sentiment-phases","name":"Capital Sentiment Phases","extended_name":"Bitcoin Capital Sentiment Phases","group":"onchain","sub_group":"Capital Sentiment","subheader":"Bitcoin market cycle phase classification, from deep bear to raging bull.","description":"Bitview's capital sentiment model classifies each day into one of ten phases along a bear-to-bull spectrum: Deep Bear, Bear, Early Bear, Limbo, Early Bull, Weak Bull, Cautious Bull, Bull, Hopeful Bull, and Raging Bull. The y-axis and tooltip name the current phase directly. Gaps in history are days the model has not yet classified.","view_url":"https://newhedge.io/bitcoin/capital-sentiment-phases","docs_url":"https://docs.newhedge.io/api/capital-sentiment-phases","docs_md_url":"https://docs.newhedge.io/api/capital-sentiment-phases.md","metrics":[{"name":"capital_sentiment_phase","highlighted_name":"Capital Sentiment Phase","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/capital-sentiment-phases/capital_sentiment_phase?api_token={token}","shape":"time_series_array","units":null,"units_source":null,"update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,4],[1789776000000,4],[1789862400000,4]],"has_definition":true},{"name":"capital_sentiment_score_365d_sma","highlighted_name":"Score 1y Average","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/capital-sentiment-phases/capital_sentiment_score_365d_sma?api_token={token}","shape":"time_series_array","units":null,"units_source":null,"update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,-1.049315068493151],[1789862400000,-1.049315068493151],[1789948800000,-1.049315068493151]],"has_definition":true}]},{"slug":"coin-days-destroyed","name":"Coin Days Destroyed","extended_name":"Bitcoin Coin Days Destroyed (CDD)","group":"onchain","sub_group":"Lifespan","subheader":"Number of bitcoins transacted multiplied by the number of days since those bitcoins were last moved","description":null,"view_url":"https://newhedge.io/bitcoin/coin-days-destroyed","docs_url":"https://docs.newhedge.io/api/coin-days-destroyed","docs_md_url":"https://docs.newhedge.io/api/coin-days-destroyed.md","metrics":[{"name":"coin_days_destroyed","highlighted_name":"Coin Days Destroyed","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/coin-days-destroyed/coin_days_destroyed?api_token={token}","shape":"time_series_array","units":"btc_days","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,9782587.412467957],[1789776000000,6514922.970367432],[1789862400000,3690293.307754517]],"has_definition":true}]},{"slug":"coin-years-destroyed","name":"Coin Years Destroyed","extended_name":"Bitcoin Coin Years Destroyed (Supply Adjusted)","group":"onchain","sub_group":"Lifespan","subheader":"Number of coins moved multiplied by the number of years since those coins last moved","description":null,"view_url":"https://newhedge.io/bitcoin/coin-years-destroyed","docs_url":"https://docs.newhedge.io/api/coin-years-destroyed","docs_md_url":"https://docs.newhedge.io/api/coin-years-destroyed.md","metrics":[{"name":"cyd_supply_adjusted","highlighted_name":"Coin Years Destroyed","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/coin-years-destroyed/cyd_supply_adjusted?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.6798408],[1789776000000,0.6759433],[1789862400000,0.67563283]],"has_definition":true}]},{"slug":"coinflow-market-cap","name":"Coinflow Market Cap","extended_name":"Coinflow Market Cap","group":"onchain","sub_group":"Coinflow","subheader":"Bitcoin market capitalization under the coinflow price model.","description":"Market capitalization computed from the coinflow price model, a mobility-weighted cost-basis estimate.","view_url":"https://newhedge.io/bitcoin/coinflow-market-cap","docs_url":"https://docs.newhedge.io/api/coinflow-market-cap","docs_md_url":"https://docs.newhedge.io/api/coinflow-market-cap.md","metrics":[{"name":"coinflow_cap","highlighted_name":"Coinflow Market Cap","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/coinflow-market-cap/coinflow_cap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,877946587408.05],[1789776000000,878266126006.01],[1789862400000,878022357953.48]],"has_definition":true}]},{"slug":"coinflow-price","name":"Coinflow Price","extended_name":"Coinflow Price","group":"onchain","sub_group":"Coinflow","subheader":"Bitcoin's coinflow-weighted cost basis price model.","description":"The coinflow price model, a cost-basis estimate weighted by coin mobility rather than simple UTXO age.","view_url":"https://newhedge.io/bitcoin/coinflow-price","docs_url":"https://docs.newhedge.io/api/coinflow-price","docs_md_url":"https://docs.newhedge.io/api/coinflow-price.md","metrics":[{"name":"coinflow_price","highlighted_name":"Coinflow Price","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/coinflow-price/coinflow_price?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,74055.7],[1789776000000,74094.02],[1789862400000,74101.67]],"has_definition":true}]},{"slug":"cointime-supply","name":"Cointime Supply","extended_name":"Bitcoin Cointime Supply","group":"onchain","sub_group":"Coinflow","subheader":"Bitcoin supply split by cointime economics into awake and dormant cohorts.","description":"Awake supply (economically active coins) versus dormant supply (coins held long-term), alongside the cointime price model, from the cointime economics framework.","view_url":"https://newhedge.io/bitcoin/cointime-supply","docs_url":"https://docs.newhedge.io/api/cointime-supply","docs_md_url":"https://docs.newhedge.io/api/cointime-supply.md","metrics":[{"name":"awake_supply","highlighted_name":"Awake Supply","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cointime-supply/awake_supply?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,10562022.79376415],[1789776000000,10557609.87091308],[1789862400000,10550017.68167404]],"has_definition":true},{"name":"cointime_price","highlighted_name":"Cointime Price","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cointime-supply/cointime_price?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,52807.61],[1789776000000,52806.21],[1789862400000,52788.29]],"has_definition":true},{"name":"dormant_supply","highlighted_name":"Dormant Supply","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cointime-supply/dormant_supply?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,9524100.210430721],[1789776000000,9528910.008254319],[1789862400000,9536983.447450509]],"has_definition":true}]},{"slug":"cvdd","name":"CVDD","extended_name":"Cumulative Value Days Destroyed (CVDD)","group":"onchain","sub_group":"Lifespan","subheader":"Cumulative Value Days Destroyed, a long-term price floor model.","description":"CVDD: cumulative (coin days destroyed x price) divided by market age in days times a fixed calibration constant. Has historically acted as a price floor during bear markets.","view_url":"https://newhedge.io/bitcoin/cvdd","docs_url":"https://docs.newhedge.io/api/cvdd","docs_md_url":"https://docs.newhedge.io/api/cvdd.md","metrics":[{"name":"cvdd","highlighted_name":"CVDD","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/cvdd/cvdd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789689600000,50388.96601808529],[1789776000000,50395.10413554026],[1789862400000,50395.02938123016]],"has_definition":true}]},{"slug":"hot-supply-btc","name":"Hot Supply BTC","extended_name":"Bitcoin Hot Supply [BTC]","group":"onchain","sub_group":"Hot Supply","subheader":"Amount of bitcoin that has been moved or transacted within the last seven days","description":null,"view_url":"https://newhedge.io/bitcoin/hot-supply-btc","docs_url":"https://docs.newhedge.io/api/hot-supply-btc","docs_md_url":"https://docs.newhedge.io/api/hot-supply-btc.md","metrics":[{"name":"supply_hot_btc","highlighted_name":"Hot Supply BTC","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hot-supply-btc/supply_hot_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","block"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,541205.11044678],[1789862400000,537388.84867506],[1789948800000,580590.31044136]],"has_definition":true}]},{"slug":"hot-supply-usd","name":"Hot Supply USD","extended_name":"Bitcoin Hot Supply [USD]","group":"onchain","sub_group":"Hot Supply","subheader":"USD value of bitcoin that has been moved or transacted within the last seven days","description":null,"view_url":"https://newhedge.io/bitcoin/hot-supply-usd","docs_url":"https://docs.newhedge.io/api/hot-supply-usd","docs_md_url":"https://docs.newhedge.io/api/hot-supply-usd.md","metrics":[{"name":"supply_hot_usd","highlighted_name":"Hot Supply USD","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/hot-supply-usd/supply_hot_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","block"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,43964957885.06198],[1789862400000,43635962152.47135],[1789948800000,50178497616.33856]],"has_definition":true}]},{"slug":"invested-capital","name":"Invested Capital","extended_name":"Bitcoin Invested Capital","group":"onchain","sub_group":"Supply Dynamics","subheader":"Total amount of capital invested in Bitcoin based on the price of each coin at the time it last moved onchain","description":null,"view_url":"https://newhedge.io/bitcoin/invested-capital","docs_url":"https://docs.newhedge.io/api/invested-capital","docs_md_url":"https://docs.newhedge.io/api/invested-capital.md","metrics":[{"name":"invested_capital_in_loss","highlighted_name":"In Loss","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/invested-capital/invested_capital_in_loss?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,555550093906.17],[1789776000000,556564768247.8101],[1789862400000,555505905880.77]],"has_definition":true},{"name":"invested_capital_in_profit","highlighted_name":"In Profit","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/invested-capital/invested_capital_in_profit?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,513381621747.01],[1789776000000,512900121356.03],[1789862400000,514100261929.52]],"has_definition":true},{"name":"realized_cap","highlighted_name":"Total","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/invested-capital/realized_cap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1068931715653.03],[1789776000000,1069464889603.67],[1789862400000,1069606167810.12]],"has_definition":true}]},{"slug":"liquid-vs-illiquid-supply","name":"Liquid vs Illiquid Supply","extended_name":"Bitcoin Liquid vs Illiquid Supply","group":"onchain","sub_group":"Coinflow","subheader":"Bitcoin supply split by coinflow mobility into liquid and illiquid cohorts.","description":"Liquid supply (coins that move readily) versus illiquid supply (coins that stay dormant), from the coinflow classification model.","view_url":"https://newhedge.io/bitcoin/liquid-vs-illiquid-supply","docs_url":"https://docs.newhedge.io/api/liquid-vs-illiquid-supply","docs_md_url":"https://docs.newhedge.io/api/liquid-vs-illiquid-supply.md","metrics":[{"name":"immobile_supply","highlighted_name":"Illiquid Supply","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/liquid-vs-illiquid-supply/immobile_supply?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,8230904.88517809],[1789776000000,8233119.36071674],[1789862400000,8238114.83943884]],"has_definition":true},{"name":"mobile_supply","highlighted_name":"Liquid Supply","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/liquid-vs-illiquid-supply/mobile_supply?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,11855218.11901678],[1789776000000,11853400.51845066],[1789862400000,11848886.28968572]],"has_definition":true}]},{"slug":"liveliness","name":"Liveliness","extended_name":"Bitcoin Liveliness","group":"onchain","sub_group":"Lifespan","subheader":"Ratio of coin days destroyed to coin days accumulated","description":null,"view_url":"https://newhedge.io/bitcoin/liveliness","docs_url":"https://docs.newhedge.io/api/liveliness","docs_md_url":"https://docs.newhedge.io/api/liveliness.md","metrics":[{"name":"liveliness_activity","highlighted_name":"Liveliness","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/liveliness/liveliness_activity?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.6335709557602918],[1789776000000,0.633523380883088],[1789862400000,0.6334215020103444]],"has_definition":true}]},{"slug":"long-term-holder-mvrv-z-score","name":"Long Term Holder MVRV Z Score","extended_name":"Bitcoin Long Term Holder MVRV-Z Score","group":"onchain","sub_group":"MVRV-Z","subheader":"Statistical Z-Score of the Long-Term Holder MVRV","description":null,"view_url":"https://newhedge.io/bitcoin/long-term-holder-mvrv-z-score","docs_url":"https://docs.newhedge.io/api/long-term-holder-mvrv-z-score","docs_md_url":"https://docs.newhedge.io/api/long-term-holder-mvrv-z-score.md","metrics":[{"name":"mvrv_z_lth","highlighted_name":"LTH MVRV Z Score","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/long-term-holder-mvrv-z-score/mvrv_z_lth?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","block"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,1.162691493462439],[1789862400000,1.160961029331284],[1789948800000,1.350387352765942]],"has_definition":true}]},{"slug":"long-term-holder-realized-loss","name":"Long Term Holder Realized Loss","extended_name":"Bitcoin Long Term Holder Realized Loss","group":"onchain","sub_group":"Realized Loss","subheader":"The total USD value of losses incurred when coins held for more than 155 days are moved at a price higher than their realized price","description":null,"view_url":"https://newhedge.io/bitcoin/long-term-holder-realized-loss","docs_url":"https://docs.newhedge.io/api/long-term-holder-realized-loss","docs_md_url":"https://docs.newhedge.io/api/long-term-holder-realized-loss.md","metrics":[{"name":"realized_loss_lth","highlighted_name":"Long Term Holder Realized Loss","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/long-term-holder-realized-loss/realized_loss_lth?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,230723712.18],[1789776000000,39118106.5],[1789862400000,34621572.58]],"has_definition":true}]},{"slug":"long-term-holder-realized-price","name":"Long Term Holder Realized Price","extended_name":"Bitcoin Long Term Holder Realized Price","group":"onchain","sub_group":"Realized Price","subheader":"Average purchase price of Bitcoin held by long-term investors","description":null,"view_url":"https://newhedge.io/bitcoin/long-term-holder-realized-price","docs_url":"https://docs.newhedge.io/api/long-term-holder-realized-price","docs_md_url":"https://docs.newhedge.io/api/long-term-holder-realized-price.md","metrics":[{"name":"realized_price_lth","highlighted_name":"LTH Realized Price","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/long-term-holder-realized-price/realized_price_lth?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,49335.57],[1789776000000,49382.0],[1789862400000,49410.31]],"has_definition":true}]},{"slug":"long-term-holder-realized-profit","name":"Long Term Holder Realized Profit","extended_name":"Bitcoin Long Term Holder Realized Profit","group":"onchain","sub_group":"Realized Profit","subheader":"Total realized profit in USD from coins moved by long-term holders where the price at the time of spending was higher than when the coins last moved","description":null,"view_url":"https://newhedge.io/bitcoin/long-term-holder-realized-profit","docs_url":"https://docs.newhedge.io/api/long-term-holder-realized-profit","docs_md_url":"https://docs.newhedge.io/api/long-term-holder-realized-profit.md","metrics":[{"name":"realized_profit_lth","highlighted_name":"LTH Realized Profit","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/long-term-holder-realized-profit/realized_profit_lth?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,111604071.47],[1789776000000,114667179.69],[1789862400000,70770995.27]],"has_definition":true}]},{"slug":"long-term-holder-sopr","name":"Long Term Holder SOPR","extended_name":"Bitcoin Long Term Holder SOPR (LTH-SOPR)","group":"onchain","sub_group":"SOPR","subheader":"Realized value (USD) divided by the value at creation (USD) of spent outputs older than 155 days. Price sold / Price paid for long-term holders.","description":null,"view_url":"https://newhedge.io/bitcoin/long-term-holder-sopr","docs_url":"https://docs.newhedge.io/api/long-term-holder-sopr","docs_md_url":"https://docs.newhedge.io/api/long-term-holder-sopr.md","metrics":[{"name":"sopr_lth","highlighted_name":"LTH SOPR","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/long-term-holder-sopr/sopr_lth?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.93044776],[1789776000000,1.1828198],[1789862400000,1.1240098]],"has_definition":true}]},{"slug":"long-term-holder-supply","name":"Long Term Holder Supply","extended_name":"Bitcoin Long Term Holder Supply","group":"onchain","sub_group":"Onchain Supply","subheader":"Total amount of circulating supply held by long term holders","description":null,"view_url":"https://newhedge.io/bitcoin/long-term-holder-supply","docs_url":"https://docs.newhedge.io/api/long-term-holder-supply","docs_md_url":"https://docs.newhedge.io/api/long-term-holder-supply.md","metrics":[{"name":"supply_lth","highlighted_name":"Long Term Holder Supply","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/long-term-holder-supply/supply_lth?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,16569133.44856098],[1789776000000,16593407.16341739],[1789862400000,16609162.19929532]],"has_definition":true}]},{"slug":"long-term-holder-supply-change","name":"Long Term Holder Supply Change","extended_name":"Bitcoin Long Term Holder Supply Change","group":"onchain","sub_group":"Supply Dynamics","subheader":"Net change in the supply of BTC held for more than 155 days ","description":null,"view_url":"https://newhedge.io/bitcoin/long-term-holder-supply-change","docs_url":"https://docs.newhedge.io/api/long-term-holder-supply-change","docs_md_url":"https://docs.newhedge.io/api/long-term-holder-supply-change.md","metrics":[{"name":"supply_change_lth","highlighted_name":"LTH Supply Change","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/long-term-holder-supply-change/supply_change_lth?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,-96377.89813329],[1789776000000,-59311.37731979],[1789862400000,-37560.09219438]],"has_definition":true}]},{"slug":"lth-sth-realized-cap","name":"LTH/STH Realized Cap","extended_name":"Bitcoin LTH/STH Realized Cap","group":"onchain","sub_group":"Realized Cap","subheader":"Realized capitalization split into long-term and short-term holder cohorts.","description":"Total realized capitalization alongside its long-term holder (LTH) and short-term holder (STH) components.","view_url":"https://newhedge.io/bitcoin/lth-sth-realized-cap","docs_url":"https://docs.newhedge.io/api/lth-sth-realized-cap","docs_md_url":"https://docs.newhedge.io/api/lth-sth-realized-cap.md","metrics":[{"name":"realized_cap","highlighted_name":"Total","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/lth-sth-realized-cap/realized_cap?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1068931715653.03],[1789776000000,1069464889603.67],[1789862400000,1069606167810.12]],"has_definition":true},{"name":"realized_cap_lth","highlighted_name":"LTH","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/lth-sth-realized-cap/realized_cap_lth?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,817447691952.5699],[1789776000000,819415666185.16],[1789862400000,820663906313.96]],"has_definition":true},{"name":"realized_cap_sth","highlighted_name":"STH","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/lth-sth-realized-cap/realized_cap_sth?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,251484023700.46],[1789776000000,250049223418.51],[1789862400000,248942261496.16]],"has_definition":true}]},{"slug":"median-spent-output-lifespan","name":"Median Spent Output Lifespan","extended_name":"Bitcoin Median Spent Output Lifespan (MSOL)","group":"onchain","sub_group":"Spent Outputs","subheader":"Median age (in days) of spent transaction outputs","description":null,"view_url":"https://newhedge.io/bitcoin/median-spent-output-lifespan","docs_url":"https://docs.newhedge.io/api/median-spent-output-lifespan","docs_md_url":"https://docs.newhedge.io/api/median-spent-output-lifespan.md","metrics":[{"name":"msol","highlighted_name":"MSOL","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/median-spent-output-lifespan/msol?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","block"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,0.0002201171102055826],[1789862400000,0.0001755694029946253],[1789948800000,0.0009370338167817284]],"has_definition":true}]},{"slug":"mvrv","name":"MVRV","extended_name":"Bitcoin MVRV Ratio","group":"onchain","sub_group":"MVRV","subheader":"Comparison between bitcoin's market value to realized value","description":null,"view_url":"https://newhedge.io/bitcoin/mvrv","docs_url":"https://docs.newhedge.io/api/mvrv","docs_md_url":"https://docs.newhedge.io/api/mvrv.md","metrics":[{"name":"mvrv","highlighted_name":"MVRV","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mvrv/mvrv?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1.523742],[1789776000000,1.526402],[1789862400000,1.525752]],"has_definition":true}]},{"slug":"mvrv-lth","name":"MVRV LTH","extended_name":"Bitcoin Long Term Holder MVRV (LTH-MVRV)","group":"onchain","sub_group":"MVRV","subheader":"Ratio of market value to realized value for bitcoins held at least 155 days","description":null,"view_url":"https://newhedge.io/bitcoin/mvrv-lth","docs_url":"https://docs.newhedge.io/api/mvrv-lth","docs_md_url":"https://docs.newhedge.io/api/mvrv-lth.md","metrics":[{"name":"mvrv_lth","highlighted_name":"MVRV LTH","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mvrv-lth/mvrv_lth?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1.643634],[1789776000000,1.645743],[1789862400000,1.644278]],"has_definition":true}]},{"slug":"mvrv-quantile-bands","name":"MVRV Quantile Bands","extended_name":"MVRV Quantile Bands","group":"onchain","sub_group":"MVRV","subheader":"Expanding-window P25/P50/P75 percentile bands of Bitcoin's MVRV ratio.","description":"Cumulative-to-date percentile bands of MVRV: the P25 (accumulation) and P75 (distribution) thresholds, with the P50 median, computed from the full MVRV history at each date with no lookahead.","view_url":"https://newhedge.io/bitcoin/mvrv-quantile-bands","docs_url":"https://docs.newhedge.io/api/mvrv-quantile-bands","docs_md_url":"https://docs.newhedge.io/api/mvrv-quantile-bands.md","metrics":[{"name":"mvrv","highlighted_name":"MVRV","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mvrv-quantile-bands/mvrv?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1.523742],[1789776000000,1.526402],[1789862400000,1.525752]],"has_definition":true},{"name":"mvrv_quantile_p25","highlighted_name":"Accumulation Threshold (P25)","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/mvrv-quantile-bands/mvrv_quantile_p25?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789689600000,1.282933487165403],[1789776000000,1.282954806338013],[1789862400000,1.282976125510622]],"has_definition":true},{"name":"mvrv_quantile_p50","highlighted_name":"Median (P50)","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/mvrv-quantile-bands/mvrv_quantile_p50?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789689600000,1.710476319356578],[1789776000000,1.710240344009069],[1789862400000,1.71000436866156]],"has_definition":true},{"name":"mvrv_quantile_p75","highlighted_name":"Distribution Threshold (P75)","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/mvrv-quantile-bands/mvrv_quantile_p75?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789689600000,2.240413671959734],[1789776000000,2.240222228138927],[1789862400000,2.240030784318121]],"has_definition":true}]},{"slug":"mvrv-sth","name":"MVRV STH","extended_name":"Bitcoin Short Term Holder MVRV (STH-MVRV)","group":"onchain","sub_group":"MVRV","subheader":"Ratio of market value to realized value for bitcoins held less than 155 days","description":null,"view_url":"https://newhedge.io/bitcoin/mvrv-sth","docs_url":"https://docs.newhedge.io/api/mvrv-sth","docs_md_url":"https://docs.newhedge.io/api/mvrv-sth.md","metrics":[{"name":"mvrv_sth","highlighted_name":"MVRV STH","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mvrv-sth/mvrv_sth?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1.134034],[1789776000000,1.135319],[1789862400000,1.13502]],"has_definition":true}]},{"slug":"mvrv-z-score","name":"MVRV Z Score","extended_name":"Bitcoin MVRV Z-Score","group":"onchain","sub_group":"MVRV-Z","subheader":"Deviation between Bitcoin's market value and its realized value","description":null,"view_url":"https://newhedge.io/bitcoin/mvrv-z-score","docs_url":"https://docs.newhedge.io/api/mvrv-z-score","docs_md_url":"https://docs.newhedge.io/api/mvrv-z-score.md","metrics":[{"name":"mvrv_z","highlighted_name":"MVRV Z Score","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mvrv-z-score/mvrv_z?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.9361345157864752],[1789776000000,0.9411165377575545],[1789862400000,0.9398391678605647]],"has_definition":true}]},{"slug":"net-realized-profit-loss","name":"Net Realized Profit Loss","extended_name":"Bitcoin Net Realized Profit Loss (NRPL)","group":"onchain","sub_group":"Net Realized Profit/Loss","subheader":"Net value of all realized gains and losses of coins move on-chain","description":null,"view_url":"https://newhedge.io/bitcoin/net-realized-profit-loss","docs_url":"https://docs.newhedge.io/api/net-realized-profit-loss","docs_md_url":"https://docs.newhedge.io/api/net-realized-profit-loss.md","metrics":[{"name":"net_realized_profit_loss","highlighted_name":"Net Realized Profit Loss","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/net-realized-profit-loss/net_realized_profit_loss?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","block"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,434321418.7730345],[1789862400000,98394842.13813421],[1789948800000,1637856213.376094]],"has_definition":true}]},{"slug":"net-realized-profit-loss-lth","name":"Net Realized Profit Loss LTH","extended_name":"Bitcoin Long Term Holder Net Realized Profit Loss","group":"onchain","sub_group":"Net Realized Profit/Loss","subheader":"Net value of all realized gains and losses from coins held 155 days or more when they move on-chain","description":null,"view_url":"https://newhedge.io/bitcoin/net-realized-profit-loss-lth","docs_url":"https://docs.newhedge.io/api/net-realized-profit-loss-lth","docs_md_url":"https://docs.newhedge.io/api/net-realized-profit-loss-lth.md","metrics":[{"name":"net_realized_profit_loss_lth","highlighted_name":"Net Realized Profit Loss LTH","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/net-realized-profit-loss-lth/net_realized_profit_loss_lth?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","block"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,64025113.66025491],[1789862400000,35313775.90308511],[1789948800000,74567568.03460331]],"has_definition":true}]},{"slug":"net-realized-profit-loss-sth","name":"Net Realized Profit Loss STH","extended_name":"Bitcoin Short Term Holder Net Realized Profit Loss","group":"onchain","sub_group":"Net Realized Profit/Loss","subheader":"Net value of all realized gains and losses from coins held less than 155 days when they move on-chain","description":null,"view_url":"https://newhedge.io/bitcoin/net-realized-profit-loss-sth","docs_url":"https://docs.newhedge.io/api/net-realized-profit-loss-sth","docs_md_url":"https://docs.newhedge.io/api/net-realized-profit-loss-sth.md","metrics":[{"name":"net_realized_profit_loss_sth","highlighted_name":"Net Realized Profit Loss STH","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/net-realized-profit-loss-sth/net_realized_profit_loss_sth?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","block"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,370296305.1127798],[1789862400000,63081066.23504906],[1789948800000,1563288645.341491]],"has_definition":true}]},{"slug":"net-unrealized-profit-loss","name":"Net Unrealized Profit/Loss","extended_name":"Bitcoin Net Unrealized Profit/Loss (NUPL)","group":"onchain","sub_group":"Unrealized Profit/Loss","subheader":"Ratio obtained by dividing the total unrealized gains or losses by the market capitalization of all bitcoins in circulation","description":null,"view_url":"https://newhedge.io/bitcoin/net-unrealized-profit-loss","docs_url":"https://docs.newhedge.io/api/net-unrealized-profit-loss","docs_md_url":"https://docs.newhedge.io/api/net-unrealized-profit-loss.md","metrics":[{"name":"net_unrealized_profit_loss","highlighted_name":"Net Unrealized Profit/Loss","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/net-unrealized-profit-loss/net_unrealized_profit_loss?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,34.3721],[1789776000000,34.4865],[1789862400000,34.4585]],"has_definition":true}]},{"slug":"network-composition","name":"Network Composition","extended_name":"Bitcoin Network Composition","group":"onchain","sub_group":"Network Activity","subheader":"Daily counts of Bitcoin transaction types by on-chain activity.","description":"Daily counts of inscriptions, CoinJoins, consolidations, and dust outputs on the Bitcoin network.","view_url":"https://newhedge.io/bitcoin/network-composition","docs_url":"https://docs.newhedge.io/api/network-composition","docs_md_url":"https://docs.newhedge.io/api/network-composition.md","metrics":[{"name":"coinjoin_count","highlighted_name":"CoinJoins","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/network-composition/coinjoin_count?api_token={token}","shape":"time_series_array","units":"transactions","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,130.0],[1789776000000,128.0],[1789862400000,112.0]],"has_definition":true},{"name":"consolidation_count","highlighted_name":"Consolidations","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/network-composition/consolidation_count?api_token={token}","shape":"time_series_array","units":"transactions","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,9790.0],[1789776000000,8148.0],[1789862400000,7669.0]],"has_definition":true},{"name":"dust_output_count","highlighted_name":"Dust Outputs","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/network-composition/dust_output_count?api_token={token}","shape":"time_series_array","units":"outputs","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,37.0],[1789776000000,0.0],[1789862400000,49.0]],"has_definition":true},{"name":"inscription_count","highlighted_name":"Inscriptions","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/network-composition/inscription_count?api_token={token}","shape":"time_series_array","units":"inscriptions","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,5914.0],[1789776000000,5265.0],[1789862400000,5677.0]],"has_definition":true}]},{"slug":"network-value-to-transaction-ratio","name":"Network Value to Transaction Ratio","extended_name":"Bitcoin Network Value to Transactions (NVT Ratio)","group":"onchain","sub_group":"NVT","subheader":"Comparrison between Bitcoin’s market capitalization to its daily transfer volume","description":null,"view_url":"https://newhedge.io/bitcoin/network-value-to-transaction-ratio","docs_url":"https://docs.newhedge.io/api/network-value-to-transaction-ratio","docs_md_url":"https://docs.newhedge.io/api/network-value-to-transaction-ratio.md","metrics":[{"name":"nvt_raw","highlighted_name":"NVT Ratio","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/network-value-to-transaction-ratio/nvt_raw?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,17.051771],[1789776000000,24.106632],[1789862400000,31.675709]],"has_definition":true}]},{"slug":"op-return-chain-share","name":"OP RETURN Chain Share","extended_name":"Bitcoin OP RETURN Chain Share","group":"onchain","sub_group":"Network Activity","subheader":"Share of OP RETURN chain space used by each detected protocol.","description":"Percentage breakdown of Bitcoin's OP RETURN output space by the protocol writing to it (Runes, Omni, Stacks, OpenTimestamps, plain text, and unclassified), plus an Other slice for every remaining protocol not broken out individually. Other is the total OP RETURN chain share minus the six named protocols.","view_url":"https://newhedge.io/bitcoin/op-return-chain-share","docs_url":"https://docs.newhedge.io/api/op-return-chain-share","docs_md_url":"https://docs.newhedge.io/api/op-return-chain-share.md","metrics":[{"name":"op_return_omni_chain_share","highlighted_name":"Omni","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/op-return-chain-share/op_return_omni_chain_share?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0535],[1789776000000,0.0535],[1789862400000,0.0535]],"has_definition":true},{"name":"op_return_open_timestamps_chain_share","highlighted_name":"OpenTimestamps","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/op-return-chain-share/op_return_open_timestamps_chain_share?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true},{"name":"op_return_other_chain_share","highlighted_name":"Other","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/op-return-chain-share/op_return_other_chain_share?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.292299999],[1789776000000,0.292199999],[1789862400000,0.292099939]],"has_definition":true},{"name":"op_return_runes_chain_share","highlighted_name":"Runes","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/op-return-chain-share/op_return_runes_chain_share?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.3599],[1789776000000,0.3607],[1789862400000,0.3621]],"has_definition":true},{"name":"op_return_stacks_chain_share","highlighted_name":"Stacks","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/op-return-chain-share/op_return_stacks_chain_share?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0163],[1789776000000,0.0163],[1789862400000,0.0163]],"has_definition":true},{"name":"op_return_text_chain_share","highlighted_name":"Text","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/op-return-chain-share/op_return_text_chain_share?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0325],[1789776000000,0.0325],[1789862400000,0.0326]],"has_definition":true},{"name":"op_return_unknown_chain_share","highlighted_name":"Unknown","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/op-return-chain-share/op_return_unknown_chain_share?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.031100001],[1789776000000,0.031100001],[1789862400000,0.031100001]],"has_definition":true}]},{"slug":"percent-supply-in-profit","name":"Percent Supply in Profit","extended_name":"Bitcoin Percent Supply in Profit","group":"onchain","sub_group":"Onchain Supply","subheader":"Percentage of circulating supply in profit","description":null,"view_url":"https://newhedge.io/bitcoin/percent-supply-in-profit","docs_url":"https://docs.newhedge.io/api/percent-supply-in-profit","docs_md_url":"https://docs.newhedge.io/api/percent-supply-in-profit.md","metrics":[{"name":"supply_in_profit_percent","highlighted_name":"Percent Supply in Profit","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/percent-supply-in-profit/supply_in_profit_percent?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,72.010796],[1789776000000,71.947495],[1789862400000,72.010895]],"has_definition":true}]},{"slug":"realized-cap-net-position-change","name":"Realized Cap Net Position Change","extended_name":"Realized Cap Net Position Change","group":"onchain","sub_group":"Realized Cap","subheader":"30-day change in realized capitalization, a proxy for aggregate capital inflow or outflow.","description":"The trailing 30-day dollar change in Bitcoin's realized capitalization (sum of all coins valued at the price they last moved). A positive value means realized cap grew over the window, indicating net capital inflow at cost basis; a negative value means it shrank, indicating net capital outflow. Computed as realized cap today minus realized cap 30 days ago, using the nearest available day when either date is missing from the source series.","view_url":"https://newhedge.io/bitcoin/realized-cap-net-position-change","docs_url":"https://docs.newhedge.io/api/realized-cap-net-position-change","docs_md_url":"https://docs.newhedge.io/api/realized-cap-net-position-change.md","metrics":[{"name":"realized_cap_net_position_change_30d","highlighted_name":"Realized Cap Net Position Change","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/realized-cap-net-position-change/realized_cap_net_position_change_30d?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,11525397561.14001],[1789862400000,10321450873.62],[1789948800000,9827613676.069946]],"has_definition":true}]},{"slug":"realized-hodl-ratio","name":"Realized HODL Ratio","extended_name":"Bitcoin Realized HODL Ratio (RHODL)","group":"onchain","sub_group":"HODL","subheader":"Ratio between recently moved bitcoins (1 week HODL waves) with those moved further in the past (1-2 year HODL waves)","description":null,"view_url":"https://newhedge.io/bitcoin/realized-hodl-ratio","docs_url":"https://docs.newhedge.io/api/realized-hodl-ratio","docs_md_url":"https://docs.newhedge.io/api/realized-hodl-ratio.md","metrics":[{"name":"rhold_ratio","highlighted_name":"RHODL Ratio","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-hodl-ratio/rhold_ratio?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,730.76],[1789776000000,980.3199999999999],[1789862400000,1240.89]],"has_definition":true}]},{"slug":"realized-loss","name":"Realized Loss","extended_name":"Bitcoin Realized Loss","group":"onchain","sub_group":"Realized Loss","subheader":"Total loss (in USD) from coins that were moved when their price was higher at their last movement compared to their current movement","description":null,"view_url":"https://newhedge.io/bitcoin/realized-loss","docs_url":"https://docs.newhedge.io/api/realized-loss","docs_md_url":"https://docs.newhedge.io/api/realized-loss.md","metrics":[{"name":"realized_loss","highlighted_name":"Realized Loss","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-loss/realized_loss?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,285311186.46],[1789776000000,48944494.15],[1789862400000,81829791.6]],"has_definition":true}]},{"slug":"realized-price","name":"Realized Price","extended_name":"Bitcoin Realized Price","group":"onchain","sub_group":"Realized Price","subheader":"Value of all coins at the price they were last transacted, divided by the current circulating supply","description":null,"view_url":"https://newhedge.io/bitcoin/realized-price","docs_url":"https://docs.newhedge.io/api/realized-price","docs_md_url":"https://docs.newhedge.io/api/realized-price.md","metrics":[{"name":"realized_price","highlighted_name":"Realized Price","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price/realized_price?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,53217.42],[1789776000000,53242.91],[1789862400000,53248.67]],"has_definition":true}]},{"slug":"realized-profit","name":"Realized Profit","extended_name":"Bitcoin Realized Profit","group":"onchain","sub_group":"Realized Profit","subheader":"Total profit (in USD) from coins that were moved when their price was lower at their last movement compared to their current movement","description":null,"view_url":"https://newhedge.io/bitcoin/realized-profit","docs_url":"https://docs.newhedge.io/api/realized-profit","docs_md_url":"https://docs.newhedge.io/api/realized-profit.md","metrics":[{"name":"realized_profit","highlighted_name":"Realized Profit","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-profit/realized_profit?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,884913855.8],[1789776000000,550146847.15],[1789862400000,184207274.07]],"has_definition":true}]},{"slug":"reserve-risk","name":"Reserve Risk","extended_name":"Bitcoin Reserve Risk","group":"onchain","sub_group":"Lifespan","subheader":"Ratio between Bitcoin’s price and the historical spending of long-term holders","description":null,"view_url":"https://newhedge.io/bitcoin/reserve-risk","docs_url":"https://docs.newhedge.io/api/reserve-risk","docs_md_url":"https://docs.newhedge.io/api/reserve-risk.md","metrics":[{"name":"mvocdd","highlighted_name":"MVOCDD","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/reserve-risk/mvocdd?api_token={token}","shape":"time_series_array","units":null,"units_source":null,"update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789689600000,34876.42830969393],[1789776000000,34432.28883594275],[1789862400000,34432.28883594275]],"has_definition":true},{"name":"reserve_risk","highlighted_name":"Reserve Risk","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/reserve-risk/reserve_risk?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.00429109224963226],[1789776000000,0.004298296442573865],[1789862400000,0.004294107730588365]],"has_definition":true},{"name":"vocdd","highlighted_name":"VCODD","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/reserve-risk/vocdd?api_token={token}","shape":"time_series_array","units":null,"units_source":null,"update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,38455.91342911124],[1789776000000,26353.13081336021],[1789862400000,14835.8608365804]],"has_definition":true}]},{"slug":"short-term-holder-mvrv-z-score","name":"Short Term Holder MVRV Z Score","extended_name":"Bitcoin Short Term Holder MVRV-Z Score","group":"onchain","sub_group":"MVRV-Z","subheader":"Statistical Z-Score of the Short-Term Holder MVRV","description":null,"view_url":"https://newhedge.io/bitcoin/short-term-holder-mvrv-z-score","docs_url":"https://docs.newhedge.io/api/short-term-holder-mvrv-z-score","docs_md_url":"https://docs.newhedge.io/api/short-term-holder-mvrv-z-score.md","metrics":[{"name":"mvrv_z_sth","highlighted_name":"STH MVRV Z Score","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/short-term-holder-mvrv-z-score/mvrv_z_sth?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","block"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,0.2378707403766603],[1789862400000,0.2364388001792548],[1789948800000,0.3561742043305368]],"has_definition":true}]},{"slug":"short-term-holder-realized-loss","name":"Short Term Holder Realized Loss","extended_name":"Bitcoin Short Term Holder Realized Loss","group":"onchain","sub_group":"Realized Loss","subheader":"Total USD value of losses incurred when coins held for less than 155 days are moved at a price higher than their realized price","description":null,"view_url":"https://newhedge.io/bitcoin/short-term-holder-realized-loss","docs_url":"https://docs.newhedge.io/api/short-term-holder-realized-loss","docs_md_url":"https://docs.newhedge.io/api/short-term-holder-realized-loss.md","metrics":[{"name":"realized_loss_sth","highlighted_name":"Short Term Holder Realized Loss","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/short-term-holder-realized-loss/realized_loss_sth?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","block"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,27503622.21308704],[1789862400000,53652568.4548665],[1789948800000,17467767.89799859]],"has_definition":true}]},{"slug":"short-term-holder-realized-price","name":"Short Term Holder Realized Price","extended_name":"Bitcoin Short Term Holder Realized Price","group":"onchain","sub_group":"Realized Price","subheader":"Average purchase price of Bitcoin held by short-term investors","description":null,"view_url":"https://newhedge.io/bitcoin/short-term-holder-realized-price","docs_url":"https://docs.newhedge.io/api/short-term-holder-realized-price","docs_md_url":"https://docs.newhedge.io/api/short-term-holder-realized-price.md","metrics":[{"name":"realized_price_sth","highlighted_name":"STH Realized Price","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/short-term-holder-realized-price/realized_price_sth?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,71505.47],[1789776000000,71583.49],[1789862400000,71579.58]],"has_definition":true}]},{"slug":"short-term-holder-realized-profit","name":"Short Term Holder Realized Profit","extended_name":"Bitcoin Short Term Holder Realized Profit","group":"onchain","sub_group":"Realized Profit","subheader":"Total realized profit in USD from coins moved by short-term holders where the price at the time of spending was higher than when the coins last moved","description":null,"view_url":"https://newhedge.io/bitcoin/short-term-holder-realized-profit","docs_url":"https://docs.newhedge.io/api/short-term-holder-realized-profit","docs_md_url":"https://docs.newhedge.io/api/short-term-holder-realized-profit.md","metrics":[{"name":"realized_profit_sth","highlighted_name":"Short Term Holder Realized Profit","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/short-term-holder-realized-profit/realized_profit_sth?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","block"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,402461922.4787892],[1789862400000,115425032.0394812],[1789948800000,1631393129.948459]],"has_definition":true}]},{"slug":"short-term-holder-sopr","name":"Short Term Holder SOPR","extended_name":"Bitcoin Short Term Holder SOPR (STH-SOPR)","group":"onchain","sub_group":"SOPR","subheader":"Realized value (USD) divided by the value at creation (USD) of spent outputs younger than 155 days. Price sold / Price paid for short-term holders.","description":null,"view_url":"https://newhedge.io/bitcoin/short-term-holder-sopr","docs_url":"https://docs.newhedge.io/api/short-term-holder-sopr","docs_md_url":"https://docs.newhedge.io/api/short-term-holder-sopr.md","metrics":[{"name":"sopr_sth","highlighted_name":"STH SOPR","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/short-term-holder-sopr/sopr_sth?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1.007711],[1789776000000,1.0063717],[1789862400000,1.0012953]],"has_definition":true}]},{"slug":"short-term-holder-supply","name":"Short Term Holder Supply","extended_name":"Bitcoin Short Term Holder Supply","group":"onchain","sub_group":"Onchain Supply","subheader":"Total amount of circulating supply held by short term holders","description":null,"view_url":"https://newhedge.io/bitcoin/short-term-holder-supply","docs_url":"https://docs.newhedge.io/api/short-term-holder-supply","docs_md_url":"https://docs.newhedge.io/api/short-term-holder-supply.md","metrics":[{"name":"supply_sth","highlighted_name":"Short Term Holder Supply","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/short-term-holder-supply/supply_sth?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,3516989.55563412],[1789776000000,3493112.71575024],[1789862400000,3477838.92982946]],"has_definition":true}]},{"slug":"short-term-holder-supply-change","name":"Short Term Holder Supply Change","extended_name":"Bitcoin Short Term Holder Supply Change","group":"onchain","sub_group":"Supply Dynamics","subheader":"Net change in the supply of BTC held for less than 155 days ","description":null,"view_url":"https://newhedge.io/bitcoin/short-term-holder-supply-change","docs_url":"https://docs.newhedge.io/api/short-term-holder-supply-change","docs_md_url":"https://docs.newhedge.io/api/short-term-holder-supply-change.md","metrics":[{"name":"supply_change_sth","highlighted_name":"STH Supply Change","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/short-term-holder-supply-change/supply_change_sth?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,110118.51753348],[1789776000000,73051.99671474],[1789862400000,51353.83654651]],"has_definition":true}]},{"slug":"short-term-holders-unrealized-loss","name":"Short Term Holders Unrealized Loss","extended_name":"Bitcoin Short Term Holders Unrealized Loss","group":"onchain","sub_group":"Unrealized Profit/Loss","subheader":"Total unrealized loss held by short-term Bitcoin holders","description":null,"view_url":"https://newhedge.io/bitcoin/short-term-holders-unrealized-loss","docs_url":"https://docs.newhedge.io/api/short-term-holders-unrealized-loss","docs_md_url":"https://docs.newhedge.io/api/short-term-holders-unrealized-loss.md","metrics":[{"name":"sth_unrealized_loss","highlighted_name":"Short Term Holders Unrealized Loss","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/short-term-holders-unrealized-loss/sth_unrealized_loss?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","block"],"next_expected_at":"2026-09-23T01:00:00Z","sample":[[1789776000000,28972267.12888545],[1789862400000,28295604.20888157],[1789948800000,14565465.43557291]],"has_definition":true}]},{"slug":"sopr-ratio","name":"SOPR Ratio","extended_name":"Bitcoin SOPR Ratio (STH/LTH)","group":"onchain","sub_group":"SOPR","subheader":"Short-term holder SOPR divided by long-term holder SOPR.","description":"The ratio of short-term holder Spent Output Profit Ratio to long-term holder SOPR. A ratio above 1 means recent buyers are realizing profit at a faster rate than long-term holders; below 1 means the opposite.","view_url":"https://newhedge.io/bitcoin/sopr-ratio","docs_url":"https://docs.newhedge.io/api/sopr-ratio","docs_md_url":"https://docs.newhedge.io/api/sopr-ratio.md","metrics":[{"name":"sopr_ratio","highlighted_name":"SOPR Ratio","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/sopr-ratio/sopr_ratio?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1.083038772644259],[1789776000000,0.850824191478702],[1789862400000,0.8908243504638482]],"has_definition":true}]},{"slug":"spent-output-profit-ratio","name":"Spent Output Profit Ratio","extended_name":"Bitcoin Spent Output Profit Ratio (SOPR)","group":"onchain","sub_group":"SOPR","subheader":"Realized value (USD) divided by the value at creation (USD) of a spent output. Price sold / Price paid.","description":null,"view_url":"https://newhedge.io/bitcoin/spent-output-profit-ratio","docs_url":"https://docs.newhedge.io/api/spent-output-profit-ratio","docs_md_url":"https://docs.newhedge.io/api/spent-output-profit-ratio.md","metrics":[{"name":"sopr","highlighted_name":"SOPR","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/spent-output-profit-ratio/sopr?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1.0063169],[1789776000000,1.0074565],[1789862400000,1.001991]],"has_definition":true}]},{"slug":"sth-profit-loss-ratio","name":"STH Profit/Loss Ratio","extended_name":"Bitcoin STH Profit/Loss Ratio","group":"onchain","sub_group":"Onchain Supply","subheader":"Short-term holder supply in profit divided by short-term holder supply in loss.","description":"The ratio of Bitcoin supply held by short-term holders that is currently in profit to the supply held by short-term holders that is currently in loss.","view_url":"https://newhedge.io/bitcoin/sth-profit-loss-ratio","docs_url":"https://docs.newhedge.io/api/sth-profit-loss-ratio","docs_md_url":"https://docs.newhedge.io/api/sth-profit-loss-ratio.md","metrics":[{"name":"sth_supply_pl_ratio","highlighted_name":"STH Profit/Loss Ratio","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/sth-profit-loss-ratio/sth_supply_pl_ratio?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,25.77554911676823],[1789776000000,22.36843188332714],[1789862400000,24.10320693198886]],"has_definition":true}]},{"slug":"total-supply-in-loss","name":"Total Supply in Loss","extended_name":"Bitcoin Total Supply in Loss","group":"onchain","sub_group":"Onchain Supply","subheader":"Amount of coins whose price at the time they last moved was higher than the current price","description":null,"view_url":"https://newhedge.io/bitcoin/total-supply-in-loss","docs_url":"https://docs.newhedge.io/api/total-supply-in-loss","docs_md_url":"https://docs.newhedge.io/api/total-supply-in-loss.md","metrics":[{"name":"supply_in_loss","highlighted_name":"Total Supply in Loss","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/total-supply-in-loss/supply_in_loss?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,5621940.0283029],[1789776000000,5634769.42164237],[1789862400000,5622179.87066147]],"has_definition":true}]},{"slug":"total-supply-in-profit","name":"Total Supply in Profit","extended_name":"Bitcoin Total Supply in Profit","group":"onchain","sub_group":"Onchain Supply","subheader":"Amount of coins whose price at the time they last moved was lower than the current price","description":null,"view_url":"https://newhedge.io/bitcoin/total-supply-in-profit","docs_url":"https://docs.newhedge.io/api/total-supply-in-profit","docs_md_url":"https://docs.newhedge.io/api/total-supply-in-profit.md","metrics":[{"name":"supply_in_profit","highlighted_name":"Total Supply in Profit","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/total-supply-in-profit/supply_in_profit?api_token={token}","shape":"time_series_array","units":"btc","units_source":"heuristic","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,14464182.9758922],[1789776000000,14451750.45752526],[1789862400000,14464821.25846331]],"has_definition":true}]},{"slug":"unrealized-loss","name":"Unrealized Loss","extended_name":"Bitcoin Unrealized Loss","group":"onchain","sub_group":"Unrealized Profit/Loss","subheader":"Estimated USD value of aggregate unrealized loss across Bitcoin supply","description":null,"view_url":"https://newhedge.io/bitcoin/unrealized-loss","docs_url":"https://docs.newhedge.io/api/unrealized-loss","docs_md_url":"https://docs.newhedge.io/api/unrealized-loss.md","metrics":[{"name":"unrealized_loss","highlighted_name":"Unrealized Loss","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/unrealized-loss/unrealized_loss?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,99669113348.31],[1789776000000,98626606569.39],[1789862400000,98735894036.6]],"has_definition":true}]},{"slug":"unrealized-profit","name":"Unrealized Profit","extended_name":"Bitcoin Unrealized Profit","group":"onchain","sub_group":"Unrealized Profit/Loss","subheader":"Estimated USD value of aggregate unrealized profit across Bitcoin supply","description":null,"view_url":"https://newhedge.io/bitcoin/unrealized-profit","docs_url":"https://docs.newhedge.io/api/unrealized-profit","docs_md_url":"https://docs.newhedge.io/api/unrealized-profit.md","metrics":[{"name":"unrealized_profit","highlighted_name":"Unrealized Profit","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/unrealized-profit/unrealized_profit?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,659513479378.55],[1789776000000,661594794467.0699],[1789862400000,661083871191.23]],"has_definition":true}]},{"slug":"value-days-destroyed-multiple","name":"Value Days Destroyed Multiple","extended_name":"Bitcoin Value Days Destroyed (VDD) Multiple","group":"onchain","sub_group":"Lifespan","subheader":"Ratio of short-term to long-term spending velocity, adjusted for price and supply","description":null,"view_url":"https://newhedge.io/bitcoin/value-days-destroyed-multiple","docs_url":"https://docs.newhedge.io/api/value-days-destroyed-multiple","docs_md_url":"https://docs.newhedge.io/api/value-days-destroyed-multiple.md","metrics":[{"name":"vdd_multiple","highlighted_name":"VDD Multiple","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/value-days-destroyed-multiple/vdd_multiple?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,0.6883],[1789862400000,0.6755],[1789948800000,0.6409]],"has_definition":true}]}]},{"key":"options","label":"Options","chart_count":5,"charts":[{"slug":"25-delta-skew","name":"25 Delta Skew","extended_name":"Bitcoin 25 Delta Skew","group":"options","sub_group":"Options","subheader":"Difference in implied volatility between out-of-the-money Bitcoin put options and call options at the 25-delta level","description":null,"view_url":"https://newhedge.io/bitcoin/25-delta-skew","docs_url":"https://docs.newhedge.io/api/25-delta-skew","docs_md_url":"https://docs.newhedge.io/api/25-delta-skew.md","metrics":[{"name":"bitcoin_25_delta_skew_1m","highlighted_name":"1M","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/25-delta-skew/bitcoin_25_delta_skew_1m?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,0.21],[1789862400000,3.59],[1789948800000,1.16]],"has_definition":true},{"name":"bitcoin_25_delta_skew_1w","highlighted_name":"1W","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/25-delta-skew/bitcoin_25_delta_skew_1w?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,-9.92],[1789862400000,-3.61],[1789948800000,0.28]],"has_definition":true},{"name":"bitcoin_25_delta_skew_3m","highlighted_name":"3M","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/25-delta-skew/bitcoin_25_delta_skew_3m?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,3.03],[1789862400000,4.22],[1789948800000,3.09]],"has_definition":true},{"name":"bitcoin_25_delta_skew_6m","highlighted_name":"6M","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/25-delta-skew/bitcoin_25_delta_skew_6m?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,2.67],[1789862400000,3.34],[1789948800000,2.42]],"has_definition":true}]},{"slug":"atm-implied-volatility","name":"ATM Implied Volatility","extended_name":"Bitcoin ATM Implied Volatility","group":"options","sub_group":"Options","subheader":"Implied volatility derived from at-the-money Bitcoin options, where the option’s strike price is closest to the current spot price of Bitcoin","description":null,"view_url":"https://newhedge.io/bitcoin/atm-implied-volatility","docs_url":"https://docs.newhedge.io/api/atm-implied-volatility","docs_md_url":"https://docs.newhedge.io/api/atm-implied-volatility.md","metrics":[{"name":"bitcoin_atm_implied_volatility_1m","highlighted_name":"1M","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/atm-implied-volatility/bitcoin_atm_implied_volatility_1m?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,34.72],[1789862400000,34.510000000000005],[1789948800000,36.73]],"has_definition":true},{"name":"bitcoin_atm_implied_volatility_1w","highlighted_name":"1W","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/atm-implied-volatility/bitcoin_atm_implied_volatility_1w?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,33.76],[1789862400000,35.72],[1789948800000,38.13]],"has_definition":true},{"name":"bitcoin_atm_implied_volatility_3m","highlighted_name":"3M","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/atm-implied-volatility/bitcoin_atm_implied_volatility_3m?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,37.05],[1789862400000,37.169999999999995],[1789948800000,38.51]],"has_definition":true},{"name":"bitcoin_atm_implied_volatility_6m","highlighted_name":"6M","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/atm-implied-volatility/bitcoin_atm_implied_volatility_6m?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,38.51],[1789862400000,38.58],[1789948800000,39.6]],"has_definition":true}]},{"slug":"implied-volatility-term-structure-slope","name":"Implied Volatility Term Structure Slope","extended_name":"Bitcoin Implied Volatility Term Structure Slope","group":"options","sub_group":"Options","subheader":"Difference between implied volatility levels across Bitcoin option expiries","description":null,"view_url":"https://newhedge.io/bitcoin/implied-volatility-term-structure-slope","docs_url":"https://docs.newhedge.io/api/implied-volatility-term-structure-slope","docs_md_url":"https://docs.newhedge.io/api/implied-volatility-term-structure-slope.md","metrics":[{"name":"bitcoin_implied_volatility_term_structure_slope","highlighted_name":"1M-6M","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/implied-volatility-term-structure-slope/bitcoin_implied_volatility_term_structure_slope?api_token={token}","shape":"time_series_array","units":"percent","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:22:00Z","sample":[[1789776000000,-3.79],[1789862400000,-4.07],[1789948800000,-2.87]],"has_definition":true}]},{"slug":"options-put-call-ratio","name":"Options Put Call Ratio","extended_name":"Bitcoin Options Put/Call Ratio","group":"options","sub_group":"Options","subheader":"Measure of the proportion of Deribit Bitcoin put options relative to call options","description":"The ratio of put open interest to call open interest across listed Bitcoin options, in contracts. A ratio above 1 means more open puts than calls, which is usually read as downside hedging or bearish positioning; below 1 means call open interest dominates.","view_url":"https://newhedge.io/bitcoin/options-put-call-ratio","docs_url":"https://docs.newhedge.io/api/options-put-call-ratio","docs_md_url":"https://docs.newhedge.io/api/options-put-call-ratio.md","metrics":[{"name":"options_put_call_ratio","highlighted_name":"Put/Call Ratio","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/options-put-call-ratio/options_put_call_ratio?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789689600000,0.57],[1789776000000,0.56],[1789862400000,0.56]],"has_definition":true}]},{"slug":"spot-vol-correlation","name":"Spot-Vol Correlation","extended_name":"Bitcoin Spot-Vol Correlation","group":"options","sub_group":"Options","subheader":"Rolling 30-day correlation between Bitcoin’s spot price returns and changes in its implied volatility","description":null,"view_url":"https://newhedge.io/bitcoin/spot-vol-correlation","docs_url":"https://docs.newhedge.io/api/spot-vol-correlation","docs_md_url":"https://docs.newhedge.io/api/spot-vol-correlation.md","metrics":[{"name":"bitcoin_spot_vol_correlation","highlighted_name":"Trailing 30 days","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/spot-vol-correlation/bitcoin_spot_vol_correlation?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:20:00Z","sample":[[1789689600000,0.07478596706394196],[1789776000000,-0.011407508570599991],[1789862400000,0.04889770147740916]],"has_definition":true}]}]},{"key":"pools","label":"Pools","chart_count":88,"charts":[{"slug":"antpool-blocks-mined","name":"AntPool Blocks Mined","extended_name":"AntPool Blocks Mined","group":"pools","sub_group":"AntPool","subheader":"Number of Bitcoin blocks the pool successfully mined each day, along with its cumulative total over time","description":null,"view_url":"https://newhedge.io/bitcoin/antpool-blocks-mined","docs_url":"https://docs.newhedge.io/api/antpool-blocks-mined","docs_md_url":"https://docs.newhedge.io/api/antpool-blocks-mined.md","metrics":[{"name":"antpool_blocks_mined","highlighted_name":"Blocks Mined","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/antpool-blocks-mined/antpool_blocks_mined?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,34.0],[1789776000000,24.0],[1789862400000,32.0]],"has_definition":true},{"name":"antpool_blocks_mined_cumulative","highlighted_name":"Blocks Mined Cumulative","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/antpool-blocks-mined/antpool_blocks_mined_cumulative?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,110417.0],[1789776000000,110440.0],[1789862400000,110472.0]],"has_definition":true}]},{"slug":"antpool-days-since-block","name":"AntPool Days Since Block","extended_name":"AntPool Days Since Block","group":"pools","sub_group":"AntPool","subheader":"Amount of days passed since the pool last mined a Bitcoin block","description":null,"view_url":"https://newhedge.io/bitcoin/antpool-days-since-block","docs_url":"https://docs.newhedge.io/api/antpool-days-since-block","docs_md_url":"https://docs.newhedge.io/api/antpool-days-since-block.md","metrics":[{"name":"antpool_days_since_block","highlighted_name":"Days Since Block","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/antpool-days-since-block/antpool_days_since_block?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"antpool-dominance","name":"AntPool Dominance","extended_name":"AntPool Dominance","group":"pools","sub_group":"AntPool","subheader":"Share of total Bitcoin network hashrate controlled by the pool","description":null,"view_url":"https://newhedge.io/bitcoin/antpool-dominance","docs_url":"https://docs.newhedge.io/api/antpool-dominance","docs_md_url":"https://docs.newhedge.io/api/antpool-dominance.md","metrics":[{"name":"antpool_1d_dominance","highlighted_name":"Dominance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/antpool-dominance/antpool_1d_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,22.3684],[1789776000000,18.75],[1789862400000,20.7792]],"has_definition":true}]},{"slug":"antpool-rewards-collected","name":"AntPool Rewards Collected","extended_name":"AntPool Rewards Collected","group":"pools","sub_group":"AntPool","subheader":"Bitcoin earned by the pool from block subsidies and transaction fees over time","description":null,"view_url":"https://newhedge.io/bitcoin/antpool-rewards-collected","docs_url":"https://docs.newhedge.io/api/antpool-rewards-collected","docs_md_url":"https://docs.newhedge.io/api/antpool-rewards-collected.md","metrics":[{"name":"antpool_rewards_cumulative","highlighted_name":"Cumulative Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/antpool-rewards-collected/antpool_rewards_cumulative?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1188752.21635743],[1789776000000,1188824.4639188],[1789862400000,1188924.8889501]],"has_definition":true},{"name":"antpool_rewards_sum","highlighted_name":"Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/antpool-rewards-collected/antpool_rewards_sum?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,106.90390108],[1789776000000,75.3795144],[1789862400000,100.4250313]],"has_definition":true}]},{"slug":"binance-pool-blocks-mined","name":"Binance Pool Blocks Mined","extended_name":"Binance Pool Blocks Mined","group":"pools","sub_group":"Binance Pool","subheader":"Number of Bitcoin blocks the pool successfully mined each day, along with its cumulative total over time","description":null,"view_url":"https://newhedge.io/bitcoin/binance-pool-blocks-mined","docs_url":"https://docs.newhedge.io/api/binance-pool-blocks-mined","docs_md_url":"https://docs.newhedge.io/api/binance-pool-blocks-mined.md","metrics":[{"name":"binancepool_blocks_mined","highlighted_name":"Blocks Mined","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/binance-pool-blocks-mined/binancepool_blocks_mined?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,3.0],[1789862400000,4.0]],"has_definition":true},{"name":"binancepool_blocks_mined_cumulative","highlighted_name":"Blocks Mined Cumulative","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/binance-pool-blocks-mined/binancepool_blocks_mined_cumulative?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,22157.0],[1789776000000,22160.0],[1789862400000,22164.0]],"has_definition":true}]},{"slug":"binance-pool-days-since-block","name":"Binance Pool Days Since Block","extended_name":"Binance Pool Days Since Block","group":"pools","sub_group":"Binance Pool","subheader":"Amount of days passed since the pool last mined a Bitcoin block","description":null,"view_url":"https://newhedge.io/bitcoin/binance-pool-days-since-block","docs_url":"https://docs.newhedge.io/api/binance-pool-days-since-block","docs_md_url":"https://docs.newhedge.io/api/binance-pool-days-since-block.md","metrics":[{"name":"binancepool_days_since_block","highlighted_name":"Days Since Block","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/binance-pool-days-since-block/binancepool_days_since_block?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"binance-pool-dominance","name":"Binance Pool Dominance","extended_name":"Binance Pool Dominance","group":"pools","sub_group":"Binance Pool","subheader":"Share of total Bitcoin network hashrate controlled by the pool","description":null,"view_url":"https://newhedge.io/bitcoin/binance-pool-dominance","docs_url":"https://docs.newhedge.io/api/binance-pool-dominance","docs_md_url":"https://docs.newhedge.io/api/binance-pool-dominance.md","metrics":[{"name":"binancepool_1d_dominance","highlighted_name":"Dominance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/binance-pool-dominance/binancepool_1d_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,2.3437998],[1789862400000,2.5974]],"has_definition":true}]},{"slug":"binance-pool-rewards-collected","name":"Binance Pool Rewards Collected","extended_name":"Binance Pool Rewards Collected","group":"pools","sub_group":"Binance Pool","subheader":"Bitcoin earned by the pool from block subsidies and transaction fees over time","description":null,"view_url":"https://newhedge.io/bitcoin/binance-pool-rewards-collected","docs_url":"https://docs.newhedge.io/api/binance-pool-rewards-collected","docs_md_url":"https://docs.newhedge.io/api/binance-pool-rewards-collected.md","metrics":[{"name":"binancepool_rewards_cumulative","highlighted_name":"Cumulative Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/binance-pool-rewards-collected/binancepool_rewards_cumulative?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,136984.49761439],[1789776000000,136993.9577469],[1789862400000,137006.51059192]],"has_definition":true},{"name":"binancepool_rewards_sum","highlighted_name":"Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/binance-pool-rewards-collected/binancepool_rewards_sum?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,9.46013251],[1789862400000,12.55284502]],"has_definition":true}]},{"slug":"bitfury-blocks-mined","name":"BitFury Blocks Mined","extended_name":"BitFury Blocks Mined","group":"pools","sub_group":"BitFury","subheader":"Number of Bitcoin blocks the pool successfully mined each day, along with its cumulative total over time","description":null,"view_url":"https://newhedge.io/bitcoin/bitfury-blocks-mined","docs_url":"https://docs.newhedge.io/api/bitfury-blocks-mined","docs_md_url":"https://docs.newhedge.io/api/bitfury-blocks-mined.md","metrics":[{"name":"bitfury_blocks_mined","highlighted_name":"Blocks Mined","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitfury-blocks-mined/bitfury_blocks_mined?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true},{"name":"bitfury_blocks_mined_cumulative","highlighted_name":"Blocks Mined Cumulative","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitfury-blocks-mined/bitfury_blocks_mined_cumulative?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,19513.0],[1789776000000,19513.0],[1789862400000,19513.0]],"has_definition":true}]},{"slug":"bitfury-days-since-block","name":"BitFury Days Since Block","extended_name":"BitFury Days Since Block","group":"pools","sub_group":"BitFury","subheader":"Amount of days passed since the pool last mined a Bitcoin block","description":null,"view_url":"https://newhedge.io/bitcoin/bitfury-days-since-block","docs_url":"https://docs.newhedge.io/api/bitfury-days-since-block","docs_md_url":"https://docs.newhedge.io/api/bitfury-days-since-block.md","metrics":[{"name":"bitfury_days_since_block","highlighted_name":"Days Since Block","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/bitfury-days-since-block/bitfury_days_since_block?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,2368.0],[1789776000000,2369.0],[1789862400000,2370.0]],"has_definition":true}]},{"slug":"bitfury-dominance","name":"BitFury Dominance","extended_name":"BitFury Dominance","group":"pools","sub_group":"BitFury","subheader":"Share of total Bitcoin network hashrate controlled by the pool","description":null,"view_url":"https://newhedge.io/bitcoin/bitfury-dominance","docs_url":"https://docs.newhedge.io/api/bitfury-dominance","docs_md_url":"https://docs.newhedge.io/api/bitfury-dominance.md","metrics":[{"name":"bitfury_1d_dominance","highlighted_name":"Dominance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitfury-dominance/bitfury_1d_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"bitfury-rewards-collected","name":"BitFury Rewards Collected","extended_name":"BitFury Rewards Collected","group":"pools","sub_group":"BitFury","subheader":"Bitcoin earned by the pool from block subsidies and transaction fees over time","description":null,"view_url":"https://newhedge.io/bitcoin/bitfury-rewards-collected","docs_url":"https://docs.newhedge.io/api/bitfury-rewards-collected","docs_md_url":"https://docs.newhedge.io/api/bitfury-rewards-collected.md","metrics":[{"name":"bitfury_rewards_cumulative","highlighted_name":"Cumulative Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitfury-rewards-collected/bitfury_rewards_cumulative?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,385187.91506685],[1789776000000,385187.91506685],[1789862400000,385187.91506685]],"has_definition":true},{"name":"bitfury_rewards_sum","highlighted_name":"Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bitfury-rewards-collected/bitfury_rewards_sum?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"braiins-pool-blocks-mined","name":"Braiins Pool Blocks Mined","extended_name":"Braiins Pool Blocks Mined","group":"pools","sub_group":"Braiins Pool","subheader":"Number of Bitcoin blocks the pool successfully mined each day, along with its cumulative total over time","description":null,"view_url":"https://newhedge.io/bitcoin/braiins-pool-blocks-mined","docs_url":"https://docs.newhedge.io/api/braiins-pool-blocks-mined","docs_md_url":"https://docs.newhedge.io/api/braiins-pool-blocks-mined.md","metrics":[{"name":"braiinspool_blocks_mined","highlighted_name":"Blocks Mined","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/braiins-pool-blocks-mined/braiinspool_blocks_mined?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,3.0],[1789776000000,3.0],[1789862400000,0.0]],"has_definition":true},{"name":"braiinspool_blocks_mined_cumulative","highlighted_name":"Blocks Mined Cumulative","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/braiins-pool-blocks-mined/braiinspool_blocks_mined_cumulative?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,42103.0],[1789776000000,42106.0],[1789862400000,42106.0]],"has_definition":true}]},{"slug":"braiins-pool-days-since-block","name":"Braiins Pool Days Since Block","extended_name":"Braiins Pool Days Since Block","group":"pools","sub_group":"Braiins Pool","subheader":"Amount of days passed since the pool last mined a Bitcoin block","description":null,"view_url":"https://newhedge.io/bitcoin/braiins-pool-days-since-block","docs_url":"https://docs.newhedge.io/api/braiins-pool-days-since-block","docs_md_url":"https://docs.newhedge.io/api/braiins-pool-days-since-block.md","metrics":[{"name":"braiinspool_days_since_block","highlighted_name":"Days Since Block","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/braiins-pool-days-since-block/braiinspool_days_since_block?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,1.0]],"has_definition":true}]},{"slug":"braiins-pool-dominance","name":"Braiins Pool Dominance","extended_name":"Braiins Pool Dominance","group":"pools","sub_group":"Braiins Pool","subheader":"Share of total Bitcoin network hashrate controlled by the pool","description":null,"view_url":"https://newhedge.io/bitcoin/braiins-pool-dominance","docs_url":"https://docs.newhedge.io/api/braiins-pool-dominance","docs_md_url":"https://docs.newhedge.io/api/braiins-pool-dominance.md","metrics":[{"name":"braiinspool_1d_dominance","highlighted_name":"Dominance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/braiins-pool-dominance/braiinspool_1d_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1.9736999],[1789776000000,2.3437998],[1789862400000,0.0]],"has_definition":true}]},{"slug":"braiins-pool-rewards-collected","name":"Braiins Pool Rewards Collected","extended_name":"Braiins Pool Rewards Collected","group":"pools","sub_group":"Braiins Pool","subheader":"Bitcoin earned by the pool from block subsidies and transaction fees over time","description":null,"view_url":"https://newhedge.io/bitcoin/braiins-pool-rewards-collected","docs_url":"https://docs.newhedge.io/api/braiins-pool-rewards-collected","docs_md_url":"https://docs.newhedge.io/api/braiins-pool-rewards-collected.md","metrics":[{"name":"braiinspool_rewards_cumulative","highlighted_name":"Cumulative Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/braiins-pool-rewards-collected/braiinspool_rewards_cumulative?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,804750.94057103],[1789776000000,804760.37656678],[1789862400000,804760.37656678]],"has_definition":true},{"name":"braiinspool_rewards_sum","highlighted_name":"Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/braiins-pool-rewards-collected/braiinspool_rewards_sum?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,9.43317215],[1789776000000,9.43599575],[1789862400000,0.0]],"has_definition":true}]},{"slug":"btc-guild-blocks-mined","name":"BTC Guild Blocks Mined","extended_name":"BTC Guild Blocks Mined","group":"pools","sub_group":"BTC Guild","subheader":"Number of Bitcoin blocks the pool successfully mined each day, along with its cumulative total over time","description":null,"view_url":"https://newhedge.io/bitcoin/btc-guild-blocks-mined","docs_url":"https://docs.newhedge.io/api/btc-guild-blocks-mined","docs_md_url":"https://docs.newhedge.io/api/btc-guild-blocks-mined.md","metrics":[{"name":"btcguild_blocks_mined","highlighted_name":"Blocks Mined","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/btc-guild-blocks-mined/btcguild_blocks_mined?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true},{"name":"btcguild_blocks_mined_cumulative","highlighted_name":"Blocks Mined Cumulative","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/btc-guild-blocks-mined/btcguild_blocks_mined_cumulative?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,32935.0],[1789776000000,32935.0],[1789862400000,32935.0]],"has_definition":true}]},{"slug":"btc-guild-days-since-block","name":"BTC Guild Days Since Block","extended_name":"BTC Guild Days Since Block","group":"pools","sub_group":"BTC Guild","subheader":"Amount of days passed since the pool last mined a Bitcoin block","description":null,"view_url":"https://newhedge.io/bitcoin/btc-guild-days-since-block","docs_url":"https://docs.newhedge.io/api/btc-guild-days-since-block","docs_md_url":"https://docs.newhedge.io/api/btc-guild-days-since-block.md","metrics":[{"name":"btcguild_days_since_block","highlighted_name":"Days Since Block","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/btc-guild-days-since-block/btcguild_days_since_block?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,4098.0],[1789776000000,4099.0],[1789862400000,4100.0]],"has_definition":true}]},{"slug":"btc-guild-dominance","name":"BTC Guild Dominance","extended_name":"BTC Guild Dominance","group":"pools","sub_group":"BTC Guild","subheader":"Share of total Bitcoin network hashrate controlled by the pool","description":null,"view_url":"https://newhedge.io/bitcoin/btc-guild-dominance","docs_url":"https://docs.newhedge.io/api/btc-guild-dominance","docs_md_url":"https://docs.newhedge.io/api/btc-guild-dominance.md","metrics":[{"name":"btcguild_1d_dominance","highlighted_name":"Dominance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/btc-guild-dominance/btcguild_1d_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"btc-guild-rewards-collected","name":"BTC Guild Rewards Collected","extended_name":"BTC Guild Rewards Collected","group":"pools","sub_group":"BTC Guild","subheader":"Bitcoin earned by the pool from block subsidies and transaction fees over time","description":null,"view_url":"https://newhedge.io/bitcoin/btc-guild-rewards-collected","docs_url":"https://docs.newhedge.io/api/btc-guild-rewards-collected","docs_md_url":"https://docs.newhedge.io/api/btc-guild-rewards-collected.md","metrics":[{"name":"btcguild_rewards_cumulative","highlighted_name":"Cumulative Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/btc-guild-rewards-collected/btcguild_rewards_cumulative?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1010729.24905499],[1789776000000,1010729.24905499],[1789862400000,1010729.24905499]],"has_definition":true},{"name":"btcguild_rewards_sum","highlighted_name":"Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/btc-guild-rewards-collected/btcguild_rewards_sum?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"btc-com-blocks-mined","name":"BTC.com Blocks Mined","extended_name":"BTC.com Blocks Mined","group":"pools","sub_group":"BTC.com","subheader":"Number of Bitcoin blocks the pool successfully mined each day, along with its cumulative total over time","description":null,"view_url":"https://newhedge.io/bitcoin/btc-com-blocks-mined","docs_url":"https://docs.newhedge.io/api/btc-com-blocks-mined","docs_md_url":"https://docs.newhedge.io/api/btc-com-blocks-mined.md","metrics":[{"name":"btccom_blocks_mined","highlighted_name":"Blocks Mined","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/btc-com-blocks-mined/btccom_blocks_mined?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,4.0],[1789776000000,0.0],[1789862400000,3.0]],"has_definition":true},{"name":"btccom_blocks_mined_cumulative","highlighted_name":"Blocks Mined Cumulative","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/btc-com-blocks-mined/btccom_blocks_mined_cumulative?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,42716.0],[1789776000000,42716.0],[1789862400000,42719.0]],"has_definition":true}]},{"slug":"btc-com-days-since-block","name":"BTC.com Days Since Block","extended_name":"BTC.com Days Since Block","group":"pools","sub_group":"BTC.com","subheader":"Amount of days passed since the pool last mined a Bitcoin block","description":null,"view_url":"https://newhedge.io/bitcoin/btc-com-days-since-block","docs_url":"https://docs.newhedge.io/api/btc-com-days-since-block","docs_md_url":"https://docs.newhedge.io/api/btc-com-days-since-block.md","metrics":[{"name":"btccom_days_since_block","highlighted_name":"Days Since Block","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/btc-com-days-since-block/btccom_days_since_block?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,1.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"btc-com-dominance","name":"BTC.com Dominance","extended_name":"BTC.com Dominance","group":"pools","sub_group":"BTC.com","subheader":"Share of total Bitcoin network hashrate controlled by the pool","description":null,"view_url":"https://newhedge.io/bitcoin/btc-com-dominance","docs_url":"https://docs.newhedge.io/api/btc-com-dominance","docs_md_url":"https://docs.newhedge.io/api/btc-com-dominance.md","metrics":[{"name":"btccom_1d_dominance","highlighted_name":"Dominance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/btc-com-dominance/btccom_1d_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,2.6316],[1789776000000,0.0],[1789862400000,1.9481]],"has_definition":true}]},{"slug":"btc-com-rewards-collected","name":"BTC.com Rewards Collected","extended_name":"BTC.com Rewards Collected","group":"pools","sub_group":"BTC.com","subheader":"Bitcoin earned by the pool from block subsidies and transaction fees over time","description":null,"view_url":"https://newhedge.io/bitcoin/btc-com-rewards-collected","docs_url":"https://docs.newhedge.io/api/btc-com-rewards-collected","docs_md_url":"https://docs.newhedge.io/api/btc-com-rewards-collected.md","metrics":[{"name":"btccom_rewards_cumulative","highlighted_name":"Cumulative Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/btc-com-rewards-collected/btccom_rewards_cumulative?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,472513.99689665],[1789776000000,472513.99689665],[1789862400000,472523.41206423]],"has_definition":true},{"name":"btccom_rewards_sum","highlighted_name":"Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/btc-com-rewards-collected/btccom_rewards_sum?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,12.5689898],[1789776000000,0.0],[1789862400000,9.41516758]],"has_definition":true}]},{"slug":"btc-top-blocks-mined","name":"BTC.TOP Blocks Mined","extended_name":"BTC.TOP Blocks Mined","group":"pools","sub_group":"BTC.TOP","subheader":"Number of Bitcoin blocks the pool successfully mined each day, along with its cumulative total over time","description":null,"view_url":"https://newhedge.io/bitcoin/btc-top-blocks-mined","docs_url":"https://docs.newhedge.io/api/btc-top-blocks-mined","docs_md_url":"https://docs.newhedge.io/api/btc-top-blocks-mined.md","metrics":[{"name":"btctop_blocks_mined","highlighted_name":"Blocks Mined","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/btc-top-blocks-mined/btctop_blocks_mined?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true},{"name":"btctop_blocks_mined_cumulative","highlighted_name":"Blocks Mined Cumulative","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/btc-top-blocks-mined/btctop_blocks_mined_cumulative?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,16732.0],[1789776000000,16732.0],[1789862400000,16732.0]],"has_definition":true}]},{"slug":"btc-top-days-since-block","name":"BTC.TOP Days Since Block","extended_name":"BTC.TOP Days Since Block","group":"pools","sub_group":"BTC.TOP","subheader":"Amount of days passed since the pool last mined a Bitcoin block","description":null,"view_url":"https://newhedge.io/bitcoin/btc-top-days-since-block","docs_url":"https://docs.newhedge.io/api/btc-top-days-since-block","docs_md_url":"https://docs.newhedge.io/api/btc-top-days-since-block.md","metrics":[{"name":"btctop_days_since_block","highlighted_name":"Days Since Block","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/btc-top-days-since-block/btctop_days_since_block?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1897.0],[1789776000000,1898.0],[1789862400000,1899.0]],"has_definition":true}]},{"slug":"btc-top-dominance","name":"BTC.TOP Dominance","extended_name":"BTC.TOP Dominance","group":"pools","sub_group":"BTC.TOP","subheader":"Share of total Bitcoin network hashrate controlled by the pool","description":null,"view_url":"https://newhedge.io/bitcoin/btc-top-dominance","docs_url":"https://docs.newhedge.io/api/btc-top-dominance","docs_md_url":"https://docs.newhedge.io/api/btc-top-dominance.md","metrics":[{"name":"btctop_1d_dominance","highlighted_name":"Dominance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/btc-top-dominance/btctop_1d_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"btc-top-rewards-collected","name":"BTC.TOP Rewards Collected","extended_name":"BTC.TOP Rewards Collected","group":"pools","sub_group":"BTC.TOP","subheader":"Bitcoin earned by the pool from block subsidies and transaction fees over time","description":null,"view_url":"https://newhedge.io/bitcoin/btc-top-rewards-collected","docs_url":"https://docs.newhedge.io/api/btc-top-rewards-collected","docs_md_url":"https://docs.newhedge.io/api/btc-top-rewards-collected.md","metrics":[{"name":"btctop_rewards_cumulative","highlighted_name":"Cumulative Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/btc-top-rewards-collected/btctop_rewards_cumulative?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,217565.04550701],[1789776000000,217565.04550701],[1789862400000,217565.04550701]],"has_definition":true},{"name":"btctop_rewards_sum","highlighted_name":"Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/btc-top-rewards-collected/btctop_rewards_sum?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"btcc-blocks-mined","name":"BTCC Blocks Mined","extended_name":"BTCC Blocks Mined","group":"pools","sub_group":"BTCC","subheader":"Number of Bitcoin blocks the pool successfully mined each day, along with its cumulative total over time","description":null,"view_url":"https://newhedge.io/bitcoin/btcc-blocks-mined","docs_url":"https://docs.newhedge.io/api/btcc-blocks-mined","docs_md_url":"https://docs.newhedge.io/api/btcc-blocks-mined.md","metrics":[{"name":"btcc_blocks_mined","highlighted_name":"Blocks Mined","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/btcc-blocks-mined/btcc_blocks_mined?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true},{"name":"btcc_blocks_mined_cumulative","highlighted_name":"Blocks Mined Cumulative","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/btcc-blocks-mined/btcc_blocks_mined_cumulative?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,18027.0],[1789776000000,18027.0],[1789862400000,18027.0]],"has_definition":true}]},{"slug":"btcc-days-since-block","name":"BTCC Days Since Block","extended_name":"BTCC Days Since Block","group":"pools","sub_group":"BTCC","subheader":"Amount of days passed since the pool last mined a Bitcoin block","description":null,"view_url":"https://newhedge.io/bitcoin/btcc-days-since-block","docs_url":"https://docs.newhedge.io/api/btcc-days-since-block","docs_md_url":"https://docs.newhedge.io/api/btcc-days-since-block.md","metrics":[{"name":"btcc_days_since_block","highlighted_name":"Days Since Block","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/btcc-days-since-block/btcc_days_since_block?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,2915.0],[1789776000000,2916.0],[1789862400000,2917.0]],"has_definition":true}]},{"slug":"btcc-dominance","name":"BTCC Dominance","extended_name":"BTCC Dominance","group":"pools","sub_group":"BTCC","subheader":"Share of total Bitcoin network hashrate controlled by the pool","description":null,"view_url":"https://newhedge.io/bitcoin/btcc-dominance","docs_url":"https://docs.newhedge.io/api/btcc-dominance","docs_md_url":"https://docs.newhedge.io/api/btcc-dominance.md","metrics":[{"name":"btcc_1d_dominance","highlighted_name":"Dominance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/btcc-dominance/btcc_1d_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"btcc-rewards-collected","name":"BTCC Rewards Collected","extended_name":"BTCC Rewards Collected","group":"pools","sub_group":"BTCC","subheader":"Bitcoin earned by the pool from block subsidies and transaction fees over time","description":null,"view_url":"https://newhedge.io/bitcoin/btcc-rewards-collected","docs_url":"https://docs.newhedge.io/api/btcc-rewards-collected","docs_md_url":"https://docs.newhedge.io/api/btcc-rewards-collected.md","metrics":[{"name":"btcc_rewards_cumulative","highlighted_name":"Cumulative Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/btcc-rewards-collected/btcc_rewards_cumulative?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,363375.68286569],[1789776000000,363375.68286569],[1789862400000,363375.68286569]],"has_definition":true},{"name":"btcc_rewards_sum","highlighted_name":"Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/btcc-rewards-collected/btcc_rewards_sum?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"bwpool-blocks-mined","name":"BWPool Blocks Mined","extended_name":"BWPool Blocks Mined","group":"pools","sub_group":"BWPool","subheader":"Number of Bitcoin blocks the pool successfully mined each day, along with its cumulative total over time","description":null,"view_url":"https://newhedge.io/bitcoin/bwpool-blocks-mined","docs_url":"https://docs.newhedge.io/api/bwpool-blocks-mined","docs_md_url":"https://docs.newhedge.io/api/bwpool-blocks-mined.md","metrics":[{"name":"bwpool_blocks_mined","highlighted_name":"Blocks Mined","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bwpool-blocks-mined/bwpool_blocks_mined?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true},{"name":"bwpool_blocks_mined_cumulative","highlighted_name":"Blocks Mined Cumulative","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bwpool-blocks-mined/bwpool_blocks_mined_cumulative?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,12733.0],[1789776000000,12733.0],[1789862400000,12733.0]],"has_definition":true}]},{"slug":"bwpool-days-since-block","name":"BWPool Days Since Block","extended_name":"BWPool Days Since Block","group":"pools","sub_group":"BWPool","subheader":"Amount of days passed since the pool last mined a Bitcoin block","description":null,"view_url":"https://newhedge.io/bitcoin/bwpool-days-since-block","docs_url":"https://docs.newhedge.io/api/bwpool-days-since-block","docs_md_url":"https://docs.newhedge.io/api/bwpool-days-since-block.md","metrics":[{"name":"bwpool_days_since_block","highlighted_name":"Days Since Block","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/bwpool-days-since-block/bwpool_days_since_block?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,2870.0],[1789776000000,2871.0],[1789862400000,2872.0]],"has_definition":true}]},{"slug":"bwpool-dominance","name":"BWPool Dominance","extended_name":"BWPool Dominance","group":"pools","sub_group":"BWPool","subheader":"Share of total Bitcoin network hashrate controlled by the pool","description":null,"view_url":"https://newhedge.io/bitcoin/bwpool-dominance","docs_url":"https://docs.newhedge.io/api/bwpool-dominance","docs_md_url":"https://docs.newhedge.io/api/bwpool-dominance.md","metrics":[{"name":"bwpool_1d_dominance","highlighted_name":"Dominance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bwpool-dominance/bwpool_1d_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"bwpool-rewards-collected","name":"BWPool Rewards Collected","extended_name":"BWPool Rewards Collected","group":"pools","sub_group":"BWPool","subheader":"Bitcoin earned by the pool from block subsidies and transaction fees over time","description":null,"view_url":"https://newhedge.io/bitcoin/bwpool-rewards-collected","docs_url":"https://docs.newhedge.io/api/bwpool-rewards-collected","docs_md_url":"https://docs.newhedge.io/api/bwpool-rewards-collected.md","metrics":[{"name":"bwpool_rewards_cumulative","highlighted_name":"Cumulative Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bwpool-rewards-collected/bwpool_rewards_cumulative?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,250043.91233293],[1789776000000,250043.91233293],[1789862400000,250043.91233293]],"has_definition":true},{"name":"bwpool_rewards_sum","highlighted_name":"Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/bwpool-rewards-collected/bwpool_rewards_sum?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"eligius-blocks-mined","name":"Eligius Blocks Mined","extended_name":"Eligius Blocks Mined","group":"pools","sub_group":"Eligius","subheader":"Number of Bitcoin blocks the pool successfully mined each day, along with its cumulative total over time","description":null,"view_url":"https://newhedge.io/bitcoin/eligius-blocks-mined","docs_url":"https://docs.newhedge.io/api/eligius-blocks-mined","docs_md_url":"https://docs.newhedge.io/api/eligius-blocks-mined.md","metrics":[{"name":"eligius_blocks_mined","highlighted_name":"Blocks Mined","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/eligius-blocks-mined/eligius_blocks_mined?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true},{"name":"eligius_blocks_mined_cumulative","highlighted_name":"Blocks Mined Cumulative","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/eligius-blocks-mined/eligius_blocks_mined_cumulative?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,11385.0],[1789776000000,11385.0],[1789862400000,11385.0]],"has_definition":true}]},{"slug":"eligius-days-since-block","name":"Eligius Days Since Block","extended_name":"Eligius Days Since Block","group":"pools","sub_group":"Eligius","subheader":"Amount of days passed since the pool last mined a Bitcoin block","description":null,"view_url":"https://newhedge.io/bitcoin/eligius-days-since-block","docs_url":"https://docs.newhedge.io/api/eligius-days-since-block","docs_md_url":"https://docs.newhedge.io/api/eligius-days-since-block.md","metrics":[{"name":"eligius_days_since_block","highlighted_name":"Days Since Block","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/eligius-days-since-block/eligius_days_since_block?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,3222.0],[1789776000000,3223.0],[1789862400000,3224.0]],"has_definition":true}]},{"slug":"eligius-dominance","name":"Eligius Dominance","extended_name":"Eligius Dominance","group":"pools","sub_group":"Eligius","subheader":"Share of total Bitcoin network hashrate controlled by the pool","description":null,"view_url":"https://newhedge.io/bitcoin/eligius-dominance","docs_url":"https://docs.newhedge.io/api/eligius-dominance","docs_md_url":"https://docs.newhedge.io/api/eligius-dominance.md","metrics":[{"name":"eligius_1d_dominance","highlighted_name":"Dominance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/eligius-dominance/eligius_1d_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"eligius-rewards-collected","name":"Eligius Rewards Collected","extended_name":"Eligius Rewards Collected","group":"pools","sub_group":"Eligius","subheader":"Bitcoin earned by the pool from block subsidies and transaction fees over time","description":null,"view_url":"https://newhedge.io/bitcoin/eligius-rewards-collected","docs_url":"https://docs.newhedge.io/api/eligius-rewards-collected","docs_md_url":"https://docs.newhedge.io/api/eligius-rewards-collected.md","metrics":[{"name":"eligius_rewards_cumulative","highlighted_name":"Cumulative Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/eligius-rewards-collected/eligius_rewards_cumulative?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,336982.52589065],[1789776000000,336982.52589065],[1789862400000,336982.52589065]],"has_definition":true},{"name":"eligius_rewards_sum","highlighted_name":"Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/eligius-rewards-collected/eligius_rewards_sum?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"f2pool-blocks-mined","name":"F2Pool Blocks Mined","extended_name":"F2Pool Blocks Mined","group":"pools","sub_group":"F2Pool","subheader":"Number of Bitcoin blocks the pool successfully mined each day, along with its cumulative total over time","description":null,"view_url":"https://newhedge.io/bitcoin/f2pool-blocks-mined","docs_url":"https://docs.newhedge.io/api/f2pool-blocks-mined","docs_md_url":"https://docs.newhedge.io/api/f2pool-blocks-mined.md","metrics":[{"name":"f2pool_blocks_mined","highlighted_name":"Blocks Mined","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/f2pool-blocks-mined/f2pool_blocks_mined?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,25.0],[1789776000000,20.0],[1789862400000,26.0]],"has_definition":true},{"name":"f2pool_blocks_mined_cumulative","highlighted_name":"Blocks Mined Cumulative","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/f2pool-blocks-mined/f2pool_blocks_mined_cumulative?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,99443.0],[1789776000000,99463.0],[1789862400000,99489.0]],"has_definition":true}]},{"slug":"f2pool-days-since-block","name":"F2Pool Days Since Block","extended_name":"F2Pool Days Since Block","group":"pools","sub_group":"F2Pool","subheader":"Amount of days passed since the pool last mined a Bitcoin block","description":null,"view_url":"https://newhedge.io/bitcoin/f2pool-days-since-block","docs_url":"https://docs.newhedge.io/api/f2pool-days-since-block","docs_md_url":"https://docs.newhedge.io/api/f2pool-days-since-block.md","metrics":[{"name":"f2pool_days_since_block","highlighted_name":"Days Since Block","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/f2pool-days-since-block/f2pool_days_since_block?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"f2pool-dominance","name":"F2Pool Dominance","extended_name":"F2Pool Dominance","group":"pools","sub_group":"F2Pool","subheader":"Share of total Bitcoin network hashrate controlled by the pool","description":null,"view_url":"https://newhedge.io/bitcoin/f2pool-dominance","docs_url":"https://docs.newhedge.io/api/f2pool-dominance","docs_md_url":"https://docs.newhedge.io/api/f2pool-dominance.md","metrics":[{"name":"f2pool_1d_dominance","highlighted_name":"Dominance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/f2pool-dominance/f2pool_1d_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,16.4474],[1789776000000,15.625],[1789862400000,16.8831]],"has_definition":true}]},{"slug":"f2pool-rewards-collected","name":"F2Pool Rewards Collected","extended_name":"F2Pool Rewards Collected","group":"pools","sub_group":"F2Pool","subheader":"Bitcoin earned by the pool from block subsidies and transaction fees over time","description":null,"view_url":"https://newhedge.io/bitcoin/f2pool-rewards-collected","docs_url":"https://docs.newhedge.io/api/f2pool-rewards-collected","docs_md_url":"https://docs.newhedge.io/api/f2pool-rewards-collected.md","metrics":[{"name":"f2pool_rewards_cumulative","highlighted_name":"Cumulative Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/f2pool-rewards-collected/f2pool_rewards_cumulative?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1315263.35488441],[1789776000000,1315326.29336044],[1789862400000,1315407.93373541]],"has_definition":true},{"name":"f2pool_rewards_sum","highlighted_name":"Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/f2pool-rewards-collected/f2pool_rewards_sum?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,78.69827989],[1789776000000,62.93847603],[1789862400000,81.64037497]],"has_definition":true}]},{"slug":"foundry-usa-blocks-mined","name":"Foundry USA Blocks Mined","extended_name":"Foundry USA Blocks Mined","group":"pools","sub_group":"Foundry USA","subheader":"Number of Bitcoin blocks the pool successfully mined each day, along with its cumulative total over time","description":null,"view_url":"https://newhedge.io/bitcoin/foundry-usa-blocks-mined","docs_url":"https://docs.newhedge.io/api/foundry-usa-blocks-mined","docs_md_url":"https://docs.newhedge.io/api/foundry-usa-blocks-mined.md","metrics":[{"name":"foundryusa_blocks_mined","highlighted_name":"Blocks Mined","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/foundry-usa-blocks-mined/foundryusa_blocks_mined?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,38.0],[1789776000000,26.0],[1789862400000,41.0]],"has_definition":true},{"name":"foundryusa_blocks_mined_cumulative","highlighted_name":"Blocks Mined Cumulative","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/foundry-usa-blocks-mined/foundryusa_blocks_mined_cumulative?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,74439.0],[1789776000000,74465.0],[1789862400000,74506.0]],"has_definition":true}]},{"slug":"foundry-usa-days-since-block","name":"Foundry USA Days Since Block","extended_name":"Foundry USA Days Since Block","group":"pools","sub_group":"Foundry USA","subheader":"Amount of days passed since the pool last mined a Bitcoin block","description":null,"view_url":"https://newhedge.io/bitcoin/foundry-usa-days-since-block","docs_url":"https://docs.newhedge.io/api/foundry-usa-days-since-block","docs_md_url":"https://docs.newhedge.io/api/foundry-usa-days-since-block.md","metrics":[{"name":"foundryusa_days_since_block","highlighted_name":"Days Since Block","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/foundry-usa-days-since-block/foundryusa_days_since_block?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"foundry-usa-dominance","name":"Foundry USA Dominance","extended_name":"Foundry USA Dominance","group":"pools","sub_group":"Foundry USA","subheader":"Share of total Bitcoin network hashrate controlled by the pool","description":null,"view_url":"https://newhedge.io/bitcoin/foundry-usa-dominance","docs_url":"https://docs.newhedge.io/api/foundry-usa-dominance","docs_md_url":"https://docs.newhedge.io/api/foundry-usa-dominance.md","metrics":[{"name":"foundryusa_1d_dominance","highlighted_name":"Dominance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/foundry-usa-dominance/foundryusa_1d_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,25.0],[1789776000000,20.3125],[1789862400000,26.623402]],"has_definition":true}]},{"slug":"foundry-usa-rewards-collected","name":"Foundry USA Rewards Collected","extended_name":"Foundry USA Rewards Collected","group":"pools","sub_group":"Foundry USA","subheader":"Bitcoin earned by the pool from block subsidies and transaction fees over time","description":null,"view_url":"https://newhedge.io/bitcoin/foundry-usa-rewards-collected","docs_url":"https://docs.newhedge.io/api/foundry-usa-rewards-collected","docs_md_url":"https://docs.newhedge.io/api/foundry-usa-rewards-collected.md","metrics":[{"name":"foundryusa_rewards_cumulative","highlighted_name":"Cumulative Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/foundry-usa-rewards-collected/foundryusa_rewards_cumulative?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,361630.98447708],[1789776000000,361712.73035712],[1789862400000,361841.4734242]],"has_definition":true},{"name":"foundryusa_rewards_sum","highlighted_name":"Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/foundry-usa-rewards-collected/foundryusa_rewards_sum?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,119.46779219],[1789776000000,81.74588004],[1789862400000,128.74306708]],"has_definition":true}]},{"slug":"luxor-blocks-mined","name":"Luxor Blocks Mined","extended_name":"Luxor Blocks Mined","group":"pools","sub_group":"Luxor","subheader":"Number of Bitcoin blocks the pool successfully mined each day, along with its cumulative total over time","description":null,"view_url":"https://newhedge.io/bitcoin/luxor-blocks-mined","docs_url":"https://docs.newhedge.io/api/luxor-blocks-mined","docs_md_url":"https://docs.newhedge.io/api/luxor-blocks-mined.md","metrics":[{"name":"luxor_blocks_mined","highlighted_name":"Blocks Mined","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/luxor-blocks-mined/luxor_blocks_mined?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,5.0],[1789776000000,2.0],[1789862400000,6.0]],"has_definition":true},{"name":"luxor_blocks_mined_cumulative","highlighted_name":"Blocks Mined Cumulative","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/luxor-blocks-mined/luxor_blocks_mined_cumulative?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,7014.0],[1789776000000,7016.0],[1789862400000,7022.0]],"has_definition":true}]},{"slug":"luxor-days-since-block","name":"Luxor Days Since Block","extended_name":"Luxor Days Since Block","group":"pools","sub_group":"Luxor","subheader":"Amount of days passed since the pool last mined a Bitcoin block","description":null,"view_url":"https://newhedge.io/bitcoin/luxor-days-since-block","docs_url":"https://docs.newhedge.io/api/luxor-days-since-block","docs_md_url":"https://docs.newhedge.io/api/luxor-days-since-block.md","metrics":[{"name":"luxor_days_since_block","highlighted_name":"Days Since Block","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/luxor-days-since-block/luxor_days_since_block?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"luxor-dominance","name":"Luxor Dominance","extended_name":"Luxor Dominance","group":"pools","sub_group":"Luxor","subheader":"Share of total Bitcoin network hashrate controlled by the pool","description":null,"view_url":"https://newhedge.io/bitcoin/luxor-dominance","docs_url":"https://docs.newhedge.io/api/luxor-dominance","docs_md_url":"https://docs.newhedge.io/api/luxor-dominance.md","metrics":[{"name":"luxor_1d_dominance","highlighted_name":"Dominance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/luxor-dominance/luxor_1d_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,3.2894998],[1789776000000,1.5625],[1789862400000,3.8961]],"has_definition":true}]},{"slug":"luxor-rewards-collected","name":"Luxor Rewards Collected","extended_name":"Luxor Rewards Collected","group":"pools","sub_group":"Luxor","subheader":"Bitcoin earned by the pool from block subsidies and transaction fees over time","description":null,"view_url":"https://newhedge.io/bitcoin/luxor-rewards-collected","docs_url":"https://docs.newhedge.io/api/luxor-rewards-collected","docs_md_url":"https://docs.newhedge.io/api/luxor-rewards-collected.md","metrics":[{"name":"luxor_rewards_cumulative","highlighted_name":"Cumulative Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/luxor-rewards-collected/luxor_rewards_cumulative?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,33284.10254572],[1789776000000,33290.36692811],[1789862400000,33309.1913344]],"has_definition":true},{"name":"luxor_rewards_sum","highlighted_name":"Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/luxor-rewards-collected/luxor_rewards_sum?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,15.67949539],[1789776000000,6.26438239],[1789862400000,18.82440629]],"has_definition":true}]},{"slug":"mara-pool-blocks-mined","name":"MARA Pool Blocks Mined","extended_name":"MARA Pool Blocks Mined","group":"pools","sub_group":"MARA Pool","subheader":"Number of Bitcoin blocks the pool successfully mined each day, along with its cumulative total over time","description":null,"view_url":"https://newhedge.io/bitcoin/mara-pool-blocks-mined","docs_url":"https://docs.newhedge.io/api/mara-pool-blocks-mined","docs_md_url":"https://docs.newhedge.io/api/mara-pool-blocks-mined.md","metrics":[{"name":"marapool_blocks_mined","highlighted_name":"Blocks Mined","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mara-pool-blocks-mined/marapool_blocks_mined?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,8.0],[1789776000000,5.0],[1789862400000,7.0]],"has_definition":true},{"name":"marapool_blocks_mined_cumulative","highlighted_name":"Blocks Mined Cumulative","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mara-pool-blocks-mined/marapool_blocks_mined_cumulative?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,9424.0],[1789776000000,9429.0],[1789862400000,9436.0]],"has_definition":true}]},{"slug":"mara-pool-days-since-block","name":"MARA Pool Days Since Block","extended_name":"MARA Pool Days Since Block","group":"pools","sub_group":"MARA Pool","subheader":"Amount of days passed since the pool last mined a Bitcoin block","description":null,"view_url":"https://newhedge.io/bitcoin/mara-pool-days-since-block","docs_url":"https://docs.newhedge.io/api/mara-pool-days-since-block","docs_md_url":"https://docs.newhedge.io/api/mara-pool-days-since-block.md","metrics":[{"name":"marapool_days_since_block","highlighted_name":"Days Since Block","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/mara-pool-days-since-block/marapool_days_since_block?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"mara-pool-dominance","name":"MARA Pool Dominance","extended_name":"MARA Pool Dominance","group":"pools","sub_group":"MARA Pool","subheader":"Share of total Bitcoin network hashrate controlled by the pool","description":null,"view_url":"https://newhedge.io/bitcoin/mara-pool-dominance","docs_url":"https://docs.newhedge.io/api/mara-pool-dominance","docs_md_url":"https://docs.newhedge.io/api/mara-pool-dominance.md","metrics":[{"name":"marapool_1d_dominance","highlighted_name":"Dominance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mara-pool-dominance/marapool_1d_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,5.2632],[1789776000000,3.9062998],[1789862400000,4.5455003]],"has_definition":true}]},{"slug":"mara-pool-rewards-collected","name":"MARA Pool Rewards Collected","extended_name":"MARA Pool Rewards Collected","group":"pools","sub_group":"MARA Pool","subheader":"Bitcoin earned by the pool from block subsidies and transaction fees over time","description":null,"view_url":"https://newhedge.io/bitcoin/mara-pool-rewards-collected","docs_url":"https://docs.newhedge.io/api/mara-pool-rewards-collected","docs_md_url":"https://docs.newhedge.io/api/mara-pool-rewards-collected.md","metrics":[{"name":"marapool_rewards_cumulative","highlighted_name":"Cumulative Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mara-pool-rewards-collected/marapool_rewards_cumulative?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,41285.67822048],[1789776000000,41301.4479205],[1789862400000,41323.40513669]],"has_definition":true},{"name":"marapool_rewards_sum","highlighted_name":"Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/mara-pool-rewards-collected/marapool_rewards_sum?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,25.23836962],[1789776000000,15.76970002],[1789862400000,21.95721619]],"has_definition":true}]},{"slug":"ocean-blocks-mined","name":"OCEAN Blocks Mined","extended_name":"OCEAN Blocks Mined","group":"pools","sub_group":"OCEAN","subheader":"Number of Bitcoin blocks the pool successfully mined each day, along with its cumulative total over time","description":null,"view_url":"https://newhedge.io/bitcoin/ocean-blocks-mined","docs_url":"https://docs.newhedge.io/api/ocean-blocks-mined","docs_md_url":"https://docs.newhedge.io/api/ocean-blocks-mined.md","metrics":[{"name":"ocean_blocks_mined","highlighted_name":"Blocks Mined","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/ocean-blocks-mined/ocean_blocks_mined?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,3.0],[1789776000000,3.0],[1789862400000,2.0]],"has_definition":true},{"name":"ocean_blocks_mined_cumulative","highlighted_name":"Blocks Mined Cumulative","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/ocean-blocks-mined/ocean_blocks_mined_cumulative?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1479.0],[1789776000000,1482.0],[1789862400000,1484.0]],"has_definition":true}]},{"slug":"ocean-days-since-block","name":"OCEAN Days Since Block","extended_name":"OCEAN Days Since Block","group":"pools","sub_group":"OCEAN","subheader":"Amount of days passed since the pool last mined a Bitcoin block","description":null,"view_url":"https://newhedge.io/bitcoin/ocean-days-since-block","docs_url":"https://docs.newhedge.io/api/ocean-days-since-block","docs_md_url":"https://docs.newhedge.io/api/ocean-days-since-block.md","metrics":[{"name":"ocean_days_since_block","highlighted_name":"Days Since Block","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/ocean-days-since-block/ocean_days_since_block?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"ocean-dominance","name":"OCEAN Dominance","extended_name":"OCEAN Dominance","group":"pools","sub_group":"OCEAN","subheader":"Share of total Bitcoin network hashrate controlled by the pool","description":null,"view_url":"https://newhedge.io/bitcoin/ocean-dominance","docs_url":"https://docs.newhedge.io/api/ocean-dominance","docs_md_url":"https://docs.newhedge.io/api/ocean-dominance.md","metrics":[{"name":"ocean_1d_dominance","highlighted_name":"Dominance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/ocean-dominance/ocean_1d_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1.9736999],[1789776000000,2.3437998],[1789862400000,1.2987]],"has_definition":true}]},{"slug":"ocean-rewards-collected","name":"OCEAN Rewards Collected","extended_name":"OCEAN Rewards Collected","group":"pools","sub_group":"OCEAN","subheader":"Bitcoin earned by the pool from block subsidies and transaction fees over time","description":null,"view_url":"https://newhedge.io/bitcoin/ocean-rewards-collected","docs_url":"https://docs.newhedge.io/api/ocean-rewards-collected","docs_md_url":"https://docs.newhedge.io/api/ocean-rewards-collected.md","metrics":[{"name":"ocean_rewards_cumulative","highlighted_name":"Cumulative Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/ocean-rewards-collected/ocean_rewards_cumulative?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,4773.94406274],[1789776000000,4783.36572177],[1789862400000,4789.62703854]],"has_definition":true},{"name":"ocean_rewards_sum","highlighted_name":"Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/ocean-rewards-collected/ocean_rewards_sum?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,9.46780111],[1789776000000,9.42165903],[1789862400000,6.26131677]],"has_definition":true}]},{"slug":"poolin-blocks-mined","name":"Poolin Blocks Mined","extended_name":"Poolin Blocks Mined","group":"pools","sub_group":"Poolin","subheader":"Number of Bitcoin blocks the pool successfully mined each day, along with its cumulative total over time","description":null,"view_url":"https://newhedge.io/bitcoin/poolin-blocks-mined","docs_url":"https://docs.newhedge.io/api/poolin-blocks-mined","docs_md_url":"https://docs.newhedge.io/api/poolin-blocks-mined.md","metrics":[{"name":"poolin_blocks_mined","highlighted_name":"Blocks Mined","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/poolin-blocks-mined/poolin_blocks_mined?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true},{"name":"poolin_blocks_mined_cumulative","highlighted_name":"Blocks Mined Cumulative","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/poolin-blocks-mined/poolin_blocks_mined_cumulative?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,28395.0],[1789776000000,28395.0],[1789862400000,28395.0]],"has_definition":true}]},{"slug":"poolin-days-since-block","name":"Poolin Days Since Block","extended_name":"Poolin Days Since Block","group":"pools","sub_group":"Poolin","subheader":"Amount of days passed since the pool last mined a Bitcoin block","description":null,"view_url":"https://newhedge.io/bitcoin/poolin-days-since-block","docs_url":"https://docs.newhedge.io/api/poolin-days-since-block","docs_md_url":"https://docs.newhedge.io/api/poolin-days-since-block.md","metrics":[{"name":"poolin_days_since_block","highlighted_name":"Days Since Block","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/poolin-days-since-block/poolin_days_since_block?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1.0],[1789776000000,2.0],[1789862400000,3.0]],"has_definition":true}]},{"slug":"poolin-dominance","name":"Poolin Dominance","extended_name":"Poolin Dominance","group":"pools","sub_group":"Poolin","subheader":"Share of total Bitcoin network hashrate controlled by the pool","description":null,"view_url":"https://newhedge.io/bitcoin/poolin-dominance","docs_url":"https://docs.newhedge.io/api/poolin-dominance","docs_md_url":"https://docs.newhedge.io/api/poolin-dominance.md","metrics":[{"name":"poolin_1d_dominance","highlighted_name":"Dominance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/poolin-dominance/poolin_1d_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"poolin-rewards-collected","name":"Poolin Rewards Collected","extended_name":"Poolin Rewards Collected","group":"pools","sub_group":"Poolin","subheader":"Bitcoin earned by the pool from block subsidies and transaction fees over time","description":null,"view_url":"https://newhedge.io/bitcoin/poolin-rewards-collected","docs_url":"https://docs.newhedge.io/api/poolin-rewards-collected","docs_md_url":"https://docs.newhedge.io/api/poolin-rewards-collected.md","metrics":[{"name":"poolin_rewards_cumulative","highlighted_name":"Cumulative Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/poolin-rewards-collected/poolin_rewards_cumulative?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,256880.26428354],[1789776000000,256880.26428354],[1789862400000,256880.26428354]],"has_definition":true},{"name":"poolin_rewards_sum","highlighted_name":"Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/poolin-rewards-collected/poolin_rewards_sum?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"sbi-crypto-blocks-mined","name":"SBI Crypto Blocks Mined","extended_name":"SBI Crypto Blocks Mined","group":"pools","sub_group":"SBI Crypto","subheader":"Number of Bitcoin blocks the pool successfully mined each day, along with its cumulative total over time","description":null,"view_url":"https://newhedge.io/bitcoin/sbi-crypto-blocks-mined","docs_url":"https://docs.newhedge.io/api/sbi-crypto-blocks-mined","docs_md_url":"https://docs.newhedge.io/api/sbi-crypto-blocks-mined.md","metrics":[{"name":"sbicrypto_blocks_mined","highlighted_name":"Blocks Mined","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/sbi-crypto-blocks-mined/sbicrypto_blocks_mined?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true},{"name":"sbicrypto_blocks_mined_cumulative","highlighted_name":"Blocks Mined Cumulative","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/sbi-crypto-blocks-mined/sbicrypto_blocks_mined_cumulative?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,4655.0],[1789776000000,4655.0],[1789862400000,4655.0]],"has_definition":true}]},{"slug":"sbi-crypto-days-since-block","name":"SBI Crypto Days Since Block","extended_name":"SBI Crypto Days Since Block","group":"pools","sub_group":"SBI Crypto","subheader":"Amount of days passed since the pool last mined a Bitcoin block","description":null,"view_url":"https://newhedge.io/bitcoin/sbi-crypto-days-since-block","docs_url":"https://docs.newhedge.io/api/sbi-crypto-days-since-block","docs_md_url":"https://docs.newhedge.io/api/sbi-crypto-days-since-block.md","metrics":[{"name":"sbicrypto_days_since_block","highlighted_name":"Days Since Block","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/sbi-crypto-days-since-block/sbicrypto_days_since_block?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,51.0],[1789776000000,52.0],[1789862400000,53.0]],"has_definition":true}]},{"slug":"sbi-crypto-dominance","name":"SBI Crypto Dominance","extended_name":"SBI Crypto Dominance","group":"pools","sub_group":"SBI Crypto","subheader":"Share of total Bitcoin network hashrate controlled by the pool","description":null,"view_url":"https://newhedge.io/bitcoin/sbi-crypto-dominance","docs_url":"https://docs.newhedge.io/api/sbi-crypto-dominance","docs_md_url":"https://docs.newhedge.io/api/sbi-crypto-dominance.md","metrics":[{"name":"sbicrypto_1d_dominance","highlighted_name":"Dominance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/sbi-crypto-dominance/sbicrypto_1d_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"sbi-crypto-rewards-collected","name":"SBI Crypto Rewards Collected","extended_name":"SBI Crypto Rewards Collected","group":"pools","sub_group":"SBI Crypto","subheader":"Bitcoin earned by the pool from block subsidies and transaction fees over time","description":null,"view_url":"https://newhedge.io/bitcoin/sbi-crypto-rewards-collected","docs_url":"https://docs.newhedge.io/api/sbi-crypto-rewards-collected","docs_md_url":"https://docs.newhedge.io/api/sbi-crypto-rewards-collected.md","metrics":[{"name":"sbicrypto_rewards_cumulative","highlighted_name":"Cumulative Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/sbi-crypto-rewards-collected/sbicrypto_rewards_cumulative?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,24167.72253209],[1789776000000,24167.72253209],[1789862400000,24167.72253209]],"has_definition":true},{"name":"sbicrypto_rewards_sum","highlighted_name":"Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/sbi-crypto-rewards-collected/sbicrypto_rewards_sum?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"secpool-blocks-mined","name":"SECPOOL Blocks Mined","extended_name":"SECPOOL Blocks Mined","group":"pools","sub_group":"SECPOOL","subheader":"Number of Bitcoin blocks the pool successfully mined each day, along with its cumulative total over time","description":null,"view_url":"https://newhedge.io/bitcoin/secpool-blocks-mined","docs_url":"https://docs.newhedge.io/api/secpool-blocks-mined","docs_md_url":"https://docs.newhedge.io/api/secpool-blocks-mined.md","metrics":[{"name":"secpool_blocks_mined","highlighted_name":"Blocks Mined","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/secpool-blocks-mined/secpool_blocks_mined?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,7.0],[1789776000000,8.0],[1789862400000,6.0]],"has_definition":true},{"name":"secpool_blocks_mined_cumulative","highlighted_name":"Blocks Mined Cumulative","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/secpool-blocks-mined/secpool_blocks_mined_cumulative?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,4658.0],[1789776000000,4666.0],[1789862400000,4672.0]],"has_definition":true}]},{"slug":"secpool-days-since-block","name":"SECPOOL Days Since Block","extended_name":"SECPOOL Days Since Block","group":"pools","sub_group":"SECPOOL","subheader":"Amount of days passed since the pool last mined a Bitcoin block","description":null,"view_url":"https://newhedge.io/bitcoin/secpool-days-since-block","docs_url":"https://docs.newhedge.io/api/secpool-days-since-block","docs_md_url":"https://docs.newhedge.io/api/secpool-days-since-block.md","metrics":[{"name":"secpool_days_since_block","highlighted_name":"Days Since Block","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/secpool-days-since-block/secpool_days_since_block?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"secpool-dominance","name":"SECPOOL Dominance","extended_name":"SECPOOL Dominance","group":"pools","sub_group":"SECPOOL","subheader":"Share of total Bitcoin network hashrate controlled by the pool","description":null,"view_url":"https://newhedge.io/bitcoin/secpool-dominance","docs_url":"https://docs.newhedge.io/api/secpool-dominance","docs_md_url":"https://docs.newhedge.io/api/secpool-dominance.md","metrics":[{"name":"secpool_1d_dominance","highlighted_name":"Dominance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/secpool-dominance/secpool_1d_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,4.6053],[1789776000000,6.25],[1789862400000,3.8961]],"has_definition":true}]},{"slug":"secpool-rewards-collected","name":"SECPOOL Rewards Collected","extended_name":"SECPOOL Rewards Collected","group":"pools","sub_group":"SECPOOL","subheader":"Bitcoin earned by the pool from block subsidies and transaction fees over time","description":null,"view_url":"https://newhedge.io/bitcoin/secpool-rewards-collected","docs_url":"https://docs.newhedge.io/api/secpool-rewards-collected","docs_md_url":"https://docs.newhedge.io/api/secpool-rewards-collected.md","metrics":[{"name":"secpool_rewards_cumulative","highlighted_name":"Cumulative Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/secpool-rewards-collected/secpool_rewards_cumulative?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,15940.87196147],[1789776000000,15966.00076973],[1789862400000,15984.84358373]],"has_definition":true},{"name":"secpool_rewards_sum","highlighted_name":"Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/secpool-rewards-collected/secpool_rewards_sum?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,21.98855097],[1789776000000,25.12880826],[1789862400000,18.842814]],"has_definition":true}]},{"slug":"spiderpool-blocks-mined","name":"SpiderPool Blocks Mined","extended_name":"SpiderPool Blocks Mined","group":"pools","sub_group":"SpiderPool","subheader":"Number of Bitcoin blocks the pool successfully mined each day, along with its cumulative total over time","description":null,"view_url":"https://newhedge.io/bitcoin/spiderpool-blocks-mined","docs_url":"https://docs.newhedge.io/api/spiderpool-blocks-mined","docs_md_url":"https://docs.newhedge.io/api/spiderpool-blocks-mined.md","metrics":[{"name":"spiderpool_blocks_mined","highlighted_name":"Blocks Mined","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/spiderpool-blocks-mined/spiderpool_blocks_mined?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,7.0],[1789776000000,21.0],[1789862400000,8.0]],"has_definition":true},{"name":"spiderpool_blocks_mined_cumulative","highlighted_name":"Blocks Mined Cumulative","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/spiderpool-blocks-mined/spiderpool_blocks_mined_cumulative?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,8656.0],[1789776000000,8677.0],[1789862400000,8685.0]],"has_definition":true}]},{"slug":"spiderpool-days-since-block","name":"SpiderPool Days Since Block","extended_name":"SpiderPool Days Since Block","group":"pools","sub_group":"SpiderPool","subheader":"Amount of days passed since the pool last mined a Bitcoin block","description":null,"view_url":"https://newhedge.io/bitcoin/spiderpool-days-since-block","docs_url":"https://docs.newhedge.io/api/spiderpool-days-since-block","docs_md_url":"https://docs.newhedge.io/api/spiderpool-days-since-block.md","metrics":[{"name":"spiderpool_days_since_block","highlighted_name":"Days Since Block","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spiderpool-days-since-block/spiderpool_days_since_block?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"spiderpool-dominance","name":"SpiderPool Dominance","extended_name":"SpiderPool Dominance","group":"pools","sub_group":"SpiderPool","subheader":"Share of total Bitcoin network hashrate controlled by the pool","description":null,"view_url":"https://newhedge.io/bitcoin/spiderpool-dominance","docs_url":"https://docs.newhedge.io/api/spiderpool-dominance","docs_md_url":"https://docs.newhedge.io/api/spiderpool-dominance.md","metrics":[{"name":"spiderpool_1d_dominance","highlighted_name":"Dominance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/spiderpool-dominance/spiderpool_1d_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,4.6053],[1789776000000,16.406301],[1789862400000,5.1948]],"has_definition":true}]},{"slug":"spiderpool-rewards-collected","name":"SpiderPool Rewards Collected","extended_name":"SpiderPool Rewards Collected","group":"pools","sub_group":"SpiderPool","subheader":"Bitcoin earned by the pool from block subsidies and transaction fees over time","description":null,"view_url":"https://newhedge.io/bitcoin/spiderpool-rewards-collected","docs_url":"https://docs.newhedge.io/api/spiderpool-rewards-collected","docs_md_url":"https://docs.newhedge.io/api/spiderpool-rewards-collected.md","metrics":[{"name":"spiderpool_rewards_cumulative","highlighted_name":"Cumulative Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/spiderpool-rewards-collected/spiderpool_rewards_cumulative?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,30998.15951144],[1789776000000,31064.18454516],[1789862400000,31089.29014398]],"has_definition":true},{"name":"spiderpool_rewards_sum","highlighted_name":"Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/spiderpool-rewards-collected/spiderpool_rewards_sum?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,22.06882984],[1789776000000,66.02503372],[1789862400000,25.10559882]],"has_definition":true}]},{"slug":"unknown-blocks-mined","name":"Unknown Blocks Mined","extended_name":"Unknown Blocks Mined","group":"pools","sub_group":"Unknown","subheader":"Number of Bitcoin blocks the pool successfully mined each day, along with its cumulative total over time","description":null,"view_url":"https://newhedge.io/bitcoin/unknown-blocks-mined","docs_url":"https://docs.newhedge.io/api/unknown-blocks-mined","docs_md_url":"https://docs.newhedge.io/api/unknown-blocks-mined.md","metrics":[{"name":"unknown_blocks_mined","highlighted_name":"Blocks Mined","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/unknown-blocks-mined/unknown_blocks_mined?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1.0],[1789776000000,1.0],[1789862400000,0.0]],"has_definition":true},{"name":"unknown_blocks_mined_cumulative","highlighted_name":"Blocks Mined Cumulative","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/unknown-blocks-mined/unknown_blocks_mined_cumulative?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,220665.0],[1789776000000,220666.0],[1789862400000,220666.0]],"has_definition":true}]},{"slug":"unknown-days-since-block","name":"Unknown Days Since Block","extended_name":"Unknown Days Since Block","group":"pools","sub_group":"Unknown","subheader":"Amount of days passed since an unidentified miner last produced a Bitcoin block","description":null,"view_url":"https://newhedge.io/bitcoin/unknown-days-since-block","docs_url":"https://docs.newhedge.io/api/unknown-days-since-block","docs_md_url":"https://docs.newhedge.io/api/unknown-days-since-block.md","metrics":[{"name":"unknown_days_since_block","highlighted_name":"Days Since Block","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/unknown-days-since-block/unknown_days_since_block?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,1.0]],"has_definition":true}]},{"slug":"unknown-dominance","name":"Unknown Dominance","extended_name":"Unknown Dominance","group":"pools","sub_group":"Unknown","subheader":"Share of total Bitcoin network hashrate controlled by the pool","description":null,"view_url":"https://newhedge.io/bitcoin/unknown-dominance","docs_url":"https://docs.newhedge.io/api/unknown-dominance","docs_md_url":"https://docs.newhedge.io/api/unknown-dominance.md","metrics":[{"name":"unknown_1d_dominance","highlighted_name":"Dominance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/unknown-dominance/unknown_1d_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.6579],[1789776000000,0.7813],[1789862400000,0.0]],"has_definition":true}]},{"slug":"unknown-rewards-collected","name":"Unknown Rewards Collected","extended_name":"Unknown Rewards Collected","group":"pools","sub_group":"Unknown","subheader":"Bitcoin earned by the pool from block subsidies and transaction fees over time","description":null,"view_url":"https://newhedge.io/bitcoin/unknown-rewards-collected","docs_url":"https://docs.newhedge.io/api/unknown-rewards-collected","docs_md_url":"https://docs.newhedge.io/api/unknown-rewards-collected.md","metrics":[{"name":"unknown_rewards_cumulative","highlighted_name":"Cumulative Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/unknown-rewards-collected/unknown_rewards_cumulative?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,10125654.34842226],[1789776000000,10125657.50288346],[1789862400000,10125657.50288346]],"has_definition":true},{"name":"unknown_rewards_sum","highlighted_name":"Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/unknown-rewards-collected/unknown_rewards_sum?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,3.15166373],[1789776000000,3.1544612],[1789862400000,0.0]],"has_definition":true}]},{"slug":"viabtc-blocks-mined","name":"ViaBTC Blocks Mined","extended_name":"ViaBTC Blocks Mined","group":"pools","sub_group":"ViaBTC","subheader":"Number of Bitcoin blocks the pool successfully mined each day, along with its cumulative total over time","description":null,"view_url":"https://newhedge.io/bitcoin/viabtc-blocks-mined","docs_url":"https://docs.newhedge.io/api/viabtc-blocks-mined","docs_md_url":"https://docs.newhedge.io/api/viabtc-blocks-mined.md","metrics":[{"name":"viabtc_blocks_mined","highlighted_name":"Blocks Mined","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/viabtc-blocks-mined/viabtc_blocks_mined?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,15.0],[1789776000000,10.0],[1789862400000,14.0]],"has_definition":true},{"name":"viabtc_blocks_mined_cumulative","highlighted_name":"Blocks Mined Cumulative","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/viabtc-blocks-mined/viabtc_blocks_mined_cumulative?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,52727.0],[1789776000000,52737.0],[1789862400000,52751.0]],"has_definition":true}]},{"slug":"viabtc-days-since-block","name":"ViaBTC Days Since Block","extended_name":"ViaBTC Days Since Block","group":"pools","sub_group":"ViaBTC","subheader":"Amount of days passed since the pool last mined a Bitcoin block","description":null,"view_url":"https://newhedge.io/bitcoin/viabtc-days-since-block","docs_url":"https://docs.newhedge.io/api/viabtc-days-since-block","docs_md_url":"https://docs.newhedge.io/api/viabtc-days-since-block.md","metrics":[{"name":"viabtc_days_since_block","highlighted_name":"Days Since Block","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/viabtc-days-since-block/viabtc_days_since_block?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"viabtc-dominance","name":"ViaBTC Dominance","extended_name":"ViaBTC Dominance","group":"pools","sub_group":"ViaBTC","subheader":"Share of total Bitcoin network hashrate controlled by the pool","description":null,"view_url":"https://newhedge.io/bitcoin/viabtc-dominance","docs_url":"https://docs.newhedge.io/api/viabtc-dominance","docs_md_url":"https://docs.newhedge.io/api/viabtc-dominance.md","metrics":[{"name":"viabtc_1d_dominance","highlighted_name":"Dominance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/viabtc-dominance/viabtc_1d_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,9.8684],[1789776000000,7.8125],[1789862400000,9.090899]],"has_definition":true}]},{"slug":"viabtc-rewards-collected","name":"ViaBTC Rewards Collected","extended_name":"ViaBTC Rewards Collected","group":"pools","sub_group":"ViaBTC","subheader":"Bitcoin earned by the pool from block subsidies and transaction fees over time","description":null,"view_url":"https://newhedge.io/bitcoin/viabtc-rewards-collected","docs_url":"https://docs.newhedge.io/api/viabtc-rewards-collected","docs_md_url":"https://docs.newhedge.io/api/viabtc-rewards-collected.md","metrics":[{"name":"viabtc_rewards_cumulative","highlighted_name":"Cumulative Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/viabtc-rewards-collected/viabtc_rewards_cumulative?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,412945.58561106],[1789776000000,412976.98800912],[1789862400000,413020.89520546]],"has_definition":true},{"name":"viabtc_rewards_sum","highlighted_name":"Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/viabtc-rewards-collected/viabtc_rewards_sum?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,47.236601],[1789776000000,31.40239806],[1789862400000,43.90719634]],"has_definition":true}]},{"slug":"whitepool-blocks-mined","name":"WhitePool Blocks Mined","extended_name":"WhitePool Blocks Mined","group":"pools","sub_group":"WhitePool","subheader":"Number of Bitcoin blocks the pool successfully mined each day, along with its cumulative total over time","description":null,"view_url":"https://newhedge.io/bitcoin/whitepool-blocks-mined","docs_url":"https://docs.newhedge.io/api/whitepool-blocks-mined","docs_md_url":"https://docs.newhedge.io/api/whitepool-blocks-mined.md","metrics":[{"name":"whitepool_blocks_mined","highlighted_name":"Blocks Mined","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/whitepool-blocks-mined/whitepool_blocks_mined?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,1.0]],"has_definition":true},{"name":"whitepool_blocks_mined_cumulative","highlighted_name":"Blocks Mined Cumulative","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/whitepool-blocks-mined/whitepool_blocks_mined_cumulative?api_token={token}","shape":"time_series_array","units":"blocks","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,951.0],[1789776000000,951.0],[1789862400000,952.0]],"has_definition":true}]},{"slug":"whitepool-days-since-block","name":"WhitePool Days Since Block","extended_name":"WhitePool Days Since Block","group":"pools","sub_group":"WhitePool","subheader":"Amount of days passed since the pool last mined a Bitcoin block","description":null,"view_url":"https://newhedge.io/bitcoin/whitepool-days-since-block","docs_url":"https://docs.newhedge.io/api/whitepool-days-since-block","docs_md_url":"https://docs.newhedge.io/api/whitepool-days-since-block.md","metrics":[{"name":"whitepool_days_since_block","highlighted_name":"Days Since Block","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/whitepool-days-since-block/whitepool_days_since_block?api_token={token}","shape":"time_series_array","units":"days","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,5.0],[1789776000000,6.0],[1789862400000,0.0]],"has_definition":true}]},{"slug":"whitepool-dominance","name":"WhitePool Dominance","extended_name":"WhitePool Dominance","group":"pools","sub_group":"WhitePool","subheader":"Share of total Bitcoin network hashrate controlled by the pool","description":null,"view_url":"https://newhedge.io/bitcoin/whitepool-dominance","docs_url":"https://docs.newhedge.io/api/whitepool-dominance","docs_md_url":"https://docs.newhedge.io/api/whitepool-dominance.md","metrics":[{"name":"whitepool_1d_dominance","highlighted_name":"Dominance","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/whitepool-dominance/whitepool_1d_dominance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.6494]],"has_definition":true}]},{"slug":"whitepool-rewards-collected","name":"WhitePool Rewards Collected","extended_name":"WhitePool Rewards Collected","group":"pools","sub_group":"WhitePool","subheader":"Bitcoin earned by the pool from block subsidies and transaction fees over time","description":null,"view_url":"https://newhedge.io/bitcoin/whitepool-rewards-collected","docs_url":"https://docs.newhedge.io/api/whitepool-rewards-collected","docs_md_url":"https://docs.newhedge.io/api/whitepool-rewards-collected.md","metrics":[{"name":"whitepool_rewards_cumulative","highlighted_name":"Cumulative Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/whitepool-rewards-collected/whitepool_rewards_cumulative?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,3319.79066882],[1789776000000,3319.79066882],[1789862400000,3322.93081107]],"has_definition":true},{"name":"whitepool_rewards_sum","highlighted_name":"Rewards (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/whitepool-rewards-collected/whitepool_rewards_sum?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,3.14014225]],"has_definition":true}]}]},{"key":"price_performance","label":"Price performance","chart_count":19,"charts":[{"slug":"aviv-ratio","name":"AVIV Ratio","extended_name":"Bitcoin AVIV Ratio","group":"price_performance","sub_group":"Long-Term Performance","subheader":"Ratio between Bitcoin’s average investor price and the average price at which all coins last moved","description":null,"view_url":"https://newhedge.io/bitcoin/aviv-ratio","docs_url":"https://docs.newhedge.io/api/aviv-ratio","docs_md_url":"https://docs.newhedge.io/api/aviv-ratio.md","metrics":[{"name":"aviv_ratio","highlighted_name":"AVIV Ratio","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/aviv-ratio/aviv_ratio?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.694439],[1789776000000,0.694376],[1789862400000,0.694283]],"has_definition":true}]},{"slug":"cagr","name":"CAGR","extended_name":"Bitcoin CAGR","group":"price_performance","sub_group":"Long-Term Performance","subheader":"Compound annual growth rate of Bitcoin price over rolling long-term windows","description":null,"view_url":"https://newhedge.io/bitcoin/cagr","docs_url":"https://docs.newhedge.io/api/cagr","docs_md_url":"https://docs.newhedge.io/api/cagr.md","metrics":[{"name":"price_cagr_10y","highlighted_name":"Bitcoin Price CAGR (10 Year)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cagr/price_cagr_10y?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,63.0813],[1789776000000,63.486897],[1789862400000,63.479]],"has_definition":true},{"name":"price_cagr_2y","highlighted_name":"Bitcoin Price CAGR (2 Year)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cagr/price_cagr_2y?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,15.3994],[1789776000000,13.522699],[1789862400000,13.4648]],"has_definition":true},{"name":"price_cagr_3y","highlighted_name":"Bitcoin Price CAGR (3 Year)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cagr/price_cagr_3y?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,43.882],[1789776000000,44.1278],[1789862400000,45.0864]],"has_definition":true},{"name":"price_cagr_4y","highlighted_name":"Bitcoin Price CAGR (4 Year)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cagr/price_cagr_4y?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,42.7897],[1789776000000,44.1013],[1789862400000,44.8097]],"has_definition":true},{"name":"price_cagr_5y","highlighted_name":"Bitcoin Price CAGR (5 Year)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cagr/price_cagr_5y?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,11.3884],[1789776000000,13.6674],[1789862400000,14.7968]],"has_definition":true},{"name":"price_cagr_6y","highlighted_name":"Bitcoin Price CAGR (6 Year)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cagr/price_cagr_6y?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,39.3236],[1789776000000,39.8042],[1789862400000,40.6809]],"has_definition":true},{"name":"price_cagr_8y","highlighted_name":"Bitcoin Price CAGR (8 Year)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cagr/price_cagr_8y?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,37.1309],[1789776000000,36.488],[1789862400000,36.632202]],"has_definition":true}]},{"slug":"cost-basis-average-btc","name":"Cost Basis Average BTC","extended_name":"Bitcoin Cost Basis Average (BTC-Weighted)","group":"price_performance","sub_group":"Cost Basis","subheader":"BTC-weighted cost basis averages for supply in profit, aggregate, and in loss","description":null,"view_url":"https://newhedge.io/bitcoin/cost-basis-average-btc","docs_url":"https://docs.newhedge.io/api/cost-basis-average-btc","docs_md_url":"https://docs.newhedge.io/api/cost-basis-average-btc.md","metrics":[{"name":"cost_basis_in_loss_per_coin","highlighted_name":"In Loss","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-average-btc/cost_basis_in_loss_per_coin?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,98818.21],[1789776000000,98773.29],[1789862400000,98806.14]],"has_definition":true},{"name":"cost_basis_in_profit_per_coin","highlighted_name":"In Profit","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-average-btc/cost_basis_in_profit_per_coin?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,35493.3],[1789776000000,35490.51],[1789862400000,35541.41]],"has_definition":true},{"name":"realized_price","highlighted_name":"All","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-average-btc/realized_price?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,53217.42],[1789776000000,53242.91],[1789862400000,53248.67]],"has_definition":true}]},{"slug":"cost-basis-average-usd","name":"Cost Basis Average USD","extended_name":"Bitcoin Cost Basis Average (USD-Weighted)","group":"price_performance","sub_group":"Cost Basis","subheader":"USD-weighted cost basis averages for supply in profit, aggregate, and in loss","description":null,"view_url":"https://newhedge.io/bitcoin/cost-basis-average-usd","docs_url":"https://docs.newhedge.io/api/cost-basis-average-usd","docs_md_url":"https://docs.newhedge.io/api/cost-basis-average-usd.md","metrics":[{"name":"cost_basis_in_loss_per_dollar","highlighted_name":"In Loss","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-average-usd/cost_basis_in_loss_per_dollar?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,100265.28],[1789776000000,100224.65],[1789862400000,100254.11]],"has_definition":true},{"name":"cost_basis_in_profit_per_dollar","highlighted_name":"In Profit","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-average-usd/cost_basis_in_profit_per_dollar?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,61893.29],[1789776000000,61941.48],[1789862400000,61999.48]],"has_definition":true},{"name":"investor_price","highlighted_name":"All","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-average-usd/investor_price?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,81836.15],[1789776000000,81864.58],[1789862400000,81867.23]],"has_definition":true}]},{"slug":"cost-basis-distribution-btc","name":"Cost Basis Distribution BTC","extended_name":"Bitcoin Cost Basis Distribution (BTC-Weighted)","group":"price_performance","sub_group":"Cost Basis","subheader":"BTC-weighted cost basis distribution across percentile bands","description":null,"view_url":"https://newhedge.io/bitcoin/cost-basis-distribution-btc","docs_url":"https://docs.newhedge.io/api/cost-basis-distribution-btc","docs_md_url":"https://docs.newhedge.io/api/cost-basis-distribution-btc.md","metrics":[{"name":"cost_basis_max","highlighted_name":"P100","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-btc/cost_basis_max?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,125650.0],[1789776000000,125650.0],[1789862400000,125650.0]],"has_definition":true},{"name":"cost_basis_min","highlighted_name":"P0","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-btc/cost_basis_min?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true},{"name":"cost_basis_per_coin_pct05","highlighted_name":"P05","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-btc/cost_basis_per_coin_pct05?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,0.0],[1789776000000,0.0],[1789862400000,0.0]],"has_definition":true},{"name":"cost_basis_per_coin_pct10","highlighted_name":"P10","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-btc/cost_basis_per_coin_pct10?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,3.0],[1789776000000,3.0],[1789862400000,3.0]],"has_definition":true},{"name":"cost_basis_per_coin_pct15","highlighted_name":"P15","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-btc/cost_basis_per_coin_pct15?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,389.0],[1789776000000,389.0],[1789862400000,389.0]],"has_definition":true},{"name":"cost_basis_per_coin_pct20","highlighted_name":"P20","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-btc/cost_basis_per_coin_pct20?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,3589.0],[1789776000000,3589.0],[1789862400000,3589.0]],"has_definition":true},{"name":"cost_basis_per_coin_pct25","highlighted_name":"P25","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-btc/cost_basis_per_coin_pct25?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,8913.0],[1789776000000,8914.0],[1789862400000,8915.0]],"has_definition":true},{"name":"cost_basis_per_coin_pct30","highlighted_name":"P30","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-btc/cost_basis_per_coin_pct30?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,16945.0],[1789776000000,16954.0],[1789862400000,16955.0]],"has_definition":true},{"name":"cost_basis_per_coin_pct35","highlighted_name":"P35","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-btc/cost_basis_per_coin_pct35?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,29169.0],[1789776000000,29172.0],[1789862400000,29174.0]],"has_definition":true},{"name":"cost_basis_per_coin_pct40","highlighted_name":"P40","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-btc/cost_basis_per_coin_pct40?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,42954.0],[1789776000000,43008.0],[1789862400000,43030.0]],"has_definition":true},{"name":"cost_basis_per_coin_pct45","highlighted_name":"P45","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-btc/cost_basis_per_coin_pct45?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,60250.0],[1789776000000,60250.0],[1789862400000,60250.0]],"has_definition":true},{"name":"cost_basis_per_coin_pct50","highlighted_name":"P50","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-btc/cost_basis_per_coin_pct50?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,63130.0],[1789776000000,63144.0],[1789862400000,63148.0]],"has_definition":true},{"name":"cost_basis_per_coin_pct55","highlighted_name":"P55","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-btc/cost_basis_per_coin_pct55?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,65229.0],[1789776000000,65262.0],[1789862400000,65262.0]],"has_definition":true},{"name":"cost_basis_per_coin_pct60","highlighted_name":"P60","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-btc/cost_basis_per_coin_pct60?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,70158.0],[1789776000000,70232.0],[1789862400000,70262.0]],"has_definition":true},{"name":"cost_basis_per_coin_pct65","highlighted_name":"P65","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-btc/cost_basis_per_coin_pct65?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,76781.0],[1789776000000,76823.0],[1789862400000,76860.0]],"has_definition":true},{"name":"cost_basis_per_coin_pct70","highlighted_name":"P70","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-btc/cost_basis_per_coin_pct70?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,79380.0],[1789776000000,79557.0],[1789862400000,79656.0]],"has_definition":true},{"name":"cost_basis_per_coin_pct75","highlighted_name":"P75","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-btc/cost_basis_per_coin_pct75?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,84239.0],[1789776000000,84239.0],[1789862400000,84239.0]],"has_definition":true},{"name":"cost_basis_per_coin_pct80","highlighted_name":"P80","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-btc/cost_basis_per_coin_pct80?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,89122.0],[1789776000000,89117.0],[1789862400000,89109.0]],"has_definition":true},{"name":"cost_basis_per_coin_pct85","highlighted_name":"P85","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-btc/cost_basis_per_coin_pct85?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,95484.0],[1789776000000,95481.0],[1789862400000,95480.0]],"has_definition":true},{"name":"cost_basis_per_coin_pct90","highlighted_name":"P90","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-btc/cost_basis_per_coin_pct90?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,105620.0],[1789776000000,105620.0],[1789862400000,105620.0]],"has_definition":true},{"name":"cost_basis_per_coin_pct95","highlighted_name":"P95","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-btc/cost_basis_per_coin_pct95?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,112040.0],[1789776000000,112040.0],[1789862400000,112030.0]],"has_definition":true},{"name":"realized_price","highlighted_name":"All","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-btc/realized_price?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,53217.42],[1789776000000,53242.91],[1789862400000,53248.67]],"has_definition":true}]},{"slug":"cost-basis-distribution-usd","name":"Cost Basis Distribution USD","extended_name":"Bitcoin Cost Basis Distribution (USD-Weighted)","group":"price_performance","sub_group":"Cost Basis","subheader":"USD-weighted cost basis distribution across percentile bands","description":null,"view_url":"https://newhedge.io/bitcoin/cost-basis-distribution-usd","docs_url":"https://docs.newhedge.io/api/cost-basis-distribution-usd","docs_md_url":"https://docs.newhedge.io/api/cost-basis-distribution-usd.md","metrics":[{"name":"cost_basis_per_dollar_pct05","highlighted_name":"P05","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-usd/cost_basis_per_dollar_pct05?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,34651.0],[1789776000000,34651.0],[1789862400000,34651.0]],"has_definition":true},{"name":"cost_basis_per_dollar_pct10","highlighted_name":"P10","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-usd/cost_basis_per_dollar_pct10?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,54264.0],[1789776000000,54264.0],[1789862400000,54279.0]],"has_definition":true},{"name":"cost_basis_per_dollar_pct15","highlighted_name":"P15","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-usd/cost_basis_per_dollar_pct15?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,62332.0],[1789776000000,62332.0],[1789862400000,62332.0]],"has_definition":true},{"name":"cost_basis_per_dollar_pct20","highlighted_name":"P20","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-usd/cost_basis_per_dollar_pct20?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,63819.0],[1789776000000,63821.0],[1789862400000,63822.0]],"has_definition":true},{"name":"cost_basis_per_dollar_pct25","highlighted_name":"P25","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-usd/cost_basis_per_dollar_pct25?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,65963.0],[1789776000000,66014.0],[1789862400000,66026.0]],"has_definition":true},{"name":"cost_basis_per_dollar_pct30","highlighted_name":"P30","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-usd/cost_basis_per_dollar_pct30?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,69415.0],[1789776000000,69527.0],[1789862400000,69625.0]],"has_definition":true},{"name":"cost_basis_per_dollar_pct35","highlighted_name":"P35","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-usd/cost_basis_per_dollar_pct35?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,75811.0],[1789776000000,75833.0],[1789862400000,75842.0]],"has_definition":true},{"name":"cost_basis_per_dollar_pct40","highlighted_name":"P40","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-usd/cost_basis_per_dollar_pct40?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,77604.0],[1789776000000,77631.0],[1789862400000,77640.0]],"has_definition":true},{"name":"cost_basis_per_dollar_pct45","highlighted_name":"P45","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-usd/cost_basis_per_dollar_pct45?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,79380.0],[1789776000000,79556.0],[1789862400000,79638.0]],"has_definition":true},{"name":"cost_basis_per_dollar_pct50","highlighted_name":"P50","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-usd/cost_basis_per_dollar_pct50?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,83582.0],[1789776000000,83383.0],[1789862400000,83339.0]],"has_definition":true},{"name":"cost_basis_per_dollar_pct55","highlighted_name":"P55","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-usd/cost_basis_per_dollar_pct55?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,84925.0],[1789776000000,84925.0],[1789862400000,84925.0]],"has_definition":true},{"name":"cost_basis_per_dollar_pct60","highlighted_name":"P60","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-usd/cost_basis_per_dollar_pct60?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,88113.0],[1789776000000,88108.0],[1789862400000,88104.0]],"has_definition":true},{"name":"cost_basis_per_dollar_pct65","highlighted_name":"P65","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-usd/cost_basis_per_dollar_pct65?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,92170.0],[1789776000000,92151.0],[1789862400000,92151.0]],"has_definition":true},{"name":"cost_basis_per_dollar_pct70","highlighted_name":"P70","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-usd/cost_basis_per_dollar_pct70?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,95817.0],[1789776000000,95735.0],[1789862400000,95713.0]],"has_definition":true},{"name":"cost_basis_per_dollar_pct75","highlighted_name":"P75","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-usd/cost_basis_per_dollar_pct75?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,101360.0],[1789776000000,101360.0],[1789862400000,101360.0]],"has_definition":true},{"name":"cost_basis_per_dollar_pct80","highlighted_name":"P80","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-usd/cost_basis_per_dollar_pct80?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,105890.0],[1789776000000,105890.0],[1789862400000,105890.0]],"has_definition":true},{"name":"cost_basis_per_dollar_pct85","highlighted_name":"P85","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-usd/cost_basis_per_dollar_pct85?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,109510.0],[1789776000000,109500.0],[1789862400000,109500.0]],"has_definition":true},{"name":"cost_basis_per_dollar_pct90","highlighted_name":"P90","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-usd/cost_basis_per_dollar_pct90?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,112450.0],[1789776000000,112450.0],[1789862400000,112450.0]],"has_definition":true},{"name":"cost_basis_per_dollar_pct95","highlighted_name":"P95","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-usd/cost_basis_per_dollar_pct95?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,117010.0],[1789776000000,117010.0],[1789862400000,117010.0]],"has_definition":true},{"name":"investor_price","highlighted_name":"All","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cost-basis-distribution-usd/investor_price?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,81836.15],[1789776000000,81864.58],[1789862400000,81867.23]],"has_definition":true}]},{"slug":"daily-price-performance","name":"Daily Price Performance","extended_name":"Bitcoin Daily Price Performance","group":"price_performance","sub_group":"Time Series","subheader":"Daily fluctuations in bitcoin's historical prices","description":null,"view_url":"https://newhedge.io/bitcoin/daily-price-performance","docs_url":"https://docs.newhedge.io/api/daily-price-performance","docs_md_url":"https://docs.newhedge.io/api/daily-price-performance.md","metrics":[{"name":"btc_daily_performance","highlighted_name":"Daily Performance","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/daily-price-performance/btc_daily_performance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,0.3421250981088536],[1789862400000,-0.01704546644167206],[1789948800000,6.624352047904937]],"has_definition":true}]},{"slug":"days-since-ath","name":"Days Since ATH","extended_name":"Bitcoin Days Since ATH","group":"price_performance","sub_group":"Low Time Preference","subheader":"Number of days since Bitcoin's all-time high price","description":null,"view_url":"https://newhedge.io/bitcoin/days-since-ath","docs_url":"https://docs.newhedge.io/api/days-since-ath","docs_md_url":"https://docs.newhedge.io/api/days-since-ath.md","metrics":[{"name":"days_since_price_ath","highlighted_name":"Days Since ATH","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/days-since-ath/days_since_price_ath?api_token={token}","shape":"time_series_array","units":"usd","units_source":"heuristic","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,329.72183],[1789776000000,329.72183],[1789862400000,329.72183]],"has_definition":true}]},{"slug":"monthly-price-performance","name":"Monthly Price Performance","extended_name":"Bitcoin Monthly Price Performance","group":"price_performance","sub_group":"Time Series","subheader":"Monthly fluctuations in bitcoin's historical prices","description":null,"view_url":"https://newhedge.io/bitcoin/monthly-price-performance","docs_url":"https://docs.newhedge.io/api/monthly-price-performance","docs_md_url":"https://docs.newhedge.io/api/monthly-price-performance.md","metrics":[{"name":"btc_monthly_performance","highlighted_name":"Bitcoin Price","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/monthly-price-performance/btc_monthly_performance?api_token={token}","shape":"object_array","units":"percent","units_source":"declared","update_frequency":"monthly","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1785369600000,7.983316809681713,64751.71],[1788048000000,23.56034584297635,77628.27],[1789948800000,10.20044333036821,86558.47]],"has_definition":true}]},{"slug":"monthly-returns-heatmap","name":"Monthly Returns Heatmap","extended_name":"Bitcoin Monthly Returns Heatmap","group":"price_performance","sub_group":"Time Series","subheader":"Visualisation of Bitcoin monthly returns from 2010-2026","description":null,"view_url":"https://newhedge.io/bitcoin/monthly-returns-heatmap","docs_url":"https://docs.newhedge.io/api/monthly-returns-heatmap","docs_md_url":"https://docs.newhedge.io/api/monthly-returns-heatmap.md","metrics":[{"name":"monthly_returns","highlighted_name":"Monthly Returns","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/monthly-returns-heatmap/monthly_returns?api_token={token}","shape":"object_array","units":null,"units_source":null,"update_frequency":"monthly","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[{"x":6,"y":2026,"value":7.31,"open_price":58545.95,"close_price":62826.2},{"x":7,"y":2026,"value":25.02,"open_price":62826.2,"close_price":78546.39},{"x":8,"y":2026,"value":10.2,"open_price":78546.39,"close_price":86558.47}],"has_definition":true}]},{"slug":"never-look-back-price","name":"Never Look Back Price","extended_name":"Bitcoin Never Look Back Price","group":"price_performance","sub_group":"Low Time Preference","subheader":"Last time bitcoin was at a particular price level","description":null,"view_url":"https://newhedge.io/bitcoin/never-look-back-price","docs_url":"https://docs.newhedge.io/api/never-look-back-price","docs_md_url":"https://docs.newhedge.io/api/never-look-back-price.md","metrics":[{"name":"never_look_back_price_btc","highlighted_name":"Never Look Back Price","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/never-look-back-price/never_look_back_price_btc?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789862400000,81180.77],[1789948800000,81180.77],[1790035200000,86558.47]],"has_definition":true}]},{"slug":"price-drawdown","name":"Price Drawdown","extended_name":"Bitcoin Price Drawdown from ATH","group":"price_performance","sub_group":"Low Time Preference","subheader":"Percent drawdown of bitcoin’s price from previous all-time highs","description":null,"view_url":"https://newhedge.io/bitcoin/price-drawdown","docs_url":"https://docs.newhedge.io/api/price-drawdown","docs_md_url":"https://docs.newhedge.io/api/price-drawdown.md","metrics":[{"name":"price_drawdown_btc","highlighted_name":"Price Drawdown","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/price-drawdown/price_drawdown_btc?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,-35.66],[1789862400000,-35.67],[1789948800000,-31.41]],"has_definition":true}]},{"slug":"price-performance-since-halving","name":"Price Performance Since Halving","extended_name":"Bitcoin Price Performance Since Halving","group":"price_performance","sub_group":"Low Time Preference","subheader":"Market price performance trend in relation to Bitcoin's block reward halving events","description":null,"view_url":"https://newhedge.io/bitcoin/price-performance-since-halving","docs_url":"https://docs.newhedge.io/api/price-performance-since-halving","docs_md_url":"https://docs.newhedge.io/api/price-performance-since-halving.md","metrics":[{"name":"price_performance_btc_epoch_4","highlighted_name":"Epoch 4 (6.25 BTC)","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/price-performance-since-halving/price_performance_btc_epoch_4?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"manual","resolutions":["1d"],"next_expected_at":null,"sample":[[1713657600000,754.7607649047865],[1713744000000,777.2869174518856],[1713830400000,771.9017809114731]],"has_definition":true},{"name":"price_performance_btc_epoch_5","highlighted_name":"Epoch 5 (3.125 BTC)","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/price-performance-since-halving/price_performance_btc_epoch_5?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,127.6298244171748],[1789862400000,127.6080693182842],[1789948800000,136.0612770714619]],"has_definition":true}]},{"slug":"quarterly-price-performance","name":"Quarterly Price Performance","extended_name":"Bitcoin Quarterly Price Performance","group":"price_performance","sub_group":"Time Series","subheader":"Historical price movements of bitcoin over successive quarters","description":null,"view_url":"https://newhedge.io/bitcoin/quarterly-price-performance","docs_url":"https://docs.newhedge.io/api/quarterly-price-performance","docs_md_url":"https://docs.newhedge.io/api/quarterly-price-performance.md","metrics":[{"name":"btc_quarterly_performance","highlighted_name":"Bitcoin Price","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/quarterly-price-performance/btc_quarterly_performance?api_token={token}","shape":"object_array","units":"percent","units_source":"declared","update_frequency":"quarterly","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1782604800000,-10.91838029328638,59399.82],[1782691200000,-11.67674255498369,60145.1],[1789948800000,43.91607961413316,86558.47]],"has_definition":true}]},{"slug":"quarterly-monthly-and-weekly-price-performance","name":"Quarterly, Monthly and Weekly Price Performance","extended_name":"Bitcoin Quarterly, Monthly and Weekly Price Performance","group":"price_performance","sub_group":"Time Series","subheader":"Fluctuations in bitcoin's historical prices","description":null,"view_url":"https://newhedge.io/bitcoin/quarterly-monthly-and-weekly-price-performance","docs_url":"https://docs.newhedge.io/api/quarterly-monthly-and-weekly-price-performance","docs_md_url":"https://docs.newhedge.io/api/quarterly-monthly-and-weekly-price-performance.md","metrics":[{"name":"btc_day_based_month_performance","highlighted_name":"Monthly Performance","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/quarterly-monthly-and-weekly-price-performance/btc_day_based_month_performance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,11.1368424885191],[1789862400000,3.693738250262053],[1789948800000,12.26721262146501]],"has_definition":true},{"name":"btc_day_based_quarter_performance","highlighted_name":"Quarterly Performance","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/quarterly-monthly-and-weekly-price-performance/btc_day_based_quarter_performance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,26.97011828864821],[1789862400000,29.57470753791078],[1789948800000,41.94874339687249]],"has_definition":true},{"name":"btc_day_based_week_performance","highlighted_name":"Weekly Performance","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/quarterly-monthly-and-weekly-price-performance/btc_day_based_week_performance?api_token={token}","shape":"time_series_array","units":"percent","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,5.103665371208212],[1789862400000,5.692897733782453],[1789948800000,10.70944830265961]],"has_definition":true}]},{"slug":"realized-price-by-age","name":"Realized Price by Age","extended_name":"Bitcoin Realized Price by Age","group":"price_performance","sub_group":"Cost Basis","subheader":"Realized price broken down by UTXO age cohort.","description":"The average realized price (cost basis) for Bitcoin UTXOs grouped into 23 non-overlapping age bands, from under 1 hour to over 15 years, plotted on a logarithmic scale against Bitcoin price.","view_url":"https://newhedge.io/bitcoin/realized-price-by-age","docs_url":"https://docs.newhedge.io/api/realized-price-by-age","docs_md_url":"https://docs.newhedge.io/api/realized-price-by-age.md","metrics":[{"name":"realized_price","highlighted_name":"All","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,53217.42],[1789776000000,53242.91],[1789862400000,53248.67]],"has_definition":true},{"name":"realized_price_age_10y_12y","highlighted_name":"10y to 12y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price_age_10y_12y?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,394.91],[1789776000000,395.05],[1789862400000,395.18]],"has_definition":true},{"name":"realized_price_age_12y_15y","highlighted_name":"12y to 15y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price_age_12y_15y?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,267.99],[1789776000000,268.19],[1789862400000,268.33]],"has_definition":true},{"name":"realized_price_age_18m_2y","highlighted_name":"18m to 2y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price_age_18m_2y?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,87808.51],[1789776000000,87847.04],[1789862400000,88010.06]],"has_definition":true},{"name":"realized_price_age_1d_1w","highlighted_name":"1d to 1w","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price_age_1d_1w?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,76677.57],[1789776000000,77593.92],[1789862400000,78547.67]],"has_definition":true},{"name":"realized_price_age_1h_1d","highlighted_name":"1h to 1d","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price_age_1h_1d?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,79584.52],[1789776000000,81275.68],[1789862400000,80814.69]],"has_definition":true},{"name":"realized_price_age_1m_2m","highlighted_name":"1m to 2m","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price_age_1m_2m?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,64024.71],[1789776000000,64480.77],[1789862400000,65144.37]],"has_definition":true},{"name":"realized_price_age_1w_1m","highlighted_name":"1w to 1m","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price_age_1w_1m?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,78152.7],[1789776000000,78584.89],[1789862400000,78665.65]],"has_definition":true},{"name":"realized_price_age_1y_18m","highlighted_name":"1y to 18m","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price_age_1y_18m?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,107931.59],[1789776000000,107995.91],[1789862400000,108074.33]],"has_definition":true},{"name":"realized_price_age_2m_3m","highlighted_name":"2m to 3m","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price_age_2m_3m?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,62343.88],[1789776000000,62384.64],[1789862400000,62465.83]],"has_definition":true},{"name":"realized_price_age_2y_3y","highlighted_name":"2y to 3y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price_age_2y_3y?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,56653.61],[1789776000000,56723.67],[1789862400000,56822.26]],"has_definition":true},{"name":"realized_price_age_3m_4m","highlighted_name":"3m to 4m","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price_age_3m_4m?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,67817.4],[1789776000000,67472.78],[1789862400000,67262.32]],"has_definition":true},{"name":"realized_price_age_3y_4y","highlighted_name":"3y to 4y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price_age_3y_4y?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,22507.39],[1789776000000,22522.52],[1789862400000,22537.87]],"has_definition":true},{"name":"realized_price_age_4m_5m","highlighted_name":"4m to 5m","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price_age_4m_5m?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,78503.22],[1789776000000,78465.5],[1789862400000,78447.4]],"has_definition":true},{"name":"realized_price_age_4y_5y","highlighted_name":"4y to 5y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price_age_4y_5y?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,40136.66],[1789776000000,40110.86],[1789862400000,40073.36]],"has_definition":true},{"name":"realized_price_age_5m_6m","highlighted_name":"5m to 6m","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price_age_5m_6m?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,71858.09],[1789776000000,72528.46],[1789862400000,72959.91]],"has_definition":true},{"name":"realized_price_age_5y_6y","highlighted_name":"5y to 6y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price_age_5y_6y?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,39288.47],[1789776000000,39303.72],[1789862400000,39323.93]],"has_definition":true},{"name":"realized_price_age_6m_9m","highlighted_name":"6m to 9m","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price_age_6m_9m?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,80506.0],[1789776000000,80264.68],[1789862400000,79881.9]],"has_definition":true},{"name":"realized_price_age_6y_7y","highlighted_name":"6y to 7y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price_age_6y_7y?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,8738.47],[1789776000000,8738.65],[1789862400000,8740.55]],"has_definition":true},{"name":"realized_price_age_7y_8y","highlighted_name":"7y to 8y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price_age_7y_8y?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,6446.94],[1789776000000,6451.64],[1789862400000,6454.28]],"has_definition":true},{"name":"realized_price_age_8y_10y","highlighted_name":"8y to 10y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price_age_8y_10y?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,6640.21],[1789776000000,6641.78],[1789862400000,6643.33]],"has_definition":true},{"name":"realized_price_age_9m_1y","highlighted_name":"9m to 1y","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price_age_9m_1y?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,96360.51],[1789776000000,96227.28],[1789862400000,95975.7]],"has_definition":true},{"name":"realized_price_age_over_15y","highlighted_name":"15y+","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price_age_over_15y?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1.04],[1789776000000,1.04],[1789862400000,1.04]],"has_definition":true},{"name":"realized_price_age_under_1h","highlighted_name":"Under 1h","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/realized-price-by-age/realized_price_age_under_1h?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,81161.9],[1789776000000,81265.74],[1789862400000,81235.4]],"has_definition":true}]},{"slug":"weekly-price-performance","name":"Weekly Price Performance","extended_name":"Bitcoin Weekly Price Performance","group":"price_performance","sub_group":"Time Series","subheader":"Weekly fluctuations in bitcoin's historical prices","description":null,"view_url":"https://newhedge.io/bitcoin/weekly-price-performance","docs_url":"https://docs.newhedge.io/api/weekly-price-performance","docs_md_url":"https://docs.newhedge.io/api/weekly-price-performance.md","metrics":[{"name":"btc_weekly_performance","highlighted_name":"Bitcoin Price","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/weekly-price-performance/btc_weekly_performance?api_token={token}","shape":"object_array","units":null,"units_source":null,"update_frequency":"weekly","resolutions":["1d"],"next_expected_at":"2026-09-27T00:09:00Z","sample":[[1789257600000,-4.327750263164147,76808.16],[1789862400000,5.692897733782453,81180.77],[1789948800000,0.0,86558.47]],"has_definition":true}]},{"slug":"yearly-candles","name":"Yearly Candles","extended_name":"Bitcoin Yearly Candles","group":"price_performance","sub_group":"Time Series","subheader":"Annual price movements of Bitcoin over time","description":null,"view_url":"https://newhedge.io/bitcoin/yearly-candles","docs_url":"https://docs.newhedge.io/api/yearly-candles","docs_md_url":"https://docs.newhedge.io/api/yearly-candles.md","metrics":[{"name":"yearly_candles","highlighted_name":"Yearly candles","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/yearly-candles/yearly_candles?api_token={token}","shape":"object_array","units":"usd","units_source":"declared","update_frequency":"irregular","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1704067200000,43996.25,106150.0,39551.91,92623.87],[1735689600000,93361.05,124771.07,76225.5,87491.28],[1789948800000,88740.05,96934.01,58545.95,86558.47]],"has_definition":true}]},{"slug":"yearly-price-performance","name":"Yearly Price Performance","extended_name":"Bitcoin Yearly Price Performance","group":"price_performance","sub_group":"Time Series","subheader":"Yearly fluctuations in bitcoin's historical prices","description":null,"view_url":"https://newhedge.io/bitcoin/yearly-price-performance","docs_url":"https://docs.newhedge.io/api/yearly-price-performance","docs_md_url":"https://docs.newhedge.io/api/yearly-price-performance.md","metrics":[{"name":"btc_yearly_performance","highlighted_name":"Bitcoin Price","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/yearly-price-performance/btc_yearly_performance?api_token={token}","shape":"object_array","units":"percent","units_source":"declared","update_frequency":"irregular","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1735516800000,110.5267380742677,92623.87],[1767052800000,-6.353366120402688,88388.16],[1789948800000,-2.458393926981111,86558.47]],"has_definition":true}]}]},{"key":"stablecoins","label":"Stablecoins","chart_count":2,"charts":[{"slug":"total-stablecoin-marketcap","name":"Total Stablecoin Marketcap","extended_name":"Total Stablecoin Market Cap","group":"stablecoins","sub_group":"Stablecoins","subheader":"Total USD value of all stablecoins issued by the six largest providers, including USDT and USDC","description":null,"view_url":"https://newhedge.io/bitcoin/total-stablecoin-marketcap","docs_url":"https://docs.newhedge.io/api/total-stablecoin-marketcap","docs_md_url":"https://docs.newhedge.io/api/total-stablecoin-marketcap.md","metrics":[{"name":"stablecoin_busd_supply","highlighted_name":"BUSD","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/total-stablecoin-marketcap/stablecoin_busd_supply?api_token={token}","shape":"time_series_array","units":"token_units","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,34397480.7],[1789862400000,34411955.87],[1789948800000,34393910.93]],"has_definition":true},{"name":"stablecoin_dai_supply","highlighted_name":"DAI","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/total-stablecoin-marketcap/stablecoin_dai_supply?api_token={token}","shape":"time_series_array","units":"token_units","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,4569373355.56],[1789862400000,4598849390.93],[1789948800000,4591604474.76]],"has_definition":true},{"name":"stablecoin_gusd_supply","highlighted_name":"GUSD","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/total-stablecoin-marketcap/stablecoin_gusd_supply?api_token={token}","shape":"time_series_array","units":"token_units","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,38928516.44],[1789862400000,39040508.93],[1789948800000,39102295.35]],"has_definition":true},{"name":"stablecoin_pax_supply","highlighted_name":"PAX","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/total-stablecoin-marketcap/stablecoin_pax_supply?api_token={token}","shape":"time_series_array","units":"token_units","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,28283707.0],[1789862400000,28362343.06],[1789948800000,28328068.55]],"has_definition":true},{"name":"stablecoin_total_supply","highlighted_name":"Stablecoin Total Supply","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/total-stablecoin-marketcap/stablecoin_total_supply?api_token={token}","shape":"time_series_array","units":"token_units","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,261586403576.54],[1789862400000,261964347586.57],[1789948800000,262014556743.42]],"has_definition":true},{"name":"stablecoin_usdc_supply","highlighted_name":"USDC","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/total-stablecoin-marketcap/stablecoin_usdc_supply?api_token={token}","shape":"time_series_array","units":"token_units","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,73887095004.0],[1789862400000,73927776833.8],[1789948800000,74242268563.53]],"has_definition":true},{"name":"stablecoin_usdt_supply","highlighted_name":"USDT","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/total-stablecoin-marketcap/stablecoin_usdt_supply?api_token={token}","shape":"time_series_array","units":"token_units","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,183406269522.87],[1789862400000,183386115710.83],[1789948800000,183325884834.23]],"has_definition":true}]},{"slug":"total-stablecoin-supply","name":"Total Stablecoin Supply","extended_name":"Total Stablecoin Supply","group":"stablecoins","sub_group":"Stablecoins","subheader":"Circulating amount of stablecoins issued by the six largest providers, including USDT and USDC","description":null,"view_url":"https://newhedge.io/bitcoin/total-stablecoin-supply","docs_url":"https://docs.newhedge.io/api/total-stablecoin-supply","docs_md_url":"https://docs.newhedge.io/api/total-stablecoin-supply.md","metrics":[{"name":"stablecoin_busd_supply","highlighted_name":"BUSD","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/total-stablecoin-supply/stablecoin_busd_supply?api_token={token}","shape":"time_series_array","units":"token_units","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,34397480.7],[1789862400000,34411955.87],[1789948800000,34393910.93]],"has_definition":true},{"name":"stablecoin_dai_supply","highlighted_name":"DAI","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/total-stablecoin-supply/stablecoin_dai_supply?api_token={token}","shape":"time_series_array","units":"token_units","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,4569373355.56],[1789862400000,4598849390.93],[1789948800000,4591604474.76]],"has_definition":true},{"name":"stablecoin_gusd_supply","highlighted_name":"GUSD","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/total-stablecoin-supply/stablecoin_gusd_supply?api_token={token}","shape":"time_series_array","units":"token_units","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,38928516.44],[1789862400000,39040508.93],[1789948800000,39102295.35]],"has_definition":true},{"name":"stablecoin_pax_supply","highlighted_name":"PAX","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/total-stablecoin-supply/stablecoin_pax_supply?api_token={token}","shape":"time_series_array","units":"token_units","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,28283707.0],[1789862400000,28362343.06],[1789948800000,28328068.55]],"has_definition":true},{"name":"stablecoin_total_supply","highlighted_name":"Stablecoin Total Supply","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/total-stablecoin-supply/stablecoin_total_supply?api_token={token}","shape":"time_series_array","units":"token_units","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,261586403576.54],[1789862400000,261964347586.57],[1789948800000,262014556743.42]],"has_definition":true},{"name":"stablecoin_usdc_supply","highlighted_name":"USDC","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/total-stablecoin-supply/stablecoin_usdc_supply?api_token={token}","shape":"time_series_array","units":"token_units","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,73887095004.0],[1789862400000,73927776833.8],[1789948800000,74242268563.53]],"has_definition":true},{"name":"stablecoin_usdt_supply","highlighted_name":"USDT","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/total-stablecoin-supply/stablecoin_usdt_supply?api_token={token}","shape":"time_series_array","units":"token_units","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:30:00Z","sample":[[1789776000000,183406269522.87],[1789862400000,183386115710.83],[1789948800000,183325884834.23]],"has_definition":true}]}]},{"key":"structured_products","label":"ETFs \u0026 structured products","chart_count":15,"charts":[{"slug":"cumulative-spot-bitcoin-etf-volumes","name":"Cumulative Spot Bitcoin ETF Volumes","extended_name":"Cumulative Spot Bitcoin ETF Volumes","group":"structured_products","sub_group":"Spot ETFs","subheader":"Daily cumulative volume in USD of spot bitcoin ETFs","description":null,"view_url":"https://newhedge.io/bitcoin/cumulative-spot-bitcoin-etf-volumes","docs_url":"https://docs.newhedge.io/api/cumulative-spot-bitcoin-etf-volumes","docs_md_url":"https://docs.newhedge.io/api/cumulative-spot-bitcoin-etf-volumes.md","metrics":[{"name":"cumulative_spot_etf_volumes_usd","highlighted_name":"Cumulative Spot Bitcoin ETF Volumes USD","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/cumulative-spot-bitcoin-etf-volumes/cumulative_spot_etf_volumes_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,1882433789958.58],[1789862400000,1882433789958.58],[1789948800000,1886388360258.107]],"has_definition":true}]},{"slug":"etf-and-treasury-demand-vs-issuance","name":"ETF and Treasury Demand vs Issuance","extended_name":"ETF and Treasury Demand vs Issuance","group":"structured_products","sub_group":"Spot ETFs","subheader":"Spot ETF and corporate treasury buying measured against the bitcoin miners issue.","description":"Daily spot ETF net creations in BTC plus net corporate and government treasury purchases, divided by the block subsidy paid to miners that day. A ratio above 1 means ETF and treasury demand absorbed more bitcoin than was newly mined; below 1 means issuance outran that demand. ETF flows publish on US market days and treasury purchases are event-driven, so the 30-day line is the readable one and the daily line shows the individual prints.","view_url":"https://newhedge.io/bitcoin/etf-and-treasury-demand-vs-issuance","docs_url":"https://docs.newhedge.io/api/etf-and-treasury-demand-vs-issuance","docs_md_url":"https://docs.newhedge.io/api/etf-and-treasury-demand-vs-issuance.md","metrics":[{"name":"block_reward_per_day","highlighted_name":"Block Reward per Day BTC","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/etf-and-treasury-demand-vs-issuance/block_reward_per_day?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,400.0],[1789862400000,481.25],[1789948800000,468.75]],"has_definition":true},{"name":"etf_treasury_demand_vs_issuance","highlighted_name":"Demand vs Issuance (1D)","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/etf-and-treasury-demand-vs-issuance/etf_treasury_demand_vs_issuance?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,0.0],[1789862400000,0.0],[1789948800000,1.974025974025974]],"has_definition":true},{"name":"etf_treasury_demand_vs_issuance_30d","highlighted_name":"Demand vs Issuance (30D)","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/etf-and-treasury-demand-vs-issuance/etf_treasury_demand_vs_issuance_30d?api_token={token}","shape":"time_series_array","units":"ratio","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,2.08352047164893],[1789862400000,1.707051597646465],[1789948800000,1.774064791639079]],"has_definition":true},{"name":"spot_btc_etf_total_flows_btc","highlighted_name":"ETF Net Flow","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/etf-and-treasury-demand-vs-issuance/spot_btc_etf_total_flows_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-22T06:00:00Z","sample":[[1789516800000,-3915.435589232036],[1789603200000,2093.830655964983],[1789689600000,5671.795340665974]],"has_definition":true},{"name":"treasury_net_btc_demand","highlighted_name":"Treasury Net Purchases","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/etf-and-treasury-demand-vs-issuance/treasury_net_btc_demand?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,0.0],[1789862400000,0.0],[1789948800000,950.0]],"has_definition":true}]},{"slug":"futures-etf-volumes","name":"Futures ETF Volumes","extended_name":"Bitcoin Futures ETF Trading Volumes","group":"structured_products","sub_group":"Spot ETFs","subheader":"Daily trading volume in USD of futures bitcoin ETFs","description":null,"view_url":"https://newhedge.io/bitcoin/futures-etf-volumes","docs_url":"https://docs.newhedge.io/api/futures-etf-volumes","docs_md_url":"https://docs.newhedge.io/api/futures-etf-volumes.md","metrics":[{"name":"futures_eft_volumes_historical_usd","highlighted_name":"Bitcoin Futures ETF Volumes USD","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/futures-etf-volumes/futures_eft_volumes_historical_usd?api_token={token}","shape":"keyed_hash","units":"usd","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":{"BITO":[0,0,1119742006.125],"BITS":[0,0,246679.47],"DEFI":[0,0,32478.6]},"has_definition":true}]},{"slug":"grayscale-btc-holdings","name":"Grayscale BTC Holdings","extended_name":"Grayscale BTC Holdings","group":"structured_products","sub_group":"Grayscale","subheader":"Total amount of BTC currently held in the Grayscale Bitcoin Trust (GBTC)","description":null,"view_url":"https://newhedge.io/bitcoin/grayscale-btc-holdings","docs_url":"https://docs.newhedge.io/api/grayscale-btc-holdings","docs_md_url":"https://docs.newhedge.io/api/grayscale-btc-holdings.md","metrics":[{"name":"grayscale_holdings_btc","highlighted_name":"Grayscale BTC Holdings","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/grayscale-btc-holdings/grayscale_holdings_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"chart","update_frequency":"irregular","resolutions":["1d"],"next_expected_at":"2026-09-23T00:05:00Z","sample":[[1789541940768,127540.3559],[1789655280165,127295.4597],[1789763954363,127290.2284]],"has_definition":true},{"name":"grayscale_holdings_usd","highlighted_name":"Grayscale BTC Holdings USD","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/grayscale-btc-holdings/grayscale_holdings_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"irregular","resolutions":["1d"],"next_expected_at":"2026-09-23T00:05:00Z","sample":[[1789541940768,9638567778.92037],[1789655280165,9696880578.33535],[1789763954363,9717675900.965828]],"has_definition":true}]},{"slug":"spot-bitcoin-etf-aum","name":"Spot Bitcoin ETF AUM","extended_name":"Spot Bitcoin ETF Daily AUM","group":"structured_products","sub_group":"Spot ETFs","subheader":"Daily assets under management (AUM) for spot bitcoin ETFs","description":null,"view_url":"https://newhedge.io/bitcoin/spot-bitcoin-etf-aum","docs_url":"https://docs.newhedge.io/api/spot-bitcoin-etf-aum","docs_md_url":"https://docs.newhedge.io/api/spot-bitcoin-etf-aum.md","metrics":[{"name":"arkb_etf_aum","highlighted_name":"ARKB Spot Bitcoin ETF AUM","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-aum/arkb_etf_aum?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:05:00Z","sample":[[1789689600000,2659505120.206179],[1789776000000,2671436714.697197],[1789862400000,2669220984.458029]],"has_definition":true},{"name":"bitb_etf_aum","highlighted_name":"BITB Spot Bitcoin ETF AUM","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-aum/bitb_etf_aum?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:05:00Z","sample":[[1789689600000,3085213154.990146],[1789776000000,3099054644.522922],[1789862400000,3096484241.469417]],"has_definition":true},{"name":"brrr_etf_aum","highlighted_name":"BRRR Spot Bitcoin ETF AUM","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-aum/brrr_etf_aum?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:05:00Z","sample":[[1789689600000,436506938.62],[1789776000000,464220929.5064558],[1789862400000,463835897.6075141]],"has_definition":true},{"name":"btco_etf_aum","highlighted_name":"BTCO Spot Bitcoin ETF AUM","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-aum/btco_etf_aum?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:05:00Z","sample":[[1789689600000,412643708.118724],[1789776000000,414494991.4109182],[1789862400000,414151202.9612798]],"has_definition":true},{"name":"btcw_etf_aum","highlighted_name":"BTCW Spot Bitcoin ETF AUM","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-aum/btcw_etf_aum?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:05:00Z","sample":[[1789689600000,171503358.5108609],[1789776000000,172272790.5800275],[1789862400000,172129904.907545]],"has_definition":true},{"name":"ezbc_etf_aum","highlighted_name":"EZBC Spot Bitcoin ETF AUM","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-aum/ezbc_etf_aum?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:05:00Z","sample":[[1789689600000,450090000],[1789776000000,478671392.7779729],[1789862400000,478274375.445027]],"has_definition":true},{"name":"fbtc_etf_aum","highlighted_name":"FBTC Spot Bitcoin ETF AUM","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-aum/fbtc_etf_aum?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:05:00Z","sample":[[1789689600000,14558729651.6326],[1789776000000,14624045885.53937],[1789862400000,14611916479.4751]],"has_definition":true},{"name":"gbtc_etf_aum","highlighted_name":"GBTC Spot Bitcoin ETF AUM","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-aum/gbtc_etf_aum?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:05:00Z","sample":[[1789689600000,10334411056],[1789776000000,10340601671.65821],[1789862400000,10332025019.36881]],"has_definition":true},{"name":"hodl_etf_aum","highlighted_name":"HODL Spot Bitcoin ETF AUM","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-aum/hodl_etf_aum?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:05:00Z","sample":[[1789689600000,1190311631],[1789776000000,1265898222.664895],[1789862400000,1264848267.426862]],"has_definition":true},{"name":"ibit_etf_aum","highlighted_name":"IBIT Spot Bitcoin ETF AUM","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-aum/ibit_etf_aum?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:05:00Z","sample":[[1789689600000,63487688239.00695],[1789776000000,63772519181.98379],[1789862400000,63719625284.70294]],"has_definition":true}]},{"slug":"spot-bitcoin-etf-flows","name":"Spot Bitcoin ETF Flows","extended_name":"Spot Bitcoin ETF Flows [USD]","group":"structured_products","sub_group":"Spot ETFs","subheader":"Daily flows (in USD) for US spot bitcoin ETFs","description":null,"view_url":"https://newhedge.io/bitcoin/spot-bitcoin-etf-flows","docs_url":"https://docs.newhedge.io/api/spot-bitcoin-etf-flows","docs_md_url":"https://docs.newhedge.io/api/spot-bitcoin-etf-flows.md","metrics":[{"name":"arkb_etf_spot_flows_usd","highlighted_name":"ARKB Spot Bitcoin ETF Flows USD","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-flows/arkb_etf_spot_flows_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-22T06:00:00Z","sample":[[1789516800000,-84400000],[1789603200000,0],[1789689600000,1900000]],"has_definition":true},{"name":"bitb_etf_spot_flows_usd","highlighted_name":"BITB Spot Bitcoin ETF Flows USD","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-flows/bitb_etf_spot_flows_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-22T06:00:00Z","sample":[[1789516800000,0],[1789603200000,0],[1789689600000,9700000]],"has_definition":true},{"name":"brrr_etf_spot_flows_usd","highlighted_name":"BRRR Spot Bitcoin ETF Flows USD","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-flows/brrr_etf_spot_flows_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-22T06:00:00Z","sample":[[1789516800000,0],[1789603200000,0],[1789689600000,0]],"has_definition":true},{"name":"btco_etf_spot_flows_usd","highlighted_name":"BTCO Spot Bitcoin ETF Flows USD","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-flows/btco_etf_spot_flows_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-22T06:00:00Z","sample":[[1789516800000,0],[1789603200000,0],[1789689600000,0]],"has_definition":true},{"name":"btcw_etf_spot_flows_usd","highlighted_name":"BTCW Spot Bitcoin ETF Flows USD","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-flows/btcw_etf_spot_flows_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-22T06:00:00Z","sample":[[1789516800000,0],[1789603200000,0],[1789689600000,0]],"has_definition":true},{"name":"ezbc_etf_spot_flows_usd","highlighted_name":"EZBC Spot Bitcoin ETF Flows USD","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-flows/ezbc_etf_spot_flows_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-22T06:00:00Z","sample":[[1789516800000,0],[1789603200000,0],[1789689600000,0]],"has_definition":true},{"name":"fbtc_etf_spot_flows_usd","highlighted_name":"FBTC Spot Bitcoin ETF Flows USD","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-flows/fbtc_etf_spot_flows_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-22T06:00:00Z","sample":[[1789516800000,-52700000],[1789603200000,-16600000],[1789689600000,310700000]],"has_definition":true},{"name":"gbtc_etf_spot_flows_usd","highlighted_name":"GBTC Spot Bitcoin ETF Flows USD","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-flows/gbtc_etf_spot_flows_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-22T06:00:00Z","sample":[[1789516800000,-18200000],[1789603200000,0],[1789689600000,0]],"has_definition":true},{"name":"hodl_etf_spot_flows_usd","highlighted_name":"HODL Spot Bitcoin ETF Flows USD","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-flows/hodl_etf_spot_flows_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-22T06:00:00Z","sample":[[1789516800000,0],[1789603200000,-7600000],[1789689600000,2300000]],"has_definition":true},{"name":"ibit_etf_spot_flows_usd","highlighted_name":"IBIT Spot Bitcoin ETF Flows USD","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-flows/ibit_etf_spot_flows_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-22T06:00:00Z","sample":[[1789516800000,-144100000],[1789603200000,183700000],[1789689600000,108400000]],"has_definition":true}]},{"slug":"spot-bitcoin-etf-flows-btc","name":"Spot Bitcoin ETF Flows BTC","extended_name":"Spot Bitcoin ETF Flows [BTC]","group":"structured_products","sub_group":"Spot ETFs","subheader":"Daily flows (in BTC) for US spot bitcoin ETFs","description":null,"view_url":"https://newhedge.io/bitcoin/spot-bitcoin-etf-flows-btc","docs_url":"https://docs.newhedge.io/api/spot-bitcoin-etf-flows-btc","docs_md_url":"https://docs.newhedge.io/api/spot-bitcoin-etf-flows-btc.md","metrics":[{"name":"arkb_etf_spot_flows_btc","highlighted_name":"ARKB Spot Bitcoin ETF Flows BTC","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-flows-btc/arkb_etf_spot_flows_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-22T06:00:00Z","sample":[[1789516800000,-1116.805555022588],[1789603200000,0.0],[1789689600000,24.88778555950427]],"has_definition":true},{"name":"bitb_etf_spot_flows_btc","highlighted_name":"BITB Spot Bitcoin ETF Flows BTC","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-flows-btc/bitb_etf_spot_flows_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-22T06:00:00Z","sample":[[1789516800000,0.0],[1789603200000,0.0],[1789689600000,127.0586946985218]],"has_definition":true},{"name":"brrr_etf_spot_flows_btc","highlighted_name":"BRRR Spot Bitcoin ETF Flows BTC","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-flows-btc/brrr_etf_spot_flows_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-22T06:00:00Z","sample":[[1789516800000,0.0],[1789603200000,0.0],[1789689600000,0.0]],"has_definition":true},{"name":"btco_etf_spot_flows_btc","highlighted_name":"BTCO Spot Bitcoin ETF Flows BTC","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-flows-btc/btco_etf_spot_flows_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-22T06:00:00Z","sample":[[1789516800000,0.0],[1789603200000,0.0],[1789689600000,0.0]],"has_definition":true},{"name":"btcw_etf_spot_flows_btc","highlighted_name":"BTCW Spot Bitcoin ETF Flows BTC","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-flows-btc/btcw_etf_spot_flows_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-22T06:00:00Z","sample":[[1789516800000,0.0],[1789603200000,0.0],[1789689600000,0.0]],"has_definition":true},{"name":"ezbc_etf_spot_flows_btc","highlighted_name":"EZBC Spot Bitcoin ETF Flows BTC","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-flows-btc/ezbc_etf_spot_flows_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-22T06:00:00Z","sample":[[1789516800000,0.0],[1789603200000,0.0],[1789689600000,0.0]],"has_definition":true},{"name":"fbtc_etf_spot_flows_btc","highlighted_name":"FBTC Spot Bitcoin ETF Flows BTC","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-flows-btc/fbtc_etf_spot_flows_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-22T06:00:00Z","sample":[[1789516800000,-697.3418572238198],[1789603200000,-217.9159177994903],[1789689600000,4069.807880704199]],"has_definition":true},{"name":"gbtc_etf_spot_flows_btc","highlighted_name":"GBTC Spot Bitcoin ETF Flows BTC","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-flows-btc/gbtc_etf_spot_flows_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-22T06:00:00Z","sample":[[1789516800000,-240.827738168378],[1789603200000,0.0],[1789689600000,0.0]],"has_definition":true},{"name":"hodl_etf_spot_flows_btc","highlighted_name":"HODL Spot Bitcoin ETF Flows BTC","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-flows-btc/hodl_etf_spot_flows_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-22T06:00:00Z","sample":[[1789516800000,0.0],[1789603200000,-99.76873345036906],[1789689600000,30.12731936150517]],"has_definition":true},{"name":"ibit_etf_spot_flows_btc","highlighted_name":"IBIT Spot Bitcoin ETF Flows BTC","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-flows-btc/ibit_etf_spot_flows_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-22T06:00:00Z","sample":[[1789516800000,-1906.773465388092],[1789603200000,2411.515307214842],[1789689600000,1419.913660342244]],"has_definition":true}]},{"slug":"spot-bitcoin-etf-holdings","name":"Spot Bitcoin ETF Holdings","extended_name":"Spot Bitcoin ETF Onchain Holdings [BTC]","group":"structured_products","sub_group":"Spot ETFs Onchain","subheader":"Daily on-chain BTC holdings for U.S spot bitcoin ETFs","description":null,"view_url":"https://newhedge.io/bitcoin/spot-bitcoin-etf-holdings","docs_url":"https://docs.newhedge.io/api/spot-bitcoin-etf-holdings","docs_md_url":"https://docs.newhedge.io/api/spot-bitcoin-etf-holdings.md","metrics":[{"name":"spot_etf_btc_holdings_historical","highlighted_name":"Historical Spot Bitcoin ETF Holdings","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-holdings/spot_etf_btc_holdings_historical?api_token={token}","shape":"keyed_hash","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:15:00Z","sample":{"GBTC":[[1789516800000,127279.86766294],[1789603200000,127040.20295813],[1789689600000,127040.20295813]],"HODL":[[1789516800000,14768.11511053999],[1789603200000,14669.15166931999],[1789689600000,14669.15166931999]],"IBIT":[[1789516800000,784825.63701557],[1789603200000,782923.4166746499],[1789689600000,785323.8036735699]]},"has_definition":true}]},{"slug":"spot-bitcoin-etf-market-share","name":"Spot Bitcoin ETF Market Share","extended_name":"Spot Bitcoin ETF Market Share","group":"structured_products","sub_group":"Spot ETFs","subheader":"Market share by volume for spot bitcoin ETFs","description":null,"view_url":"https://newhedge.io/bitcoin/spot-bitcoin-etf-market-share","docs_url":"https://docs.newhedge.io/api/spot-bitcoin-etf-market-share","docs_md_url":"https://docs.newhedge.io/api/spot-bitcoin-etf-market-share.md","metrics":[{"name":"spot_eft_volumes_historical_usd","highlighted_name":"Spot ETF Trading Volumes USD","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-market-share/spot_eft_volumes_historical_usd?api_token={token}","shape":"keyed_hash","units":"usd","units_source":"heuristic","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":{"HODL":[[1789603200000,6062164.68],[1789689600000,15936443.456],[1789948800000,18619792.45]],"IBIT":[[1789603200000,1121845808.925],[1789689600000,3398263126.29],[1789948800000,3297285373.84]],"MSBT":[[1789603200000,2595590.94],[1789689600000,17530631.52],[1789948800000,29012972.4508]]},"has_definition":true}]},{"slug":"spot-bitcoin-etf-onchain-flows","name":"Spot Bitcoin ETF Onchain Flows","extended_name":"Spot Bitcoin ETF Onchain Flows [BTC]","group":"structured_products","sub_group":"Spot ETFs Onchain","subheader":"Daily on-chain Bitcoin flows for spot ETFs that have publicly known wallet addresses","description":null,"view_url":"https://newhedge.io/bitcoin/spot-bitcoin-etf-onchain-flows","docs_url":"https://docs.newhedge.io/api/spot-bitcoin-etf-onchain-flows","docs_md_url":"https://docs.newhedge.io/api/spot-bitcoin-etf-onchain-flows.md","metrics":[{"name":"arkb_etf_spot_flows_btc_onchain","highlighted_name":"ARKB Spot Bitcoin ETF Onchain Flows BTC","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-onchain-flows/arkb_etf_spot_flows_btc_onchain?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:15:00Z","sample":[[1789516800000,-228.74886153],[1789603200000,-1113.90095579],[1789689600000,0.0]],"has_definition":true},{"name":"bitb_etf_spot_flows_btc_onchain","highlighted_name":"BITB Spot Bitcoin ETF Onchain Flows BTC","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-onchain-flows/bitb_etf_spot_flows_btc_onchain?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:15:00Z","sample":[[1789516800000,-162.7829934],[1789603200000,0.0],[1789689600000,0.0]],"has_definition":true},{"name":"brrr_etf_spot_flows_btc_onchain","highlighted_name":"BRRR Spot Bitcoin ETF Onchain Flows BTC","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-onchain-flows/brrr_etf_spot_flows_btc_onchain?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:15:00Z","sample":[[1789516800000,0.0],[1789603200000,0.0],[1789689600000,0.0]],"has_definition":true},{"name":"btco_etf_spot_flows_btc_onchain","highlighted_name":"BTCO Spot Bitcoin ETF Onchain Flows BTC","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-onchain-flows/btco_etf_spot_flows_btc_onchain?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:15:00Z","sample":[[1789516800000,0.0],[1789603200000,0.0],[1789689600000,0.0]],"has_definition":true},{"name":"btcw_etf_spot_flows_btc_onchain","highlighted_name":"BTCW Spot Bitcoin ETF Onchain Flows BTC","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-onchain-flows/btcw_etf_spot_flows_btc_onchain?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:15:00Z","sample":[[1789516800000,0.0],[1789603200000,0.0],[1789689600000,0.0]],"has_definition":true},{"name":"ezbc_etf_spot_flows_btc_onchain","highlighted_name":"EZBC Spot Bitcoin ETF Onchain Flows BTC","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-onchain-flows/ezbc_etf_spot_flows_btc_onchain?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:15:00Z","sample":[[1789516800000,0.0],[1789603200000,0.0],[1789689600000,0.0]],"has_definition":true},{"name":"fbtc_etf_spot_flows_btc_onchain","highlighted_name":"FBTC Spot Bitcoin ETF Onchain Flows BTC","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-onchain-flows/fbtc_etf_spot_flows_btc_onchain?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:15:00Z","sample":[[1789516800000,-0.0003272],[1789603200000,-0.00029061],[1789689600000,0.0]],"has_definition":true},{"name":"gbtc_etf_spot_flows_btc_onchain","highlighted_name":"GBTC Spot Bitcoin ETF Onchain Flows","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-onchain-flows/gbtc_etf_spot_flows_btc_onchain?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:15:00Z","sample":[[1789516800000,-579.857793],[1789603200000,-239.66470481],[1789689600000,0.0]],"has_definition":true},{"name":"hodl_etf_spot_flows_btc_onchain","highlighted_name":"HODL Spot Bitcoin ETF Onchain Flows BTC","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-onchain-flows/hodl_etf_spot_flows_btc_onchain?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:15:00Z","sample":[[1789516800000,0.0],[1789603200000,-98.96344122],[1789689600000,0.0]],"has_definition":true},{"name":"ibit_etf_spot_flows_btc_onchain","highlighted_name":"IBIT Spot Bitcoin ETF Onchain Flows BTC","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-onchain-flows/ibit_etf_spot_flows_btc_onchain?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:15:00Z","sample":[[1789516800000,-2128.69461316],[1789603200000,-1902.22034092],[1789689600000,2400.38699892]],"has_definition":true}]},{"slug":"spot-bitcoin-etf-onchain-flows-usd","name":"Spot Bitcoin ETF Onchain Flows USD","extended_name":"Spot Bitcoin ETF Onchain Flows [USD]","group":"structured_products","sub_group":"Spot ETFs Onchain","subheader":"Daily on-chain Bitcoin flows in USD for spot ETFs that have publicly known wallet addresses","description":null,"view_url":"https://newhedge.io/bitcoin/spot-bitcoin-etf-onchain-flows-usd","docs_url":"https://docs.newhedge.io/api/spot-bitcoin-etf-onchain-flows-usd","docs_md_url":"https://docs.newhedge.io/api/spot-bitcoin-etf-onchain-flows-usd.md","metrics":[{"name":"arkb_etf_spot_flows_usd_onchain","highlighted_name":"ARKB Spot Bitcoin ETF Onchain Flows USD","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-onchain-flows-usd/arkb_etf_spot_flows_usd_onchain?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:15:00Z","sample":[[1789516800000,-17287166.8],[1789603200000,-84852708.57],[1789689600000,0.0]],"has_definition":true},{"name":"bitb_etf_spot_flows_usd_onchain","highlighted_name":"BITB Spot Bitcoin ETF Onchain Flows USD","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-onchain-flows-usd/bitb_etf_spot_flows_usd_onchain?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:15:00Z","sample":[[1789516800000,-12301948.7],[1789603200000,0.0],[1789689600000,0.0]],"has_definition":true},{"name":"brrr_etf_spot_flows_usd_onchain","highlighted_name":"BRRR Spot Bitcoin ETF Onchain Flows USD","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-onchain-flows-usd/brrr_etf_spot_flows_usd_onchain?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:15:00Z","sample":[[1789516800000,0.0],[1789603200000,0.0],[1789689600000,0.0]],"has_definition":true},{"name":"btco_etf_spot_flows_usd_onchain","highlighted_name":"BTCO Spot Bitcoin ETF Onchain Flows USD","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-onchain-flows-usd/btco_etf_spot_flows_usd_onchain?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:15:00Z","sample":[[1789516800000,0.0],[1789603200000,0.0],[1789689600000,0.0]],"has_definition":true},{"name":"btcw_etf_spot_flows_usd_onchain","highlighted_name":"BTCW \t Spot Bitcoin ETF Onchain Flows USD","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-onchain-flows-usd/btcw_etf_spot_flows_usd_onchain?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:15:00Z","sample":[[1789516800000,0.0],[1789603200000,0.0],[1789689600000,0.0]],"has_definition":true},{"name":"ezbc_etf_spot_flows_usd_onchain","highlighted_name":"EZBC Spot Bitcoin ETF Onchain Flows USD","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-onchain-flows-usd/ezbc_etf_spot_flows_usd_onchain?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:15:00Z","sample":[[1789516800000,0.0],[1789603200000,0.0],[1789689600000,0.0]],"has_definition":true},{"name":"fbtc_etf_spot_flows_usd_onchain","highlighted_name":"FBTC \t Spot Bitcoin ETF Onchain Flows USD","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-onchain-flows-usd/fbtc_etf_spot_flows_usd_onchain?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:15:00Z","sample":[[1789516800000,-24.73],[1789603200000,-22.14],[1789689600000,0.0]],"has_definition":true},{"name":"gbtc_etf_spot_flows_usd_onchain","highlighted_name":"GBTC Spot Bitcoin ETF Onchain Flows USD","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-onchain-flows-usd/gbtc_etf_spot_flows_usd_onchain?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:15:00Z","sample":[[1789516800000,-43821413.23],[1789603200000,-18256739.3],[1789689600000,0.0]],"has_definition":true},{"name":"hodl_etf_spot_flows_usd_onchain","highlighted_name":"HODL Spot Bitcoin ETF Onchain Flows USD","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-onchain-flows-usd/hodl_etf_spot_flows_usd_onchain?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:15:00Z","sample":[[1789516800000,0.0],[1789603200000,-7538655.92],[1789689600000,0.0]],"has_definition":true},{"name":"ibit_etf_spot_flows_usd_onchain","highlighted_name":"IBIT Spot Bitcoin ETF Onchain Flows USD","metric_type":"dependent","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-onchain-flows-usd/ibit_etf_spot_flows_usd_onchain?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:15:00Z","sample":[[1789516800000,-160871178.11],[1789603200000,-144903860.07],[1789689600000,183251952.53]],"has_definition":true}]},{"slug":"spot-bitcoin-etf-onchain-total-net-flows","name":"Spot Bitcoin ETF Onchain Total Net Flows","extended_name":"Spot Bitcoin ETF Onchain Total Net Flows","group":"structured_products","sub_group":"Spot ETFs Onchain","subheader":"The daily aggregated net on-chain flow (in BTC and USD) for spot Bitcoin ETFs","description":null,"view_url":"https://newhedge.io/bitcoin/spot-bitcoin-etf-onchain-total-net-flows","docs_url":"https://docs.newhedge.io/api/spot-bitcoin-etf-onchain-total-net-flows","docs_md_url":"https://docs.newhedge.io/api/spot-bitcoin-etf-onchain-total-net-flows.md","metrics":[{"name":"spot_btc_etf_total_flows_btc_onchain","highlighted_name":"Spot Bitcoin ETF Onchain Total Net Flows BTC","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-onchain-total-net-flows/spot_btc_etf_total_flows_btc_onchain?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:15:00Z","sample":[[1789516800000,-3100.08458829],[1789603200000,-3354.74973335],[1789689600000,2400.38699892]],"has_definition":true},{"name":"spot_btc_etf_total_flows_usd_onchain","highlighted_name":"Onchain Flows USD","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-onchain-total-net-flows/spot_btc_etf_total_flows_usd_onchain?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-22T06:15:00Z","sample":[[1789516800000,-234281731.57],[1789603200000,-255551986.0],[1789689600000,183251952.53]],"has_definition":true}]},{"slug":"spot-bitcoin-etf-total-net-flows","name":"Spot Bitcoin ETF Total Net Flows","extended_name":"Spot Bitcoin ETF Total Net Flows","group":"structured_products","sub_group":"Spot ETFs","subheader":"Daily total net flow (in USD and BTC) for spot bitcoin ETFs ","description":null,"view_url":"https://newhedge.io/bitcoin/spot-bitcoin-etf-total-net-flows","docs_url":"https://docs.newhedge.io/api/spot-bitcoin-etf-total-net-flows","docs_md_url":"https://docs.newhedge.io/api/spot-bitcoin-etf-total-net-flows.md","metrics":[{"name":"spot_btc_etf_total_flows_btc","highlighted_name":"Total Net Flows BTC","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-total-net-flows/spot_btc_etf_total_flows_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-22T06:00:00Z","sample":[[1789516800000,-3915.435589232036],[1789603200000,2093.830655964983],[1789689600000,5671.795340665974]],"has_definition":true},{"name":"spot_btc_etf_total_flows_usd","highlighted_name":"Spot Bitcoin ETF Onchain Total Net Flows USD","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/spot-bitcoin-etf-total-net-flows/spot_btc_etf_total_flows_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"declared","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-22T06:00:00Z","sample":[[1789516800000,-295900000],[1789603200000,159500000],[1789689600000,433000000]],"has_definition":true}]},{"slug":"spot-etf-volumes","name":"Spot ETF Volumes","extended_name":"Spot Bitcoin ETF Trading Volumes","group":"structured_products","sub_group":"Spot ETFs","subheader":"Daily trading volume in USD of spot bitcoin ETFs","description":null,"view_url":"https://newhedge.io/bitcoin/spot-etf-volumes","docs_url":"https://docs.newhedge.io/api/spot-etf-volumes","docs_md_url":"https://docs.newhedge.io/api/spot-etf-volumes.md","metrics":[{"name":"spot_eft_volumes_historical_usd","highlighted_name":"Spot ETF Trading Volumes USD","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/spot-etf-volumes/spot_eft_volumes_historical_usd?api_token={token}","shape":"keyed_hash","units":"usd","units_source":"heuristic","update_frequency":"weekday","resolutions":["1d"],"next_expected_at":"2026-09-23T01:00:00Z","sample":{"HODL":[[1789603200000,6062164.68],[1789689600000,15936443.456],[1789948800000,18619792.45]],"IBIT":[[1789603200000,1121845808.925],[1789689600000,3398263126.29],[1789948800000,3297285373.84]],"MSBT":[[1789603200000,2595590.94],[1789689600000,17530631.52],[1789948800000,29012972.4508]]},"has_definition":true}]},{"slug":"spot-to-futures-volume","name":"Spot to Futures Volume","extended_name":"Bitcoin Spot ETF to Futures ETF Trading Volume","group":"structured_products","sub_group":"Spot ETFs","subheader":"Comparative trading volumes between Bitcoin spot exchange-traded funds (ETFs) and Bitcoin futures ETFs","description":null,"view_url":"https://newhedge.io/bitcoin/spot-to-futures-volume","docs_url":"https://docs.newhedge.io/api/spot-to-futures-volume","docs_md_url":"https://docs.newhedge.io/api/spot-to-futures-volume.md","metrics":[{"name":"total_futures_eft_volume_usd","highlighted_name":"Total Bitcoin Spot to Futures Volume USD","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/spot-to-futures-volume/total_futures_eft_volume_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,1102618670.1154],[1789862400000,1102618670.1154],[1789948800000,1122353101.075]],"has_definition":true},{"name":"total_spot_eft_volume_usd","highlighted_name":"Bitcoin Spot to Futures Volume USD","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/spot-to-futures-volume/total_spot_eft_volume_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"heuristic","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,4561440703.358001],[1789862400000,4561440703.358001],[1789948800000,3954570299.5268]],"has_definition":true}]}]},{"key":"transactions","label":"Transactions","chart_count":12,"charts":[{"slug":"annualized-transaction-volume","name":"Annualized Transaction Volume","extended_name":"Bitcoin Annualized Transaction Volume","group":"transactions","sub_group":"Transactions","subheader":"Annualized Bitcoin transaction volume in BTC, sats, and USD","description":null,"view_url":"https://newhedge.io/bitcoin/annualized-transaction-volume","docs_url":"https://docs.newhedge.io/api/annualized-transaction-volume","docs_md_url":"https://docs.newhedge.io/api/annualized-transaction-volume.md","metrics":[{"name":"annualized_volume","highlighted_name":"Annualized Volume (Sats)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/annualized-transaction-volume/annualized_volume?api_token={token}","shape":"time_series_array","units":"sats","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,28777932722605040.0],[1789776000000,28788656671781168.0],[1789862400000,28800456960751480.0]],"has_definition":true},{"name":"annualized_volume_btc","highlighted_name":"Annualized Volume (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/annualized-transaction-volume/annualized_volume_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,287779327.2260504],[1789776000000,287886566.7178117],[1789862400000,288004569.6075148]],"has_definition":true},{"name":"annualized_volume_usd","highlighted_name":"Annualized Volume (USD)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/annualized-transaction-volume/annualized_volume_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,23161266954050.36],[1789776000000,23144610856938.5],[1789862400000,23135884875051.15]],"has_definition":true}]},{"slug":"cumulative-transfer-volume-btc","name":"Cumulative Transfer Volume BTC","extended_name":"Bitcoin Cumulative Transfer Volume (BTC)","group":"transactions","sub_group":"Transfer Volume","subheader":"Cumulative transfer volume measured in BTC","description":null,"view_url":"https://newhedge.io/bitcoin/cumulative-transfer-volume-btc","docs_url":"https://docs.newhedge.io/api/cumulative-transfer-volume-btc","docs_md_url":"https://docs.newhedge.io/api/cumulative-transfer-volume-btc.md","metrics":[{"name":"transfer_volume_cumulative","highlighted_name":"Cumulative Transfer Volume BTC","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cumulative-transfer-volume-btc/transfer_volume_cumulative?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,9249052347.809328],[1789776000000,9249882403.124016],[1789862400000,9250520176.781826]],"has_definition":true}]},{"slug":"cumulative-transfer-volume-usd","name":"Cumulative Transfer Volume USD","extended_name":"Bitcoin Cumulative Transfer Volume (USD)","group":"transactions","sub_group":"Transfer Volume","subheader":"Cumulative transfer volume measured in USD","description":null,"view_url":"https://newhedge.io/bitcoin/cumulative-transfer-volume-usd","docs_url":"https://docs.newhedge.io/api/cumulative-transfer-volume-usd","docs_md_url":"https://docs.newhedge.io/api/cumulative-transfer-volume-usd.md","metrics":[{"name":"transfer_volume_cumulative_usd","highlighted_name":"Cumulative Transfer Volume USD","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/cumulative-transfer-volume-usd/transfer_volume_cumulative_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,172839248790309.3],[1789776000000,172906700559695.6],[1789862400000,172958221243789.5]],"has_definition":true}]},{"slug":"monthly-transactions","name":"Monthly Transactions","extended_name":"Bitcoin Monthly Transactions","group":"transactions","sub_group":"Transactions","subheader":"Number of monthly confirmed transactions occurring on the Bitcoin blockchain","description":null,"view_url":"https://newhedge.io/bitcoin/monthly-transactions","docs_url":"https://docs.newhedge.io/api/monthly-transactions","docs_md_url":"https://docs.newhedge.io/api/monthly-transactions.md","metrics":[{"name":"monthly_transactions","highlighted_name":"Monthly Transactions","metric_type":"unique","request_url_template":"https://newhedge.io/api/v2/metrics/monthly-transactions/monthly_transactions?api_token={token}","shape":"object_array","units":"transactions","units_source":"declared","update_frequency":"manual","resolutions":["1d"],"next_expected_at":null,"sample":[20526892,20953276,14968068],"has_definition":true}]},{"slug":"transaction-count","name":"Transaction Count","extended_name":"Bitcoin Total Transactions Count","group":"transactions","sub_group":"Transactions","subheader":"Total number of confirmed transactions conducted on the Bitcoin network","description":null,"view_url":"https://newhedge.io/bitcoin/transaction-count","docs_url":"https://docs.newhedge.io/api/transaction-count","docs_md_url":"https://docs.newhedge.io/api/transaction-count.md","metrics":[{"name":"btc_transaction_count","highlighted_name":"Transaction Count","metric_type":"regular","request_url_template":"https://newhedge.io/api/v2/metrics/transaction-count/btc_transaction_count?api_token={token}","shape":"time_series_array","units":"transactions","units_source":"declared","update_frequency":"daily","resolutions":["1d"],"next_expected_at":"2026-09-23T00:09:00Z","sample":[[1789776000000,1439094540],[1789862400000,1439908245],[1789948800000,1440543556]],"has_definition":true}]},{"slug":"transaction-velocity","name":"Transaction Velocity","extended_name":"Bitcoin Transaction Velocity","group":"transactions","sub_group":"Transactions","subheader":"Velocity of Bitcoin transaction turnover measured in BTC and USD terms","description":null,"view_url":"https://newhedge.io/bitcoin/transaction-velocity","docs_url":"https://docs.newhedge.io/api/transaction-velocity","docs_md_url":"https://docs.newhedge.io/api/transaction-velocity.md","metrics":[{"name":"btc_velocity","highlighted_name":"BTC Velocity","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/transaction-velocity/btc_velocity?api_token={token}","shape":"time_series_array","units":null,"units_source":null,"update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,14.3272709803652],[1789776000000,14.33232677684441],[1789862400000,14.33785798866352]],"has_definition":true},{"name":"usd_velocity","highlighted_name":"USD Velocity","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/transaction-velocity/usd_velocity?api_token={token}","shape":"time_series_array","units":null,"units_source":null,"update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,14.220043638188],[1789776000000,14.17798449458259],[1789862400000,14.17679838049029]],"has_definition":true}]},{"slug":"transaction-volume","name":"Transaction Volume","extended_name":"Bitcoin Transaction Volume","group":"transactions","sub_group":"Transactions","subheader":"Daily transaction volume transferred on the Bitcoin network in BTC, sats, and USD","description":null,"view_url":"https://newhedge.io/bitcoin/transaction-volume","docs_url":"https://docs.newhedge.io/api/transaction-volume","docs_md_url":"https://docs.newhedge.io/api/transaction-volume.md","metrics":[{"name":"sent_sum","highlighted_name":"Volume (Sats)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/transaction-volume/sent_sum?api_token={token}","shape":"time_series_array","units":"sats","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,120980860003896.0],[1789776000000,83332832987528.0],[1789862400000,63777365780990.0]],"has_definition":true},{"name":"sent_sum_btc","highlighted_name":"Volume (BTC)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/transaction-volume/sent_sum_btc?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,1209808.60003896],[1789776000000,833328.32987528],[1789862400000,637773.6578099]],"has_definition":true},{"name":"sent_sum_usd","highlighted_name":"Volume (USD)","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/transaction-volume/sent_sum_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,95519464813.62],[1789776000000,67717176943.93],[1789862400000,51520684093.86]],"has_definition":true}]},{"slug":"transactions-per-block","name":"Transactions per Block","extended_name":"Bitcoin Transactions per Block","group":"transactions","sub_group":"Transactions","subheader":"Number of individual transactions that are included in a single block of the Bitcoin blockchain","description":null,"view_url":"https://newhedge.io/bitcoin/transactions-per-block","docs_url":"https://docs.newhedge.io/api/transactions-per-block","docs_md_url":"https://docs.newhedge.io/api/transactions-per-block.md","metrics":[{"name":"transactions_per_block","highlighted_name":"Transactions per Block","metric_type":"external","request_url_template":"https://newhedge.io/api/v2/metrics/transactions-per-block/transactions_per_block?api_token={token}","shape":"time_series_array","units":"transactions","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-23T00:07:00Z","sample":[[1789776000000,4679.3125],[1789862400000,5283.798701298701],[1789948800000,4235.406666666667]],"has_definition":true}]},{"slug":"transactions-per-day","name":"Transactions per Day","extended_name":"Bitcoin Transactions per Day","group":"transactions","sub_group":"Transactions","subheader":"Daily number of confirmed transactions on the Bitcoin network","description":null,"view_url":"https://newhedge.io/bitcoin/transactions-per-day","docs_url":"https://docs.newhedge.io/api/transactions-per-day","docs_md_url":"https://docs.newhedge.io/api/transactions-per-day.md","metrics":[{"name":"transactions_per_day","highlighted_name":"Transactions per Day","metric_type":"external","request_url_template":"https://newhedge.io/api/v2/metrics/transactions-per-day/transactions_per_day?api_token={token}","shape":"time_series_array","units":"transactions","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-23T00:07:00Z","sample":[[1789776000000,598952],[1789862400000,813705],[1789948800000,635311]],"has_definition":true}]},{"slug":"transactions-per-second","name":"Transactions per Second","extended_name":"Bitcoin Transactions per Second","group":"transactions","sub_group":"Transactions","subheader":"Number of bitcoin transactions per second","description":null,"view_url":"https://newhedge.io/bitcoin/transactions-per-second","docs_url":"https://docs.newhedge.io/api/transactions-per-second","docs_md_url":"https://docs.newhedge.io/api/transactions-per-second.md","metrics":[{"name":"transactions_per_second","highlighted_name":"Transactions per second","metric_type":"external","request_url_template":"https://newhedge.io/api/v2/metrics/transactions-per-second/transactions_per_second?api_token={token}","shape":"time_series_array","units":"transactions","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-23T00:07:00Z","sample":[[1789776000000,6.932315],[1789862400000,9.417882],[1789948800000,7.3531365]],"has_definition":true}]},{"slug":"transfer-volume-btc","name":"Transfer Volume BTC","extended_name":"Bitcoin Transfer Volume (BTC)","group":"transactions","sub_group":"Transfer Volume","subheader":"Daily transfer volume measured in BTC","description":null,"view_url":"https://newhedge.io/bitcoin/transfer-volume-btc","docs_url":"https://docs.newhedge.io/api/transfer-volume-btc","docs_md_url":"https://docs.newhedge.io/api/transfer-volume-btc.md","metrics":[{"name":"transfer_volume","highlighted_name":"Transfer Volume BTC","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/transfer-volume-btc/transfer_volume?api_token={token}","shape":"time_series_array","units":"btc","units_source":"declared","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,7959.26724608],[1789776000000,6510.37769728],[1789862400000,4141.38728448]],"has_definition":true}]},{"slug":"transfer-volume-usd","name":"Transfer Volume USD","extended_name":"Bitcoin Transfer Volume (USD)","group":"transactions","sub_group":"Transfer Volume","subheader":"Daily transfer volume measured in USD","description":null,"view_url":"https://newhedge.io/bitcoin/transfer-volume-usd","docs_url":"https://docs.newhedge.io/api/transfer-volume-usd","docs_md_url":"https://docs.newhedge.io/api/transfer-volume-usd.md","metrics":[{"name":"transfer_volume_usd","highlighted_name":"Transfer Volume USD","metric_type":"third_party","request_url_template":"https://newhedge.io/api/v2/metrics/transfer-volume-usd/transfer_volume_usd?api_token={token}","shape":"time_series_array","units":"usd","units_source":"chart","update_frequency":"daily","resolutions":["1d","12h","4h","1h","30m","10m"],"next_expected_at":"2026-09-22T07:00:00Z","sample":[[1789689600000,628417536.0],[1789776000000,529040424.96],[1789862400000,334549893.12]],"has_definition":true}]}]}],"companies":[{"slug":"strategy-inc","name":"Strategy, Inc","symbol":"MSTR","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/strategy-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/strategy-inc","docs_url":"https://docs.newhedge.io/api/companies/strategy-inc","docs_md_url":"https://docs.newhedge.io/api/companies/strategy-inc.md"},{"slug":"ishares-bitcoin-trust","name":"iShares Bitcoin Trust","symbol":"IBIT","company_type":"etf","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/ishares-bitcoin-trust/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/ishares-bitcoin-trust","docs_url":"https://docs.newhedge.io/api/companies/ishares-bitcoin-trust","docs_md_url":"https://docs.newhedge.io/api/companies/ishares-bitcoin-trust.md"},{"slug":"united-states","name":"United States","symbol":"","company_type":"gov","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/united-states/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/united-states","docs_url":"https://docs.newhedge.io/api/companies/united-states","docs_md_url":"https://docs.newhedge.io/api/companies/united-states.md"},{"slug":"china","name":"China","symbol":"","company_type":"gov","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/china/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/china","docs_url":"https://docs.newhedge.io/api/companies/china","docs_md_url":"https://docs.newhedge.io/api/companies/china.md"},{"slug":"fidelity-wise-origin-bitcoin-fund","name":"Fidelity Wise Origin Bitcoin Fund","symbol":"FBTC","company_type":"etf","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/fidelity-wise-origin-bitcoin-fund/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/fidelity-wise-origin-bitcoin-fund","docs_url":"https://docs.newhedge.io/api/companies/fidelity-wise-origin-bitcoin-fund","docs_md_url":"https://docs.newhedge.io/api/companies/fidelity-wise-origin-bitcoin-fund.md"},{"slug":"block-one","name":"Block.one","symbol":"","company_type":"private","available_metrics":["treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/block-one/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/block-one","docs_url":"https://docs.newhedge.io/api/companies/block-one","docs_md_url":"https://docs.newhedge.io/api/companies/block-one.md"},{"slug":"grayscale-bitcoin-trust","name":"Grayscale Bitcoin Trust","symbol":"GBTC","company_type":"etf","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/grayscale-bitcoin-trust/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/grayscale-bitcoin-trust","docs_url":"https://docs.newhedge.io/api/companies/grayscale-bitcoin-trust","docs_md_url":"https://docs.newhedge.io/api/companies/grayscale-bitcoin-trust.md"},{"slug":"tether-holdings-limited","name":"Tether Holdings Limited","symbol":"","company_type":"private","available_metrics":["treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/tether-holdings-limited/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/tether-holdings-limited","docs_url":"https://docs.newhedge.io/api/companies/tether-holdings-limited","docs_md_url":"https://docs.newhedge.io/api/companies/tether-holdings-limited.md"},{"slug":"united-kingdom","name":"United Kingdom","symbol":"","company_type":"gov","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/united-kingdom/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/united-kingdom","docs_url":"https://docs.newhedge.io/api/companies/united-kingdom","docs_md_url":"https://docs.newhedge.io/api/companies/united-kingdom.md"},{"slug":"ukraine","name":"Ukraine","symbol":"","company_type":"gov","available_metrics":["treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/ukraine/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/ukraine","docs_url":"https://docs.newhedge.io/api/companies/ukraine","docs_md_url":"https://docs.newhedge.io/api/companies/ukraine.md"},{"slug":"twenty-one-capital-inc","name":"Twenty One Capital, Inc.","symbol":"XXI","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/twenty-one-capital-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/twenty-one-capital-inc","docs_url":"https://docs.newhedge.io/api/companies/twenty-one-capital-inc","docs_md_url":"https://docs.newhedge.io/api/companies/twenty-one-capital-inc.md"},{"slug":"metaplanet-inc","name":"Metaplanet Inc.","symbol":"MTPLF","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/metaplanet-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/metaplanet-inc","docs_url":"https://docs.newhedge.io/api/companies/metaplanet-inc","docs_md_url":"https://docs.newhedge.io/api/companies/metaplanet-inc.md"},{"slug":"bitwise-bitcoin-etf","name":"Bitwise Bitcoin ETF","symbol":"BITB","company_type":"etf","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/bitwise-bitcoin-etf/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/bitwise-bitcoin-etf","docs_url":"https://docs.newhedge.io/api/companies/bitwise-bitcoin-etf","docs_md_url":"https://docs.newhedge.io/api/companies/bitwise-bitcoin-etf.md"},{"slug":"marathon-digital-holdings-inc","name":"Marathon Digital Holdings Inc","symbol":"MARA","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/marathon-digital-holdings-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/marathon-digital-holdings-inc","docs_url":"https://docs.newhedge.io/api/companies/marathon-digital-holdings-inc","docs_md_url":"https://docs.newhedge.io/api/companies/marathon-digital-holdings-inc.md"},{"slug":"purpose-bitcoin-etf","name":"Purpose Bitcoin ETF","symbol":"BTCC","company_type":"etf","available_metrics":["price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/purpose-bitcoin-etf/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/purpose-bitcoin-etf","docs_url":"https://docs.newhedge.io/api/companies/purpose-bitcoin-etf","docs_md_url":"https://docs.newhedge.io/api/companies/purpose-bitcoin-etf.md"},{"slug":"ark-21shares-bitcoin-etf","name":"ARK 21Shares Bitcoin ETF","symbol":"ARKB","company_type":"etf","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/ark-21shares-bitcoin-etf/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/ark-21shares-bitcoin-etf","docs_url":"https://docs.newhedge.io/api/companies/ark-21shares-bitcoin-etf","docs_md_url":"https://docs.newhedge.io/api/companies/ark-21shares-bitcoin-etf.md"},{"slug":"cantor-equity-partners-i-inc","name":"Cantor Equity Partners I, Inc.","symbol":"CEPO","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/cantor-equity-partners-i-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/cantor-equity-partners-i-inc","docs_url":"https://docs.newhedge.io/api/companies/cantor-equity-partners-i-inc","docs_md_url":"https://docs.newhedge.io/api/companies/cantor-equity-partners-i-inc.md"},{"slug":"galaxy-digital-holdings-ltd","name":"Galaxy Digital Holdings Ltd","symbol":"GLXY","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/galaxy-digital-holdings-ltd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/galaxy-digital-holdings-ltd","docs_url":"https://docs.newhedge.io/api/companies/galaxy-digital-holdings-ltd","docs_md_url":"https://docs.newhedge.io/api/companies/galaxy-digital-holdings-ltd.md"},{"slug":"strive-asset-management","name":"Strive Asset Management","symbol":"ASST","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/strive-asset-management/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/strive-asset-management","docs_url":"https://docs.newhedge.io/api/companies/strive-asset-management","docs_md_url":"https://docs.newhedge.io/api/companies/strive-asset-management.md"},{"slug":"etc-group-physical-bitcoin","name":"ETC Group Physical Bitcoin","symbol":"BTCE","company_type":"etf","available_metrics":["price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/etc-group-physical-bitcoin/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/etc-group-physical-bitcoin","docs_url":"https://docs.newhedge.io/api/companies/etc-group-physical-bitcoin","docs_md_url":"https://docs.newhedge.io/api/companies/etc-group-physical-bitcoin.md"},{"slug":"bullish","name":"Bullish","symbol":"BLSH","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/bullish/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/bullish","docs_url":"https://docs.newhedge.io/api/companies/bullish","docs_md_url":"https://docs.newhedge.io/api/companies/bullish.md"},{"slug":"spacex","name":"SpaceX","symbol":"SPCX","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/spacex/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/spacex","docs_url":"https://docs.newhedge.io/api/companies/spacex","docs_md_url":"https://docs.newhedge.io/api/companies/spacex.md"},{"slug":"coinbase-global-inc","name":"Coinbase Global Inc","symbol":"COIN","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/coinbase-global-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/coinbase-global-inc","docs_url":"https://docs.newhedge.io/api/companies/coinbase-global-inc","docs_md_url":"https://docs.newhedge.io/api/companies/coinbase-global-inc.md"},{"slug":"riot-blockchain-inc","name":"Riot Blockchain Inc","symbol":"RIOT","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/riot-blockchain-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/riot-blockchain-inc","docs_url":"https://docs.newhedge.io/api/companies/riot-blockchain-inc","docs_md_url":"https://docs.newhedge.io/api/companies/riot-blockchain-inc.md"},{"slug":"vaneck-bitcoin-trust","name":"VanEck Bitcoin Trust","symbol":"HODL","company_type":"etf","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/vaneck-bitcoin-trust/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/vaneck-bitcoin-trust","docs_url":"https://docs.newhedge.io/api/companies/vaneck-bitcoin-trust","docs_md_url":"https://docs.newhedge.io/api/companies/vaneck-bitcoin-trust.md"},{"slug":"hut-8-corp","name":"Hut 8 Corp","symbol":"HUT","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/hut-8-corp/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/hut-8-corp","docs_url":"https://docs.newhedge.io/api/companies/hut-8-corp","docs_md_url":"https://docs.newhedge.io/api/companies/hut-8-corp.md"},{"slug":"north-korea","name":"North Korea","symbol":"","company_type":"gov","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/north-korea/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/north-korea","docs_url":"https://docs.newhedge.io/api/companies/north-korea","docs_md_url":"https://docs.newhedge.io/api/companies/north-korea.md"},{"slug":"cleanspark-inc","name":"CleanSpark Inc","symbol":"CLSK","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/cleanspark-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/cleanspark-inc","docs_url":"https://docs.newhedge.io/api/companies/cleanspark-inc","docs_md_url":"https://docs.newhedge.io/api/companies/cleanspark-inc.md"},{"slug":"tesla-inc","name":"Tesla Inc","symbol":"TSLA","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/tesla-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/tesla-inc","docs_url":"https://docs.newhedge.io/api/companies/tesla-inc","docs_md_url":"https://docs.newhedge.io/api/companies/tesla-inc.md"},{"slug":"bitwise-10-crypto-index-fund","name":"Bitwise 10 Crypto Index Fund","symbol":"BITW","company_type":"fund","available_metrics":["price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/bitwise-10-crypto-index-fund/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/bitwise-10-crypto-index-fund","docs_url":"https://docs.newhedge.io/api/companies/bitwise-10-crypto-index-fund","docs_md_url":"https://docs.newhedge.io/api/companies/bitwise-10-crypto-index-fund.md"},{"slug":"bhutan","name":"Bhutan","symbol":"","company_type":"gov","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/bhutan/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/bhutan","docs_url":"https://docs.newhedge.io/api/companies/bhutan","docs_md_url":"https://docs.newhedge.io/api/companies/bhutan.md"},{"slug":"stone-ridge-holdings-group","name":"Stone Ridge Holdings Group","symbol":"","company_type":"private","available_metrics":["treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/stone-ridge-holdings-group/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/stone-ridge-holdings-group","docs_url":"https://docs.newhedge.io/api/companies/stone-ridge-holdings-group","docs_md_url":"https://docs.newhedge.io/api/companies/stone-ridge-holdings-group.md"},{"slug":"trump-media-technology-group-corp","name":"Trump Media \u0026 Technology Group Corp.","symbol":"DJT","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/trump-media-technology-group-corp/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/trump-media-technology-group-corp","docs_url":"https://docs.newhedge.io/api/companies/trump-media-technology-group-corp","docs_md_url":"https://docs.newhedge.io/api/companies/trump-media-technology-group-corp.md"},{"slug":"block-inc","name":"Block, Inc","symbol":"XYZ","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/block-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/block-inc","docs_url":"https://docs.newhedge.io/api/companies/block-inc","docs_md_url":"https://docs.newhedge.io/api/companies/block-inc.md"},{"slug":"wisdomtree-bitcoin","name":"WisdomTree Bitcoin","symbol":"BTCW.SW","company_type":"fund","available_metrics":["price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/wisdomtree-bitcoin/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/wisdomtree-bitcoin","docs_url":"https://docs.newhedge.io/api/companies/wisdomtree-bitcoin","docs_md_url":"https://docs.newhedge.io/api/companies/wisdomtree-bitcoin.md"},{"slug":"21shares-bitcoin-etp-chf","name":"21Shares Bitcoin ETP (CHF)","symbol":"ABTC.SW","company_type":"etf","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/21shares-bitcoin-etp-chf/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/21shares-bitcoin-etp-chf","docs_url":"https://docs.newhedge.io/api/companies/21shares-bitcoin-etp-chf","docs_md_url":"https://docs.newhedge.io/api/companies/21shares-bitcoin-etp-chf.md"},{"slug":"american-bitcoin-corp","name":"American Bitcoin Corp","symbol":"ABTC","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/american-bitcoin-corp/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/american-bitcoin-corp","docs_url":"https://docs.newhedge.io/api/companies/american-bitcoin-corp","docs_md_url":"https://docs.newhedge.io/api/companies/american-bitcoin-corp.md"},{"slug":"gd-culture-group-limited","name":"GD Culture Group Limited","symbol":"GDC","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/gd-culture-group-limited/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/gd-culture-group-limited","docs_url":"https://docs.newhedge.io/api/companies/gd-culture-group-limited","docs_md_url":"https://docs.newhedge.io/api/companies/gd-culture-group-limited.md"},{"slug":"el-salvador","name":"El Salvador","symbol":"","company_type":"gov","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/el-salvador/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/el-salvador","docs_url":"https://docs.newhedge.io/api/companies/el-salvador","docs_md_url":"https://docs.newhedge.io/api/companies/el-salvador.md"},{"slug":"ci-galaxy-bitcoin-fund-cad","name":"CI Galaxy Bitcoin Fund (CAD)","symbol":"BTCX.B","company_type":"etf","available_metrics":["price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/ci-galaxy-bitcoin-fund-cad/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/ci-galaxy-bitcoin-fund-cad","docs_url":"https://docs.newhedge.io/api/companies/ci-galaxy-bitcoin-fund-cad","docs_md_url":"https://docs.newhedge.io/api/companies/ci-galaxy-bitcoin-fund-cad.md"},{"slug":"vaneck-bitcoin-etn","name":"VanEck Bitcoin ETN","symbol":"VBTC.PA","company_type":"fund","available_metrics":["price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/vaneck-bitcoin-etn/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/vaneck-bitcoin-etn","docs_url":"https://docs.newhedge.io/api/companies/vaneck-bitcoin-etn","docs_md_url":"https://docs.newhedge.io/api/companies/vaneck-bitcoin-etn.md"},{"slug":"invesco-physical-bitcoin","name":"Invesco Physical Bitcoin","symbol":"BTIC.SW","company_type":"fund","available_metrics":["treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/invesco-physical-bitcoin/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/invesco-physical-bitcoin","docs_url":"https://docs.newhedge.io/api/companies/invesco-physical-bitcoin","docs_md_url":"https://docs.newhedge.io/api/companies/invesco-physical-bitcoin.md"},{"slug":"3iq-coinshares-bitcoin-etf","name":"3iQ CoinShares Bitcoin ETF","symbol":"BTCQ.TO","company_type":"etf","available_metrics":["price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/3iq-coinshares-bitcoin-etf/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/3iq-coinshares-bitcoin-etf","docs_url":"https://docs.newhedge.io/api/companies/3iq-coinshares-bitcoin-etf","docs_md_url":"https://docs.newhedge.io/api/companies/3iq-coinshares-bitcoin-etf.md"},{"slug":"3iq-the-bitcoin-fund","name":"3iQ The Bitcoin Fund","symbol":"QBTC.TO","company_type":"fund","available_metrics":["price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/3iq-the-bitcoin-fund/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/3iq-the-bitcoin-fund","docs_url":"https://docs.newhedge.io/api/companies/3iq-the-bitcoin-fund","docs_md_url":"https://docs.newhedge.io/api/companies/3iq-the-bitcoin-fund.md"},{"slug":"united-arab-emirates","name":"United Arab Emirates","symbol":"","company_type":"gov","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/united-arab-emirates/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/united-arab-emirates","docs_url":"https://docs.newhedge.io/api/companies/united-arab-emirates","docs_md_url":"https://docs.newhedge.io/api/companies/united-arab-emirates.md"},{"slug":"grayscale-digital-large-cap-fund","name":"Grayscale Digital Large Cap Fund","symbol":"GDLC","company_type":"fund","available_metrics":["price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/grayscale-digital-large-cap-fund/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/grayscale-digital-large-cap-fund","docs_url":"https://docs.newhedge.io/api/companies/grayscale-digital-large-cap-fund","docs_md_url":"https://docs.newhedge.io/api/companies/grayscale-digital-large-cap-fund.md"},{"slug":"ci-galaxy-bitcoin-fund-usd","name":"CI Galaxy Bitcoin Fund (USD)","symbol":"BTCX-U.TO","company_type":"fund","available_metrics":["price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/ci-galaxy-bitcoin-fund-usd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/ci-galaxy-bitcoin-fund-usd","docs_url":"https://docs.newhedge.io/api/companies/ci-galaxy-bitcoin-fund-usd","docs_md_url":"https://docs.newhedge.io/api/companies/ci-galaxy-bitcoin-fund-usd.md"},{"slug":"next-technology-holding-inc","name":"Next Technology Holding Inc","symbol":"NXTT","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/next-technology-holding-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/next-technology-holding-inc","docs_url":"https://docs.newhedge.io/api/companies/next-technology-holding-inc","docs_md_url":"https://docs.newhedge.io/api/companies/next-technology-holding-inc.md"},{"slug":"valkyrie-bitcoin-fund","name":"Valkyrie Bitcoin Fund","symbol":"BRRR","company_type":"etf","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/valkyrie-bitcoin-fund/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/valkyrie-bitcoin-fund","docs_url":"https://docs.newhedge.io/api/companies/valkyrie-bitcoin-fund","docs_md_url":"https://docs.newhedge.io/api/companies/valkyrie-bitcoin-fund.md"},{"slug":"ninepoint-bitcoin-trust","name":"Ninepoint Bitcoin Trust","symbol":"BITC","company_type":"fund","available_metrics":["price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/ninepoint-bitcoin-trust/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/ninepoint-bitcoin-trust","docs_url":"https://docs.newhedge.io/api/companies/ninepoint-bitcoin-trust","docs_md_url":"https://docs.newhedge.io/api/companies/ninepoint-bitcoin-trust.md"},{"slug":"franklin-bitcoin-etf","name":"Franklin Bitcoin ETF","symbol":"EZBC","company_type":"etf","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/franklin-bitcoin-etf/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/franklin-bitcoin-etf","docs_url":"https://docs.newhedge.io/api/companies/franklin-bitcoin-etf","docs_md_url":"https://docs.newhedge.io/api/companies/franklin-bitcoin-etf.md"},{"slug":"columbus-circle-capital-corp-i","name":"Columbus Circle Capital Corp I","symbol":"BRR","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/columbus-circle-capital-corp-i/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/columbus-circle-capital-corp-i","docs_url":"https://docs.newhedge.io/api/companies/columbus-circle-capital-corp-i","docs_md_url":"https://docs.newhedge.io/api/companies/columbus-circle-capital-corp-i.md"},{"slug":"etc-group-bitcoin-etp","name":"ETC Group Bitcoin ETP","symbol":"GR","company_type":"fund","available_metrics":["price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/etc-group-bitcoin-etp/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/etc-group-bitcoin-etp","docs_url":"https://docs.newhedge.io/api/companies/etc-group-bitcoin-etp","docs_md_url":"https://docs.newhedge.io/api/companies/etc-group-bitcoin-etp.md"},{"slug":"invesco-galaxy-bitcoin-etf","name":"Invesco Galaxy Bitcoin ETF","symbol":"BTCO","company_type":"etf","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/invesco-galaxy-bitcoin-etf/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/invesco-galaxy-bitcoin-etf","docs_url":"https://docs.newhedge.io/api/companies/invesco-galaxy-bitcoin-etf","docs_md_url":"https://docs.newhedge.io/api/companies/invesco-galaxy-bitcoin-etf.md"},{"slug":"gemini-space-station-inc","name":"Gemini Space Station, Inc.","symbol":"GEMI.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/gemini-space-station-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/gemini-space-station-inc","docs_url":"https://docs.newhedge.io/api/companies/gemini-space-station-inc","docs_md_url":"https://docs.newhedge.io/api/companies/gemini-space-station-inc.md"},{"slug":"kindly-md-inc","name":"Kindly MD, Inc.","symbol":"NAKA","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/kindly-md-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/kindly-md-inc","docs_url":"https://docs.newhedge.io/api/companies/kindly-md-inc","docs_md_url":"https://docs.newhedge.io/api/companies/kindly-md-inc.md"},{"slug":"boyaa-interactive-international-limited","name":"Boyaa Interactive International Limited","symbol":"1BY","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/boyaa-interactive-international-limited/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/boyaa-interactive-international-limited","docs_url":"https://docs.newhedge.io/api/companies/boyaa-interactive-international-limited","docs_md_url":"https://docs.newhedge.io/api/companies/boyaa-interactive-international-limited.md"},{"slug":"oranjebtc","name":"OranjeBTC","symbol":"OBTC3.SA","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/oranjebtc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/oranjebtc","docs_url":"https://docs.newhedge.io/api/companies/oranjebtc","docs_md_url":"https://docs.newhedge.io/api/companies/oranjebtc.md"},{"slug":"fidelity-advantage-bitcoin-etf","name":"Fidelity Advantage Bitcoin ETF","symbol":"FBTC.TO","company_type":"etf","available_metrics":["price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/fidelity-advantage-bitcoin-etf/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/fidelity-advantage-bitcoin-etf","docs_url":"https://docs.newhedge.io/api/companies/fidelity-advantage-bitcoin-etf","docs_md_url":"https://docs.newhedge.io/api/companies/fidelity-advantage-bitcoin-etf.md"},{"slug":"bitcoin-group-se","name":"Bitcoin Group SE","symbol":"ADE.DE","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/bitcoin-group-se/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/bitcoin-group-se","docs_url":"https://docs.newhedge.io/api/companies/bitcoin-group-se","docs_md_url":"https://docs.newhedge.io/api/companies/bitcoin-group-se.md"},{"slug":"kazakhstan","name":"Kazakhstan","symbol":"","company_type":"gov","available_metrics":["treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/kazakhstan/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/kazakhstan","docs_url":"https://docs.newhedge.io/api/companies/kazakhstan","docs_md_url":"https://docs.newhedge.io/api/companies/kazakhstan.md"},{"slug":"capital-b","name":"Capital B","symbol":"ALCPB.PA","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/capital-b/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/capital-b","docs_url":"https://docs.newhedge.io/api/companies/capital-b","docs_md_url":"https://docs.newhedge.io/api/companies/capital-b.md"},{"slug":"vaneck-vectors-bitcoin-etn","name":"VanEck Vectors Bitcoin ETN","symbol":"VBTC","company_type":"fund","available_metrics":["price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/vaneck-vectors-bitcoin-etn/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/vaneck-vectors-bitcoin-etn","docs_url":"https://docs.newhedge.io/api/companies/vaneck-vectors-bitcoin-etn","docs_md_url":"https://docs.newhedge.io/api/companies/vaneck-vectors-bitcoin-etn.md"},{"slug":"empery-digital-inc","name":"Empery Digital Inc.","symbol":"EMPD","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/empery-digital-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/empery-digital-inc","docs_url":"https://docs.newhedge.io/api/companies/empery-digital-inc","docs_md_url":"https://docs.newhedge.io/api/companies/empery-digital-inc.md"},{"slug":"the-tezos-foundation","name":"The Tezos Foundation","symbol":"","company_type":"private","available_metrics":["treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/the-tezos-foundation/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/the-tezos-foundation","docs_url":"https://docs.newhedge.io/api/companies/the-tezos-foundation","docs_md_url":"https://docs.newhedge.io/api/companies/the-tezos-foundation.md"},{"slug":"ddc-enterprise-limited","name":"DDC Enterprise Limited","symbol":"DDC","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/ddc-enterprise-limited/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/ddc-enterprise-limited","docs_url":"https://docs.newhedge.io/api/companies/ddc-enterprise-limited","docs_md_url":"https://docs.newhedge.io/api/companies/ddc-enterprise-limited.md"},{"slug":"the-smarter-web-company-plc","name":"The Smarter Web Company Plc","symbol":"TSWCF","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/the-smarter-web-company-plc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/the-smarter-web-company-plc","docs_url":"https://docs.newhedge.io/api/companies/the-smarter-web-company-plc","docs_md_url":"https://docs.newhedge.io/api/companies/the-smarter-web-company-plc.md"},{"slug":"osprey-bitcoin-trust","name":"Osprey Bitcoin Trust","symbol":"OBTC","company_type":"fund","available_metrics":["price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/osprey-bitcoin-trust/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/osprey-bitcoin-trust","docs_url":"https://docs.newhedge.io/api/companies/osprey-bitcoin-trust","docs_md_url":"https://docs.newhedge.io/api/companies/osprey-bitcoin-trust.md"},{"slug":"defi-technologies-inc","name":"DeFi Technologies Inc.","symbol":"DEFI.NEO","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/defi-technologies-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/defi-technologies-inc","docs_url":"https://docs.newhedge.io/api/companies/defi-technologies-inc","docs_md_url":"https://docs.newhedge.io/api/companies/defi-technologies-inc.md"},{"slug":"tidal-commodities-trust-i","name":"Tidal Commodities Trust I","symbol":"DEFI","company_type":"etf","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/tidal-commodities-trust-i/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/tidal-commodities-trust-i","docs_url":"https://docs.newhedge.io/api/companies/tidal-commodities-trust-i","docs_md_url":"https://docs.newhedge.io/api/companies/tidal-commodities-trust-i.md"},{"slug":"evolve-bitcoin-etf","name":"Evolve Bitcoin ETF","symbol":"EBIT.TO","company_type":"fund","available_metrics":["price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/evolve-bitcoin-etf/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/evolve-bitcoin-etf","docs_url":"https://docs.newhedge.io/api/companies/evolve-bitcoin-etf","docs_md_url":"https://docs.newhedge.io/api/companies/evolve-bitcoin-etf.md"},{"slug":"microcloud-hologram-inc","name":"MicroCloud Hologram Inc.","symbol":"HOLO","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/microcloud-hologram-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/microcloud-hologram-inc","docs_url":"https://docs.newhedge.io/api/companies/microcloud-hologram-inc","docs_md_url":"https://docs.newhedge.io/api/companies/microcloud-hologram-inc.md"},{"slug":"leonteq-bitcoin-tracker-usd","name":"Leonteq Bitcoin Tracker USD","symbol":"UBTCTQ","company_type":"fund","available_metrics":["treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/leonteq-bitcoin-tracker-usd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/leonteq-bitcoin-tracker-usd","docs_url":"https://docs.newhedge.io/api/companies/leonteq-bitcoin-tracker-usd","docs_md_url":"https://docs.newhedge.io/api/companies/leonteq-bitcoin-tracker-usd.md"},{"slug":"bitfufu-inc","name":"BitFuFu, Inc","symbol":"FUFU.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/bitfufu-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/bitfufu-inc","docs_url":"https://docs.newhedge.io/api/companies/bitfufu-inc","docs_md_url":"https://docs.newhedge.io/api/companies/bitfufu-inc.md"},{"slug":"canaan-inc","name":"Canaan Inc","symbol":"CAN","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/canaan-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/canaan-inc","docs_url":"https://docs.newhedge.io/api/companies/canaan-inc","docs_md_url":"https://docs.newhedge.io/api/companies/canaan-inc.md"},{"slug":"nexon-co-ltd-adr","name":"Nexon Co Ltd ADR","symbol":"3659.T","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/nexon-co-ltd-adr/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/nexon-co-ltd-adr","docs_url":"https://docs.newhedge.io/api/companies/nexon-co-ltd-adr","docs_md_url":"https://docs.newhedge.io/api/companies/nexon-co-ltd-adr.md"},{"slug":"morgan-stanley-bitcoin-trust-etf","name":"Morgan Stanley Bitcoin Trust ETF","symbol":"MSBT","company_type":"etf","available_metrics":["bitcoin-acquisitions","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/morgan-stanley-bitcoin-trust-etf/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/morgan-stanley-bitcoin-trust-etf","docs_url":"https://docs.newhedge.io/api/companies/morgan-stanley-bitcoin-trust-etf","docs_md_url":"https://docs.newhedge.io/api/companies/morgan-stanley-bitcoin-trust-etf.md"},{"slug":"keel-infrastructure","name":"Keel Infrastructure","symbol":"KEEL","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/keel-infrastructure/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/keel-infrastructure","docs_url":"https://docs.newhedge.io/api/companies/keel-infrastructure","docs_md_url":"https://docs.newhedge.io/api/companies/keel-infrastructure.md"},{"slug":"remixpoint","name":"Remixpoint","symbol":"3825.T","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/remixpoint/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/remixpoint","docs_url":"https://docs.newhedge.io/api/companies/remixpoint","docs_md_url":"https://docs.newhedge.io/api/companies/remixpoint.md"},{"slug":"cipher-mining-inc","name":"Cipher Mining Inc","symbol":"CIFR.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/cipher-mining-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/cipher-mining-inc","docs_url":"https://docs.newhedge.io/api/companies/cipher-mining-inc","docs_md_url":"https://docs.newhedge.io/api/companies/cipher-mining-inc.md"},{"slug":"kinsus-interconnect-technology-corp","name":"Kinsus Interconnect Technology Corp","symbol":"3189.T","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/kinsus-interconnect-technology-corp/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/kinsus-interconnect-technology-corp","docs_url":"https://docs.newhedge.io/api/companies/kinsus-interconnect-technology-corp","docs_md_url":"https://docs.newhedge.io/api/companies/kinsus-interconnect-technology-corp.md"},{"slug":"nedsense-enterprises-nv","name":"NedSense Enterprises NV","symbol":"NEDSE.AS","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/nedsense-enterprises-nv/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/nedsense-enterprises-nv","docs_url":"https://docs.newhedge.io/api/companies/nedsense-enterprises-nv","docs_md_url":"https://docs.newhedge.io/api/companies/nedsense-enterprises-nv.md"},{"slug":"hyperscale-data-inc","name":"Hyperscale Data, Inc.","symbol":"GPUS.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/hyperscale-data-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/hyperscale-data-inc","docs_url":"https://docs.newhedge.io/api/companies/hyperscale-data-inc","docs_md_url":"https://docs.newhedge.io/api/companies/hyperscale-data-inc.md"},{"slug":"h100-group-ab","name":"H100 Group AB","symbol":"GS9.F","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/h100-group-ab/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/h100-group-ab","docs_url":"https://docs.newhedge.io/api/companies/h100-group-ab","docs_md_url":"https://docs.newhedge.io/api/companies/h100-group-ab.md"},{"slug":"zooz-power-ltd","name":"ZOOZ Power Ltd","symbol":"ZOOZ","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/zooz-power-ltd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/zooz-power-ltd","docs_url":"https://docs.newhedge.io/api/companies/zooz-power-ltd","docs_md_url":"https://docs.newhedge.io/api/companies/zooz-power-ltd.md"},{"slug":"cango-inc","name":"Cango Inc","symbol":"CANG","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/cango-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/cango-inc","docs_url":"https://docs.newhedge.io/api/companies/cango-inc","docs_md_url":"https://docs.newhedge.io/api/companies/cango-inc.md"},{"slug":"nano-labs-ltd","name":"Nano Labs Ltd","symbol":"NA","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/nano-labs-ltd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/nano-labs-ltd","docs_url":"https://docs.newhedge.io/api/companies/nano-labs-ltd","docs_md_url":"https://docs.newhedge.io/api/companies/nano-labs-ltd.md"},{"slug":"usbc-inc","name":"USBC, Inc.","symbol":"USBC.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/usbc-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/usbc-inc","docs_url":"https://docs.newhedge.io/api/companies/usbc-inc","docs_md_url":"https://docs.newhedge.io/api/companies/usbc-inc.md"},{"slug":"core-scientific-inc","name":"Core Scientific, Inc.","symbol":"CORZ","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/core-scientific-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/core-scientific-inc","docs_url":"https://docs.newhedge.io/api/companies/core-scientific-inc","docs_md_url":"https://docs.newhedge.io/api/companies/core-scientific-inc.md"},{"slug":"figma-inc","name":"Figma, Inc.","symbol":"FIG","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/figma-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/figma-inc","docs_url":"https://docs.newhedge.io/api/companies/figma-inc","docs_md_url":"https://docs.newhedge.io/api/companies/figma-inc.md"},{"slug":"ming-shing-group-holdings","name":"Ming Shing Group Holdings","symbol":"MSW.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/ming-shing-group-holdings/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/ming-shing-group-holdings","docs_url":"https://docs.newhedge.io/api/companies/ming-shing-group-holdings","docs_md_url":"https://docs.newhedge.io/api/companies/ming-shing-group-holdings.md"},{"slug":"fold-holdings-inc","name":"Fold Holdings, Inc.","symbol":"FLD","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/fold-holdings-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/fold-holdings-inc","docs_url":"https://docs.newhedge.io/api/companies/fold-holdings-inc","docs_md_url":"https://docs.newhedge.io/api/companies/fold-holdings-inc.md"},{"slug":"yueda-digital-holding","name":"Yueda Digital Holding","symbol":"YDKG.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/yueda-digital-holding/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/yueda-digital-holding","docs_url":"https://docs.newhedge.io/api/companies/yueda-digital-holding","docs_md_url":"https://docs.newhedge.io/api/companies/yueda-digital-holding.md"},{"slug":"sos-limited","name":"SOS Limited","symbol":"SOS.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/sos-limited/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/sos-limited","docs_url":"https://docs.newhedge.io/api/companies/sos-limited","docs_md_url":"https://docs.newhedge.io/api/companies/sos-limited.md"},{"slug":"convano","name":"Convano","symbol":"6574.T","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/convano/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/convano","docs_url":"https://docs.newhedge.io/api/companies/convano","docs_md_url":"https://docs.newhedge.io/api/companies/convano.md"},{"slug":"btc-digital-ltd","name":"BTC Digital Ltd","symbol":"BTCT.V","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/btc-digital-ltd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/btc-digital-ltd","docs_url":"https://docs.newhedge.io/api/companies/btc-digital-ltd","docs_md_url":"https://docs.newhedge.io/api/companies/btc-digital-ltd.md"},{"slug":"aker-asa","name":"Aker ASA","symbol":"AKER.OL","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/aker-asa/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/aker-asa","docs_url":"https://docs.newhedge.io/api/companies/aker-asa","docs_md_url":"https://docs.newhedge.io/api/companies/aker-asa.md"},{"slug":"cimg-inc","name":"CIMG Inc.","symbol":"IMG.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/cimg-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/cimg-inc","docs_url":"https://docs.newhedge.io/api/companies/cimg-inc","docs_md_url":"https://docs.newhedge.io/api/companies/cimg-inc.md"},{"slug":"sequans-communications-sa","name":"Sequans Communications SA","symbol":"SQNS","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/sequans-communications-sa/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/sequans-communications-sa","docs_url":"https://docs.newhedge.io/api/companies/sequans-communications-sa","docs_md_url":"https://docs.newhedge.io/api/companies/sequans-communications-sa.md"},{"slug":"exodus-movement-inc","name":"Exodus Movement, Inc.","symbol":"EXOD","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/exodus-movement-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/exodus-movement-inc","docs_url":"https://docs.newhedge.io/api/companies/exodus-movement-inc","docs_md_url":"https://docs.newhedge.io/api/companies/exodus-movement-inc.md"},{"slug":"phoenix-group-plc","name":"Phoenix Group PLC","symbol":"PHX.AD","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/phoenix-group-plc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/phoenix-group-plc","docs_url":"https://docs.newhedge.io/api/companies/phoenix-group-plc","docs_md_url":"https://docs.newhedge.io/api/companies/phoenix-group-plc.md"},{"slug":"meliuz-s-a","name":"Méliuz S.A","symbol":"CASH3.SA","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/meliuz-s-a/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/meliuz-s-a","docs_url":"https://docs.newhedge.io/api/companies/meliuz-s-a","docs_md_url":"https://docs.newhedge.io/api/companies/meliuz-s-a.md"},{"slug":"mercadolibre-inc","name":"MercadoLibre Inc.","symbol":"MELI.BA","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/mercadolibre-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/mercadolibre-inc","docs_url":"https://docs.newhedge.io/api/companies/mercadolibre-inc","docs_md_url":"https://docs.newhedge.io/api/companies/mercadolibre-inc.md"},{"slug":"maxst-co-ltd","name":"MAXST Co Ltd","symbol":"377030.KQ","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/maxst-co-ltd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/maxst-co-ltd","docs_url":"https://docs.newhedge.io/api/companies/maxst-co-ltd","docs_md_url":"https://docs.newhedge.io/api/companies/maxst-co-ltd.md"},{"slug":"alliance-resource-partners-lp","name":"Alliance Resource Partners LP","symbol":"ARLP.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/alliance-resource-partners-lp/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/alliance-resource-partners-lp","docs_url":"https://docs.newhedge.io/api/companies/alliance-resource-partners-lp","docs_md_url":"https://docs.newhedge.io/api/companies/alliance-resource-partners-lp.md"},{"slug":"samara-asset-group","name":"Samara Asset Group","symbol":"SRAG.DU","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/samara-asset-group/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/samara-asset-group","docs_url":"https://docs.newhedge.io/api/companies/samara-asset-group","docs_md_url":"https://docs.newhedge.io/api/companies/samara-asset-group.md"},{"slug":"prenetics-global-ltd","name":"Prenetics Global Ltd","symbol":"PRE.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/prenetics-global-ltd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/prenetics-global-ltd","docs_url":"https://docs.newhedge.io/api/companies/prenetics-global-ltd","docs_md_url":"https://docs.newhedge.io/api/companies/prenetics-global-ltd.md"},{"slug":"3u-holding-ag","name":"3U Holding AG","symbol":"UUU.DE","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/3u-holding-ag/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/3u-holding-ag","docs_url":"https://docs.newhedge.io/api/companies/3u-holding-ag","docs_md_url":"https://docs.newhedge.io/api/companies/3u-holding-ag.md"},{"slug":"neptune-digital-assets-corp","name":"Neptune Digital Assets Corp","symbol":"NPPTF","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/neptune-digital-assets-corp/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/neptune-digital-assets-corp","docs_url":"https://docs.newhedge.io/api/companies/neptune-digital-assets-corp","docs_md_url":"https://docs.newhedge.io/api/companies/neptune-digital-assets-corp.md"},{"slug":"virtu-financial-inc","name":"Virtu Financial, Inc.","symbol":"VIRT.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/virtu-financial-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/virtu-financial-inc","docs_url":"https://docs.newhedge.io/api/companies/virtu-financial-inc","docs_md_url":"https://docs.newhedge.io/api/companies/virtu-financial-inc.md"},{"slug":"dmg-blockchain-solutions-inc","name":"Dmg Blockchain Solutions Inc","symbol":"DMGI.V","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/dmg-blockchain-solutions-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/dmg-blockchain-solutions-inc","docs_url":"https://docs.newhedge.io/api/companies/dmg-blockchain-solutions-inc","docs_md_url":"https://docs.newhedge.io/api/companies/dmg-blockchain-solutions-inc.md"},{"slug":"wisdomtree-bitcoin-fund","name":"WisdomTree Bitcoin Fund","symbol":"BTCW","company_type":"fund","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/wisdomtree-bitcoin-fund/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/wisdomtree-bitcoin-fund","docs_url":"https://docs.newhedge.io/api/companies/wisdomtree-bitcoin-fund","docs_md_url":"https://docs.newhedge.io/api/companies/wisdomtree-bitcoin-fund.md"},{"slug":"lm-funding-america-inc","name":"LM Funding America Inc","symbol":"LMFA","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/lm-funding-america-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/lm-funding-america-inc","docs_url":"https://docs.newhedge.io/api/companies/lm-funding-america-inc","docs_md_url":"https://docs.newhedge.io/api/companies/lm-funding-america-inc.md"},{"slug":"net-holding-a-s","name":"Net Holding A.S.","symbol":"NTHOL.E.IS","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/net-holding-a-s/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/net-holding-a-s","docs_url":"https://docs.newhedge.io/api/companies/net-holding-a-s","docs_md_url":"https://docs.newhedge.io/api/companies/net-holding-a-s.md"},{"slug":"angel-studios-inc","name":"Angel Studios, Inc.","symbol":"ANGX","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/angel-studios-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/angel-studios-inc","docs_url":"https://docs.newhedge.io/api/companies/angel-studios-inc","docs_md_url":"https://docs.newhedge.io/api/companies/angel-studios-inc.md"},{"slug":"pop-culture-group-co-ltd","name":"Pop Culture Group Co Ltd","symbol":"CPOP.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/pop-culture-group-co-ltd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/pop-culture-group-co-ltd","docs_url":"https://docs.newhedge.io/api/companies/pop-culture-group-co-ltd","docs_md_url":"https://docs.newhedge.io/api/companies/pop-culture-group-co-ltd.md"},{"slug":"sga-co-ltd","name":"SGA Co Ltd","symbol":"049470.KQ","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/sga-co-ltd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/sga-co-ltd","docs_url":"https://docs.newhedge.io/api/companies/sga-co-ltd","docs_md_url":"https://docs.newhedge.io/api/companies/sga-co-ltd.md"},{"slug":"s-science-company","name":"S Science Company","symbol":"5721.T","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/s-science-company/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/s-science-company","docs_url":"https://docs.newhedge.io/api/companies/s-science-company","docs_md_url":"https://docs.newhedge.io/api/companies/s-science-company.md"},{"slug":"the9-ltd","name":"The9 Ltd","symbol":"NCTY","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/the9-ltd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/the9-ltd","docs_url":"https://docs.newhedge.io/api/companies/the9-ltd","docs_md_url":"https://docs.newhedge.io/api/companies/the9-ltd.md"},{"slug":"digitalx","name":"DigitalX","symbol":"DCC","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/digitalx/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/digitalx","docs_url":"https://docs.newhedge.io/api/companies/digitalx","docs_md_url":"https://docs.newhedge.io/api/companies/digitalx.md"},{"slug":"lqwd-fintech-corp","name":"LQwD FinTech Corp","symbol":"LQWD.V","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/lqwd-fintech-corp/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/lqwd-fintech-corp","docs_url":"https://docs.newhedge.io/api/companies/lqwd-fintech-corp","docs_md_url":"https://docs.newhedge.io/api/companies/lqwd-fintech-corp.md"},{"slug":"phoenix-digital-assets-plc","name":"Phoenix Digital Assets Plc","symbol":"PNIX.AQ","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/phoenix-digital-assets-plc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/phoenix-digital-assets-plc","docs_url":"https://docs.newhedge.io/api/companies/phoenix-digital-assets-plc","docs_md_url":"https://docs.newhedge.io/api/companies/phoenix-digital-assets-plc.md"},{"slug":"venezuela","name":"Venezuela","symbol":"","company_type":"gov","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/venezuela/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/venezuela","docs_url":"https://docs.newhedge.io/api/companies/venezuela","docs_md_url":"https://docs.newhedge.io/api/companies/venezuela.md"},{"slug":"coinshares-physical-bitcoin-btc","name":"CoinShares Physical Bitcoin (BTC)","symbol":"BITC.SW","company_type":"fund","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/coinshares-physical-bitcoin-btc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/coinshares-physical-bitcoin-btc","docs_url":"https://docs.newhedge.io/api/companies/coinshares-physical-bitcoin-btc","docs_md_url":"https://docs.newhedge.io/api/companies/coinshares-physical-bitcoin-btc.md"},{"slug":"wemade-co-ltd","name":"Wemade Co.Ltd","symbol":"112040.KQ","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/wemade-co-ltd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/wemade-co-ltd","docs_url":"https://docs.newhedge.io/api/companies/wemade-co-ltd","docs_md_url":"https://docs.newhedge.io/api/companies/wemade-co-ltd.md"},{"slug":"vanadi-coffee-sa","name":"Vanadi Coffee SA","symbol":"VANA.MC","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/vanadi-coffee-sa/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/vanadi-coffee-sa","docs_url":"https://docs.newhedge.io/api/companies/vanadi-coffee-sa","docs_md_url":"https://docs.newhedge.io/api/companies/vanadi-coffee-sa.md"},{"slug":"rumble-inc","name":"Rumble Inc.","symbol":"RUM","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/rumble-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/rumble-inc","docs_url":"https://docs.newhedge.io/api/companies/rumble-inc","docs_md_url":"https://docs.newhedge.io/api/companies/rumble-inc.md"},{"slug":"taiwan","name":"Taiwan","symbol":"","company_type":"gov","available_metrics":["treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/taiwan/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/taiwan","docs_url":"https://docs.newhedge.io/api/companies/taiwan","docs_md_url":"https://docs.newhedge.io/api/companies/taiwan.md"},{"slug":"bridge-biotherapeutics-inc","name":"Bridge Biotherapeutics Inc","symbol":"288330.KQ","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/bridge-biotherapeutics-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/bridge-biotherapeutics-inc","docs_url":"https://docs.newhedge.io/api/companies/bridge-biotherapeutics-inc","docs_md_url":"https://docs.newhedge.io/api/companies/bridge-biotherapeutics-inc.md"},{"slug":"bitmine-immersion-technologies-inc","name":"Bitmine Immersion Technologies, Inc.","symbol":"BMNR.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/bitmine-immersion-technologies-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/bitmine-immersion-technologies-inc","docs_url":"https://docs.newhedge.io/api/companies/bitmine-immersion-technologies-inc","docs_md_url":"https://docs.newhedge.io/api/companies/bitmine-immersion-technologies-inc.md"},{"slug":"coinsilium-group-ltd","name":"Coinsilium Group Ltd","symbol":"CINGF","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/coinsilium-group-ltd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/coinsilium-group-ltd","docs_url":"https://docs.newhedge.io/api/companies/coinsilium-group-ltd","docs_md_url":"https://docs.newhedge.io/api/companies/coinsilium-group-ltd.md"},{"slug":"matador-technologies-inc","name":"Matador Technologies Inc.","symbol":"MATA.V","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/matador-technologies-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/matador-technologies-inc","docs_url":"https://docs.newhedge.io/api/companies/matador-technologies-inc","docs_md_url":"https://docs.newhedge.io/api/companies/matador-technologies-inc.md"},{"slug":"b-treasury-capital-ab","name":"B Treasury Capital AB","symbol":"BTC-B.SE","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/b-treasury-capital-ab/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/b-treasury-capital-ab","docs_url":"https://docs.newhedge.io/api/companies/b-treasury-capital-ab","docs_md_url":"https://docs.newhedge.io/api/companies/b-treasury-capital-ab.md"},{"slug":"hive-digital-technologies-ltd","name":"HIVE Digital Technologies Ltd","symbol":"HIVE","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/hive-digital-technologies-ltd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/hive-digital-technologies-ltd","docs_url":"https://docs.newhedge.io/api/companies/hive-digital-technologies-ltd","docs_md_url":"https://docs.newhedge.io/api/companies/hive-digital-technologies-ltd.md"},{"slug":"the-brooker-group","name":"The Brooker Group","symbol":"BTC.BK","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/the-brooker-group/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/the-brooker-group","docs_url":"https://docs.newhedge.io/api/companies/the-brooker-group","docs_md_url":"https://docs.newhedge.io/api/companies/the-brooker-group.md"},{"slug":"frmo-corp","name":"Frmo Corp","symbol":"FRMO","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/frmo-corp/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/frmo-corp","docs_url":"https://docs.newhedge.io/api/companies/frmo-corp","docs_md_url":"https://docs.newhedge.io/api/companies/frmo-corp.md"},{"slug":"b-hodl","name":"B HODL","symbol":"HODL.AQ","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/b-hodl/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/b-hodl","docs_url":"https://docs.newhedge.io/api/companies/b-hodl","docs_md_url":"https://docs.newhedge.io/api/companies/b-hodl.md"},{"slug":"genius-group-ltd","name":"Genius Group Ltd","symbol":"GNS.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/genius-group-ltd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/genius-group-ltd","docs_url":"https://docs.newhedge.io/api/companies/genius-group-ltd","docs_md_url":"https://docs.newhedge.io/api/companies/genius-group-ltd.md"},{"slug":"sixty-six-capital-inc","name":"Sixty Six Capital Inc","symbol":"SIX.CN","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/sixty-six-capital-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/sixty-six-capital-inc","docs_url":"https://docs.newhedge.io/api/companies/sixty-six-capital-inc","docs_md_url":"https://docs.newhedge.io/api/companies/sixty-six-capital-inc.md"},{"slug":"k33-ab","name":"K33 AB","symbol":"K33.ST","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/k33-ab/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/k33-ab","docs_url":"https://docs.newhedge.io/api/companies/k33-ab","docs_md_url":"https://docs.newhedge.io/api/companies/k33-ab.md"},{"slug":"btcs-s-a","name":"BTCS S.A.","symbol":"BTF.WA","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/btcs-s-a/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/btcs-s-a","docs_url":"https://docs.newhedge.io/api/companies/btcs-s-a","docs_md_url":"https://docs.newhedge.io/api/companies/btcs-s-a.md"},{"slug":"vaultz-capital-plc","name":"Vaultz Capital Plc","symbol":"V3TC.AQ","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/vaultz-capital-plc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/vaultz-capital-plc","docs_url":"https://docs.newhedge.io/api/companies/vaultz-capital-plc","docs_md_url":"https://docs.newhedge.io/api/companies/vaultz-capital-plc.md"},{"slug":"horizon-kinetics-holding-corporation","name":"Horizon Kinetics Holding Corporation","symbol":"HKHC.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/horizon-kinetics-holding-corporation/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/horizon-kinetics-holding-corporation","docs_url":"https://docs.newhedge.io/api/companies/horizon-kinetics-holding-corporation","docs_md_url":"https://docs.newhedge.io/api/companies/horizon-kinetics-holding-corporation.md"},{"slug":"neowiz-holdings-corporation","name":"NEOWIZ HOLDINGS Corporation","symbol":"042420.KQ","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/neowiz-holdings-corporation/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/neowiz-holdings-corporation","docs_url":"https://docs.newhedge.io/api/companies/neowiz-holdings-corporation","docs_md_url":"https://docs.newhedge.io/api/companies/neowiz-holdings-corporation.md"},{"slug":"digi-power-x-inc","name":"Digi Power X Inc.","symbol":"DGXX","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/digi-power-x-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/digi-power-x-inc","docs_url":"https://docs.newhedge.io/api/companies/digi-power-x-inc","docs_md_url":"https://docs.newhedge.io/api/companies/digi-power-x-inc.md"},{"slug":"bigg-digital-assets-inc","name":"BIGG Digital Assets Inc.","symbol":"BIGG.V","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/bigg-digital-assets-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/bigg-digital-assets-inc","docs_url":"https://docs.newhedge.io/api/companies/bigg-digital-assets-inc","docs_md_url":"https://docs.newhedge.io/api/companies/bigg-digital-assets-inc.md"},{"slug":"bitcoin-depot-inc","name":"Bitcoin Depot Inc.","symbol":"BTM.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/bitcoin-depot-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/bitcoin-depot-inc","docs_url":"https://docs.newhedge.io/api/companies/bitcoin-depot-inc","docs_md_url":"https://docs.newhedge.io/api/companies/bitcoin-depot-inc.md"},{"slug":"finland","name":"Finland","symbol":"","company_type":"gov","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/finland/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/finland","docs_url":"https://docs.newhedge.io/api/companies/finland","docs_md_url":"https://docs.newhedge.io/api/companies/finland.md"},{"slug":"vinanz-limited","name":"Vinanz Limited","symbol":"BTC.L","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/vinanz-limited/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/vinanz-limited","docs_url":"https://docs.newhedge.io/api/companies/vinanz-limited","docs_md_url":"https://docs.newhedge.io/api/companies/vinanz-limited.md"},{"slug":"belgravia-hartford-capital-inc","name":"Belgravia Hartford Capital Inc","symbol":"BLGV.CN","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/belgravia-hartford-capital-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/belgravia-hartford-capital-inc","docs_url":"https://docs.newhedge.io/api/companies/belgravia-hartford-capital-inc","docs_md_url":"https://docs.newhedge.io/api/companies/belgravia-hartford-capital-inc.md"},{"slug":"gumi-inc","name":"Gumi Inc","symbol":"3903.T","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/gumi-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/gumi-inc","docs_url":"https://docs.newhedge.io/api/companies/gumi-inc","docs_md_url":"https://docs.newhedge.io/api/companies/gumi-inc.md"},{"slug":"yuxing-infotech-investment-holdings-ltd","name":"Yuxing InfoTech Investment Holdings Ltd","symbol":"8005.HK","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/yuxing-infotech-investment-holdings-ltd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/yuxing-infotech-investment-holdings-ltd","docs_url":"https://docs.newhedge.io/api/companies/yuxing-infotech-investment-holdings-ltd","docs_md_url":"https://docs.newhedge.io/api/companies/yuxing-infotech-investment-holdings-ltd.md"},{"slug":"rsxyz-public-company-limited","name":"RSXYZ Public Company Limited","symbol":"XYZ.BK","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/rsxyz-public-company-limited/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/rsxyz-public-company-limited","docs_url":"https://docs.newhedge.io/api/companies/rsxyz-public-company-limited","docs_md_url":"https://docs.newhedge.io/api/companies/rsxyz-public-company-limited.md"},{"slug":"circle-internet-group-inc","name":"Circle Internet Group, Inc.","symbol":"CRCL.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/circle-internet-group-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/circle-internet-group-inc","docs_url":"https://docs.newhedge.io/api/companies/circle-internet-group-inc","docs_md_url":"https://docs.newhedge.io/api/companies/circle-internet-group-inc.md"},{"slug":"bitcoin-well-inc","name":"Bitcoin Well, Inc","symbol":"BCNWF","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/bitcoin-well-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/bitcoin-well-inc","docs_url":"https://docs.newhedge.io/api/companies/bitcoin-well-inc","docs_md_url":"https://docs.newhedge.io/api/companies/bitcoin-well-inc.md"},{"slug":"sbc-communications-inc","name":"SBC Communications Inc.","symbol":"SBC.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/sbc-communications-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/sbc-communications-inc","docs_url":"https://docs.newhedge.io/api/companies/sbc-communications-inc","docs_md_url":"https://docs.newhedge.io/api/companies/sbc-communications-inc.md"},{"slug":"atai-life-sciences-bv","name":"ATAI Life Sciences BV","symbol":"ATAI.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/atai-life-sciences-bv/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/atai-life-sciences-bv","docs_url":"https://docs.newhedge.io/api/companies/atai-life-sciences-bv","docs_md_url":"https://docs.newhedge.io/api/companies/atai-life-sciences-bv.md"},{"slug":"mogo-inc","name":"Mogo Inc","symbol":"MOGO","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/mogo-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/mogo-inc","docs_url":"https://docs.newhedge.io/api/companies/mogo-inc","docs_md_url":"https://docs.newhedge.io/api/companies/mogo-inc.md"},{"slug":"thumzup-media-corporation","name":"Thumzup Media Corporation","symbol":"TZUP.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/thumzup-media-corporation/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/thumzup-media-corporation","docs_url":"https://docs.newhedge.io/api/companies/thumzup-media-corporation","docs_md_url":"https://docs.newhedge.io/api/companies/thumzup-media-corporation.md"},{"slug":"linekong-interactive-group-co-ltd","name":"Linekong Interactive Group Co Ltd","symbol":"8267.HK","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/linekong-interactive-group-co-ltd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/linekong-interactive-group-co-ltd","docs_url":"https://docs.newhedge.io/api/companies/linekong-interactive-group-co-ltd","docs_md_url":"https://docs.newhedge.io/api/companies/linekong-interactive-group-co-ltd.md"},{"slug":"robin-energy-ltd","name":"Robin Energy Ltd.","symbol":"RBNE","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/robin-energy-ltd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/robin-energy-ltd","docs_url":"https://docs.newhedge.io/api/companies/robin-energy-ltd","docs_md_url":"https://docs.newhedge.io/api/companies/robin-energy-ltd.md"},{"slug":"uts-marketing-solutions-holdings-ltd","name":"UTS Marketing Solutions Holdings Ltd","symbol":"6113.HK","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/uts-marketing-solutions-holdings-ltd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/uts-marketing-solutions-holdings-ltd","docs_url":"https://docs.newhedge.io/api/companies/uts-marketing-solutions-holdings-ltd","docs_md_url":"https://docs.newhedge.io/api/companies/uts-marketing-solutions-holdings-ltd.md"},{"slug":"liveone-inc","name":"LiveOne Inc","symbol":"LVO.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/liveone-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/liveone-inc","docs_url":"https://docs.newhedge.io/api/companies/liveone-inc","docs_md_url":"https://docs.newhedge.io/api/companies/liveone-inc.md"},{"slug":"wonderfi-technologies-inc","name":"WonderFi Technologies Inc.","symbol":"WNDR.TO","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/wonderfi-technologies-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/wonderfi-technologies-inc","docs_url":"https://docs.newhedge.io/api/companies/wonderfi-technologies-inc","docs_md_url":"https://docs.newhedge.io/api/companies/wonderfi-technologies-inc.md"},{"slug":"ai-fusion-capital-group-corp","name":"AI Fusion Capital Group Corp.","symbol":"254A.T","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/ai-fusion-capital-group-corp/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/ai-fusion-capital-group-corp","docs_url":"https://docs.newhedge.io/api/companies/ai-fusion-capital-group-corp","docs_md_url":"https://docs.newhedge.io/api/companies/ai-fusion-capital-group-corp.md"},{"slug":"top-win-international-limited","name":"Top Win International Limited","symbol":"SORA.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/top-win-international-limited/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/top-win-international-limited","docs_url":"https://docs.newhedge.io/api/companies/top-win-international-limited","docs_md_url":"https://docs.newhedge.io/api/companies/top-win-international-limited.md"},{"slug":"hk-asia-holdings-ltd","name":"HK Asia Holdings Ltd","symbol":"1723.HK","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/hk-asia-holdings-ltd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/hk-asia-holdings-ltd","docs_url":"https://docs.newhedge.io/api/companies/hk-asia-holdings-ltd","docs_md_url":"https://docs.newhedge.io/api/companies/hk-asia-holdings-ltd.md"},{"slug":"fragbite-group-ab","name":"Fragbite Group AB","symbol":"FRAG.ST","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/fragbite-group-ab/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/fragbite-group-ab","docs_url":"https://docs.newhedge.io/api/companies/fragbite-group-ab","docs_md_url":"https://docs.newhedge.io/api/companies/fragbite-group-ab.md"},{"slug":"sphere-3d-corp","name":"Sphere 3D Corp","symbol":"ANY","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/sphere-3d-corp/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/sphere-3d-corp","docs_url":"https://docs.newhedge.io/api/companies/sphere-3d-corp","docs_md_url":"https://docs.newhedge.io/api/companies/sphere-3d-corp.md"},{"slug":"devvstream-corp","name":"DevvStream Corp.","symbol":"DEVS","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/devvstream-corp/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/devvstream-corp","docs_url":"https://docs.newhedge.io/api/companies/devvstream-corp","docs_md_url":"https://docs.newhedge.io/api/companies/devvstream-corp.md"},{"slug":"murano-global-investments","name":"Murano Global Investments","symbol":"MRNO","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/murano-global-investments/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/murano-global-investments","docs_url":"https://docs.newhedge.io/api/companies/murano-global-investments","docs_md_url":"https://docs.newhedge.io/api/companies/murano-global-investments.md"},{"slug":"hamak-gold-ltd","name":"Hamak Gold Ltd","symbol":"HAMA.L","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/hamak-gold-ltd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/hamak-gold-ltd","docs_url":"https://docs.newhedge.io/api/companies/hamak-gold-ltd","docs_md_url":"https://docs.newhedge.io/api/companies/hamak-gold-ltd.md"},{"slug":"norwegian-block-exchange-as","name":"Norwegian Block Exchange AS","symbol":"NBX","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/norwegian-block-exchange-as/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/norwegian-block-exchange-as","docs_url":"https://docs.newhedge.io/api/companies/norwegian-block-exchange-as","docs_md_url":"https://docs.newhedge.io/api/companies/norwegian-block-exchange-as.md"},{"slug":"conduit-pharmaceuticals-inc","name":"Conduit Pharmaceuticals Inc.","symbol":"CDT","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/conduit-pharmaceuticals-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/conduit-pharmaceuticals-inc","docs_url":"https://docs.newhedge.io/api/companies/conduit-pharmaceuticals-inc","docs_md_url":"https://docs.newhedge.io/api/companies/conduit-pharmaceuticals-inc.md"},{"slug":"merchant-bankers-co","name":"Merchant Bankers Co","symbol":"3121.T","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/merchant-bankers-co/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/merchant-bankers-co","docs_url":"https://docs.newhedge.io/api/companies/merchant-bankers-co","docs_md_url":"https://docs.newhedge.io/api/companies/merchant-bankers-co.md"},{"slug":"abits-group-inc","name":"Abits Group Inc.","symbol":"ABTS","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/abits-group-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/abits-group-inc","docs_url":"https://docs.newhedge.io/api/companies/abits-group-inc","docs_md_url":"https://docs.newhedge.io/api/companies/abits-group-inc.md"},{"slug":"globant-sa","name":"Globant SA","symbol":"GLOB","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/globant-sa/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/globant-sa","docs_url":"https://docs.newhedge.io/api/companies/globant-sa","docs_md_url":"https://docs.newhedge.io/api/companies/globant-sa.md"},{"slug":"locate-technologies-ltd","name":"Locate Technologies Ltd","symbol":"LOC.AX","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/locate-technologies-ltd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/locate-technologies-ltd","docs_url":"https://docs.newhedge.io/api/companies/locate-technologies-ltd","docs_md_url":"https://docs.newhedge.io/api/companies/locate-technologies-ltd.md"},{"slug":"kitabo","name":"Kitabo","symbol":"3409.T","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/kitabo/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/kitabo","docs_url":"https://docs.newhedge.io/api/companies/kitabo","docs_md_url":"https://docs.newhedge.io/api/companies/kitabo.md"},{"slug":"lixte-biotechnology-holdings-inc","name":"Lixte Biotechnology Holdings Inc","symbol":"LIXT.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/lixte-biotechnology-holdings-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/lixte-biotechnology-holdings-inc","docs_url":"https://docs.newhedge.io/api/companies/lixte-biotechnology-holdings-inc","docs_md_url":"https://docs.newhedge.io/api/companies/lixte-biotechnology-holdings-inc.md"},{"slug":"gstechnologies-ltd","name":"GSTechnologies Ltd","symbol":"GST.L","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/gstechnologies-ltd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/gstechnologies-ltd","docs_url":"https://docs.newhedge.io/api/companies/gstechnologies-ltd","docs_md_url":"https://docs.newhedge.io/api/companies/gstechnologies-ltd.md"},{"slug":"jasmine-international-public-company-limited","name":"Jasmine International Public Company Limited","symbol":"JAS.BK","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/jasmine-international-public-company-limited/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/jasmine-international-public-company-limited","docs_url":"https://docs.newhedge.io/api/companies/jasmine-international-public-company-limited","docs_md_url":"https://docs.newhedge.io/api/companies/jasmine-international-public-company-limited.md"},{"slug":"where-food-comes-from-inc","name":"Where Food Comes From Inc","symbol":"WFCF","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/where-food-comes-from-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/where-food-comes-from-inc","docs_url":"https://docs.newhedge.io/api/companies/where-food-comes-from-inc","docs_md_url":"https://docs.newhedge.io/api/companies/where-food-comes-from-inc.md"},{"slug":"onemednet-corp","name":"OneMedNet Corp.","symbol":"ONMD","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/onemednet-corp/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/onemednet-corp","docs_url":"https://docs.newhedge.io/api/companies/onemednet-corp","docs_md_url":"https://docs.newhedge.io/api/companies/onemednet-corp.md"},{"slug":"taiwan-mask-corp","name":"Taiwan Mask Corp","symbol":"2338.T","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/taiwan-mask-corp/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/taiwan-mask-corp","docs_url":"https://docs.newhedge.io/api/companies/taiwan-mask-corp","docs_md_url":"https://docs.newhedge.io/api/companies/taiwan-mask-corp.md"},{"slug":"tap-global-group-plc","name":"Tap Global Group Plc","symbol":"TAP.AQ","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/tap-global-group-plc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/tap-global-group-plc","docs_url":"https://docs.newhedge.io/api/companies/tap-global-group-plc","docs_md_url":"https://docs.newhedge.io/api/companies/tap-global-group-plc.md"},{"slug":"banxa-holdings-inc","name":"Banxa Holdings Inc","symbol":"BNXA.V","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/banxa-holdings-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/banxa-holdings-inc","docs_url":"https://docs.newhedge.io/api/companies/banxa-holdings-inc","docs_md_url":"https://docs.newhedge.io/api/companies/banxa-holdings-inc.md"},{"slug":"bit-digital-inc","name":"Bit Digital Inc","symbol":"BTBT.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/bit-digital-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/bit-digital-inc","docs_url":"https://docs.newhedge.io/api/companies/bit-digital-inc","docs_md_url":"https://docs.newhedge.io/api/companies/bit-digital-inc.md"},{"slug":"coin-citadel","name":"Coin Citadel","symbol":"CCTL","company_type":"public","available_metrics":["price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/coin-citadel/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/coin-citadel","docs_url":"https://docs.newhedge.io/api/companies/coin-citadel","docs_md_url":"https://docs.newhedge.io/api/companies/coin-citadel.md"},{"slug":"green-minerals-as","name":"Green Minerals AS","symbol":"GEM.OL","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/green-minerals-as/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/green-minerals-as","docs_url":"https://docs.newhedge.io/api/companies/green-minerals-as","docs_md_url":"https://docs.newhedge.io/api/companies/green-minerals-as.md"},{"slug":"terawulf-inc","name":"Terawulf Inc","symbol":"WULF","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/terawulf-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/terawulf-inc","docs_url":"https://docs.newhedge.io/api/companies/terawulf-inc","docs_md_url":"https://docs.newhedge.io/api/companies/terawulf-inc.md"},{"slug":"333d-ltd","name":"333D Ltd","symbol":"T3D.AX","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/333d-ltd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/333d-ltd","docs_url":"https://docs.newhedge.io/api/companies/333d-ltd","docs_md_url":"https://docs.newhedge.io/api/companies/333d-ltd.md"},{"slug":"newhedge-inc","name":"Newhedge, Inc.","symbol":"","company_type":"private","available_metrics":["treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/newhedge-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/newhedge-inc","docs_url":"https://docs.newhedge.io/api/companies/newhedge-inc","docs_md_url":"https://docs.newhedge.io/api/companies/newhedge-inc.md"},{"slug":"gamestop-corp","name":"GameStop Corp.","symbol":"GME","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/gamestop-corp/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/gamestop-corp","docs_url":"https://docs.newhedge.io/api/companies/gamestop-corp","docs_md_url":"https://docs.newhedge.io/api/companies/gamestop-corp.md"},{"slug":"phunware-inc","name":"Phunware Inc","symbol":"PHUN","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/phunware-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/phunware-inc","docs_url":"https://docs.newhedge.io/api/companies/phunware-inc","docs_md_url":"https://docs.newhedge.io/api/companies/phunware-inc.md"},{"slug":"bitdeer-technologies-group","name":"Bitdeer Technologies Group","symbol":"BTDR.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/bitdeer-technologies-group/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/bitdeer-technologies-group","docs_url":"https://docs.newhedge.io/api/companies/bitdeer-technologies-group","docs_md_url":"https://docs.newhedge.io/api/companies/bitdeer-technologies-group.md"},{"slug":"germany","name":"Germany","symbol":"","company_type":"gov","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/germany/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/germany","docs_url":"https://docs.newhedge.io/api/companies/germany","docs_md_url":"https://docs.newhedge.io/api/companies/germany.md"},{"slug":"gyet-co","name":"Gyet Co","symbol":"7603.T","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/gyet-co/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/gyet-co","docs_url":"https://docs.newhedge.io/api/companies/gyet-co","docs_md_url":"https://docs.newhedge.io/api/companies/gyet-co.md"},{"slug":"kulr-technology-group-inc","name":"KULR Technology Group Inc","symbol":"KULR","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/kulr-technology-group-inc/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/kulr-technology-group-inc","docs_url":"https://docs.newhedge.io/api/companies/kulr-technology-group-inc","docs_md_url":"https://docs.newhedge.io/api/companies/kulr-technology-group-inc.md"},{"slug":"k-wave-media-ltd","name":"K Wave Media Ltd.","symbol":"KWM.US","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/k-wave-media-ltd/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/k-wave-media-ltd","docs_url":"https://docs.newhedge.io/api/companies/k-wave-media-ltd","docs_md_url":"https://docs.newhedge.io/api/companies/k-wave-media-ltd.md"},{"slug":"somboon-advance-technology","name":"Somboon Advance Technology","symbol":"SATS.L","company_type":"public","available_metrics":["bitcoin-acquisitions","bitcoin-holdings","bitcoin-holdings-usd","price-data","company-data","performance-metrics","treasury-metrics"],"request_url_template":"https://newhedge.io/api/v2/companies/somboon-advance-technology/{metric_name}?api_token={token}","view_url":"https://newhedge.io/bitcoin/treasuries/somboon-advance-technology","docs_url":"https://docs.newhedge.io/api/companies/somboon-advance-technology","docs_md_url":"https://docs.newhedge.io/api/companies/somboon-advance-technology.md"}],"company_metrics":[{"name":"bitcoin-acquisitions","label":"Bitcoin Acquisitions","description":"Bitcoin acquisition history for the company."},{"name":"bitcoin-holdings","label":"Bitcoin Holdings","description":"Historical Bitcoin holdings for the company."},{"name":"bitcoin-holdings-usd","label":"Bitcoin Holdings USD","description":"Historical USD value of the company's Bitcoin holdings."},{"name":"price-data","label":"Price Data","description":"Historical market price data stored on the company profile."},{"name":"company-data","label":"Company Data","description":"Company profile, fundamentals, and related reference data."},{"name":"performance-metrics","label":"Performance Metrics","description":"Calculated performance metrics for the company."},{"name":"treasury-metrics","label":"Treasury Metrics","description":"Bitcoin treasury summary metrics for the company."}],"news_categories":["all","bitcoin","crypto","macro"],"currencies":["AED","AFN","ALL","AMD","ANG","AOA","ARS","AUD","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BRL","BSD","BTN","BWP","BYN","BZD","CAD","CDF","CHF","CLF","CLP","CNY","COP","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","EUR","FJD","FKP","GBP","GEL","GGP","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","IMP","INR","IQD","IRR","ISK","JEP","JMD","JOD","JPY","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LVL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MUR","MVR","MWK","MXN","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RUB","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","UYU","UZS","VES","VND","VUV","WST","XAF","XAG","XAU","XCD","XDR","XOF","XPF","YER","ZAR","ZMW","ZWG","ZWL"]}