Crypto Company Stocks Marketcaps

Market capitalizations of leading publicly traded Bitcoin and crypto-focused companies

How to call

Request format

GET
curl -X GET "https://newhedge.io/api/v2/metrics/crypto-stocks-marketcaps/METRIC_NAME?api_token=YOUR_TOKEN"
Query params

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.

Path params

:metric_name — one of the metric names listed below.

Responses

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.

5 metrics
Metric

Cs Mstr Mcap

Data used by the Crypto Company Stocks Marketcaps chart.

Endpoint
https://newhedge.io/api/v2/metrics/crypto-stocks-marketcaps/cs_mstr_mcap?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1785888000000,
    36554587100.0
  ],
  [
    1785974400000,
    36859301550.0
  ],
  [
    1786060800000,
    37164016000.0
  ]
]
Metric

Cs Coin Mcap

Data used by the Crypto Company Stocks Marketcaps chart.

Endpoint
https://newhedge.io/api/v2/metrics/crypto-stocks-marketcaps/cs_coin_mcap?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1785888000000,
    40012212333.33334
  ],
  [
    1785974400000,
    40264563766.66666
  ],
  [
    1786060800000,
    40516915200.0
  ]
]
Metric

Cs Xyz Mcap

Data used by the Crypto Company Stocks Marketcaps chart.

Endpoint
https://newhedge.io/api/v2/metrics/crypto-stocks-marketcaps/cs_xyz_mcap?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1785888000000,
    49719145866.66666
  ],
  [
    1785974400000,
    48589711433.33334
  ],
  [
    1786060800000,
    47460277000.0
  ]
]
Metric

Cs Gemi Mcap

Data used by the Crypto Company Stocks Marketcaps chart.

Endpoint
https://newhedge.io/api/v2/metrics/crypto-stocks-marketcaps/cs_gemi_mcap?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1785888000000,
    475547700.0
  ],
  [
    1785974400000,
    469647600.0
  ],
  [
    1786060800000,
    482627800.0
  ]
]
Metric

Cs Glxy Mcap

Data used by the Crypto Company Stocks Marketcaps chart.

Endpoint
https://newhedge.io/api/v2/metrics/crypto-stocks-marketcaps/cs_glxy_mcap?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1785888000000,
    4184929666.666667
  ],
  [
    1785974400000,
    4057011733.333333
  ],
  [
    1786060800000,
    3929093800.0
  ]
]