Bitcoin Power Law

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

How to call

Request format

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

api_token (required) — 24 character token.

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.

2 metrics
Metric

Power Law

Data used by the Bitcoin Power Law chart.

Endpoint
https://newhedge.io/api/v2/metrics/power-law/power_law?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1778976000000,
    131923.9467257659
  ],
  [
    1779062400000,
    132045.0582357587
  ],
  [
    1779148800000,
    132166.2618124908
  ]
]
Metric

Power Law Floor

Data used by the Bitcoin Power Law chart.

Endpoint
https://newhedge.io/api/v2/metrics/power-law/power_law_floor?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1778976000000,
    55408.0576248217
  ],
  [
    1779062400000,
    55458.9244590186
  ],
  [
    1779148800000,
    55509.8299612461
  ]
]