Bitcoin Quarterly, Monthly and Weekly Price Performance
Fluctuations in bitcoin's historical prices
How to call
Request format
GET
curl -X GET "https://newhedge.io/api/v2/metrics/quarterly-monthly-and-weekly-price-performance/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.
Metric
Btc Day Based Week Performance
Data used by the Quarterly, Monthly and Weekly Price Performance chart.
Endpoint
https://newhedge.io/api/v2/metrics/quarterly-monthly-and-weekly-price-performance/btc_day_based_week_performance?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
Sample response
200
Successful response
[
[
1778976000000,
-5.965031510211851
],
[
1779062400000,
-5.838347095786968
],
[
1779148800000,
-4.626709785924515
]
]
Metric
Btc Day Based Month Performance
Data used by the Quarterly, Monthly and Weekly Price Performance chart.
Endpoint
https://newhedge.io/api/v2/metrics/quarterly-monthly-and-weekly-price-performance/btc_day_based_month_performance?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
Sample response
200
Successful response
[
[
1778976000000,
0.4512856438597865
],
[
1779062400000,
1.603393211833299
],
[
1779148800000,
3.931482677998203
]
]
Metric
Btc Day Based Quarter Performance
Data used by the Quarterly, Monthly and Weekly Price Performance chart.
Endpoint
https://newhedge.io/api/v2/metrics/quarterly-monthly-and-weekly-price-performance/btc_day_based_quarter_performance?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
Sample response
200
Successful response
[
[
1778976000000,
12.48155265789174
],
[
1779062400000,
14.0723926624122
],
[
1779148800000,
15.58853318531899
]
]