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.
Request format
curl -X GET "https://newhedge.io/api/v2/metrics/realized-cap-net-position-change/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.
Realized Cap Net Position Change 30d
Data used by the Realized Cap Net Position Change chart.
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.
[
[
1788652800000,
9071724566.47998
],
[
1788739200000,
9206506080.300049
],
[
1788825600000,
9430816780.799927
]
]