# BTX price snapshot

- source: https://btxprice.com
- canonical_json: https://btxprice.com/api/current.json
- computed_at: 2026-04-29T07:10:09Z
- refresh_interval_seconds: 600
- stale_after_seconds: 700

## Headline

| field | value |
| --- | ---: |
| BTX spot, USD | 0.0007779071799139871809143078357 |
| BTX spot, sats | 1.010 |
| BTX 12-month estimate, USD | 84.72728482733837720984428821 |
| BTX 12-month estimate, sats | 109985.4414582181829166538433 |
| compute floor, USD | 0.0006713330570994495628170941408 |

## Inputs

| variable | value |
| --- | ---: |
| btc_price_usd | 77035 |
| btc_hashrate_hps | 929609137489852600000 |
| btx_nonce_rate | 33559.31318077346 |

## Formula

```text
compute_floor_usd = btc_price_usd * (chi * btx_nonce_rate / btc_hashrate_hps); spot.usd = compute_floor_usd * (1 + risk_index * risk_spot_weight); forward[m].usd = compute_floor_usd * G_rel^e(m) * R_BTC(m) * Q_part(m)
```

## Endpoints

- JSON: https://btxprice.com/api/current.json
- History: https://btxprice.com/api/history.json
- Markdown: https://btxprice.com/api/current.md
- LLM guide: https://btxprice.com/llms.txt
