9.2.0 (2026-09-08)
Release Type: ✅ OPTIONAL
DB Migration: ⚠️ Yes — see below
docker pull ghcr.io/hirosystems/stacks-blockchain-api:9.2.0
This major release updates dependencies and introduces the following new v3 endpoints:
/extended/v3/transactions/batch— get transaction batch (#2660)/extended/v3/staking/bonds/{bond_index}/events— get bond events (#2658)/extended/v3/staking/rewards— get total Stacks staking rewards (#2664)
It also fixes a Bitcoin rewards count bug that mixed PoX reward distribution amounts with burned amounts, and it requires to run a brief DB migration to do so. This migration will run automatically and no user intervention is required. Estimated migration downtime: 3-5 minutes.
What's Changed
- chore: deprecate v1 pox2/pox3/pox4 endpoints by @rafa-stacks in #2655
- chore(deps-dev): bump postcss-selector-parser from 6.1.1 to 6.1.4 in /client by @dependabot[bot] in #2653
- chore(deps-dev): bump browserslist from 4.23.3 to 4.28.8 in /client by @dependabot[bot] in #2654
- chore(deps): bump fastify from 5.10.0 to 5.12.1 by @dependabot[bot] in #2656
- chore(deps): bump fast-uri by @dependabot[bot] in #2657
- chore(deps-dev): bump @humanfs/node from 0.16.7 to 0.16.8 by @dependabot[bot] in #2659
- feat: add v3 batch transaction summaries endpoint and deprecate v1 tx/multiple by @rafa-stacks in #2660
- feat: add v3 bond events endpoint by @rafa-stacks in #2658
- fix: burnchain reward canonical state, persist per-burn-block burn/reward totals by @rafa-stacks in #2662
- feat: add v3 staking rewards totals endpoint by @rafa-stacks in #2664
- chore(deps): bump brace-expansion by @dependabot[bot] in #2665
- chore(release): 9.2.0 by @rafa-stacks in #2666
Full Changelog: v9.1.0...v9.2.0