Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.13 KB

File metadata and controls

30 lines (25 loc) · 1.13 KB

数据源结构信息

btc-data.pages.dev/btc_metrics.json

最新数据 (stats.latest)

  • ahr999: 0.5476
  • btcPrice: 89926
  • cvdd_cvdd: 46370.43
  • nupl: 0.3761 (37.61%)
  • hodl_1w_1m: 0.0768 (7.68%)
  • lth_long_term_holder_supply: 14082579.84
  • sth_short_term_holder_realized_price: 98999.21
  • investor_2_year_moving_average: 83853.26

关键字段映射

  1. Fear & Greed Index - 需要从 alternative.me API 获取(数据源中没有正确的值)
  2. AHR999 - stats.ahr999.latest = 0.5476
  3. NUPL - stats.nupl.latest = 0.3761
  4. 2-Year MA Multiplier - btcPrice / investor_2_year_moving_average = 89926 / 83853.26 = 1.0724
  5. HODL Waves (1w-1m) - stats.hodl_1w_1m.latest = 0.0768 (7.68%)
  6. LTH Supply - stats.lth_long_term_holder_supply.latest = 14082579.84
  7. STH Realized Price - stats.sth_short_term_holder_realized_price.latest = 98999.21
  8. CVDD - stats.cvdd_cvdd.latest = 46370.43

数据更新时间

lastUpdated: 2026-01-03T12:00:03.985Z (迪拜时间每天早上8点刷新)

Binance API (实时价格)

Endpoint: https://api.binance.com/api/v3/ticker/price?symbol=BTCUSDT 返回格式: { "symbol": "BTCUSDT", "price": "89926.00" }