Bitcoin vs Silver Market Cap
Bitcoin's total market capitalization against silver's, and the share of silver Bitcoin has already taken.
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.
Request format
curl -X GET "https://newhedge.io/api/v2/metrics/bitcoin-vs-silver-market-cap/METRIC_NAME?api_token=YOUR_TOKEN"
api_token (required) — 24 character token.
resolution (optional) — day1 (default), hour12, hour4, hour1, 30mn, 10mn. Finer buckets are served to Advanced and Enterprise accounts; see Resolutions.
before (optional) — exclusive cursor, returns observations older than this timestamp_ms. Finer resolutions only.
limit (optional) — page size for finer resolutions. Default 2500, maximum 5000. Ignored for day1.
:metric_name — one of the metric names listed below.
200 with JSON payload, 401 for missing/invalid token, 404 for missing resources.
Metrics
Each metric is fetched independently. Responses are trimmed samples to show structure.
BTC Marketcap
Data used by the Bitcoin vs Silver Market Cap chart.
https://newhedge.io/api/v2/metrics/bitcoin-vs-silver-market-cap/btc_marketcap?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1786838400000,
1260993184914.375
],
[
1786924800000,
1294526301990.25
],
[
1787011200000,
1298516372524.844
]
]
Silver Marketcap
Data used by the Bitcoin vs Silver Market Cap chart.
https://newhedge.io/api/v2/metrics/bitcoin-vs-silver-market-cap/silver_marketcap?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1786838400000,
3740022899300.626
],
[
1786924800000,
3747510676843.153
],
[
1787011200000,
3813866634094.144
]
]
BTC Mcap Pct Of Silver
Data used by the Bitcoin vs Silver Market Cap chart.
https://newhedge.io/api/v2/metrics/bitcoin-vs-silver-market-cap/btc_mcap_pct_of_silver?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1786838400000,
33.71618888082683
],
[
1786924800000,
34.54363212330431
],
[
1787011200000,
34.04724121490585
]
]