Bitcoin Rarity Meter Regime Tails

Five regime-tail components behind the Bitcoin Rarity Meter score.

Capitulation, profit-taking, peak-regret, seller-exhaustion, and coins-in-loss tail values that combine into the Rarity Meter score, plotted against Bitcoin price.

How to call

Request format

GET
curl -X GET "https://newhedge.io/api/v2/metrics/rarity-meter-regime-tails/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

Rarity Meter Capitulation Tail

Data used by the Bitcoin Rarity Meter Regime Tails chart.

Endpoint
https://newhedge.io/api/v2/metrics/rarity-meter-regime-tails/rarity_meter_capitulation_tail?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1788652800000,
    28.4744
  ],
  [
    1788739200000,
    19.1506
  ],
  [
    1788825600000,
    18.626999
  ]
]
Metric

Rarity Meter Profit Taking Tail

Data used by the Bitcoin Rarity Meter Regime Tails chart.

Endpoint
https://newhedge.io/api/v2/metrics/rarity-meter-regime-tails/rarity_meter_profit_taking_tail?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1788652800000,
    20.513899
  ],
  [
    1788739200000,
    22.0678
  ],
  [
    1788825600000,
    19.8196
  ]
]
Metric

Rarity Meter Peak Regret Tail

Data used by the Bitcoin Rarity Meter Regime Tails chart.

Endpoint
https://newhedge.io/api/v2/metrics/rarity-meter-regime-tails/rarity_meter_peak_regret_tail?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1788652800000,
    24.9144
  ],
  [
    1788739200000,
    19.270401
  ],
  [
    1788825600000,
    18.5154
  ]
]
Metric

Rarity Meter Seller Exhaustion Tail

Data used by the Bitcoin Rarity Meter Regime Tails chart.

Endpoint
https://newhedge.io/api/v2/metrics/rarity-meter-regime-tails/rarity_meter_seller_exhaustion_tail?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1788652800000,
    11.849501
  ],
  [
    1788739200000,
    14.7052
  ],
  [
    1788825600000,
    18.989
  ]
]
Metric

Rarity Meter Coins In Loss Tail

Data used by the Bitcoin Rarity Meter Regime Tails chart.

Endpoint
https://newhedge.io/api/v2/metrics/rarity-meter-regime-tails/rarity_meter_coins_in_loss_tail?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1788652800000,
    27.5416
  ],
  [
    1788739200000,
    24.527199
  ],
  [
    1788825600000,
    22.4573
  ]
]