Realized Cap Net Position Change

30-day change in realized capitalization, a proxy for aggregate capital inflow or outflow.

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.

How to call

Request format

GET
curl -X GET "https://newhedge.io/api/v2/metrics/realized-cap-net-position-change/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.

1 metrics
Metric

Realized Cap Net Position Change 30d

Data used by the Realized Cap Net Position Change chart.

Endpoint
https://newhedge.io/api/v2/metrics/realized-cap-net-position-change/realized_cap_net_position_change_30d?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1788652800000,
    9071724566.47998
  ],
  [
    1788739200000,
    9206506080.300049
  ],
  [
    1788825600000,
    9430816780.799927
  ]
]