Read-only data service
BTC2Scan data API
BTC2Scan uses api.btc2scan.com as the read-only data service behind the BTC2Scan explorer website. The endpoint is publicly reachable, but it is rate-limited, restricted for browser origins, and not offered as a guaranteed third-party developer API or unrestricted node gateway.
Live service status
Public status dashboard
Check the live API, block index, rewards index, supply audit snapshot and activity layers from one public page.
Website data endpoints
These backend routes power the BTC2Scan explorer website. They are shown for transparency and project status. Light manual access may work, but these routes are not a public developer API commitment.
| Endpoint | Purpose | Current source | Explorer use |
|---|---|---|---|
| Core service and public statusHealth checks, live backend state and public data freshness. | |||
GET /api/health |
Basic API health check. | BTC2Scan live backend | Monitoring. |
GET /api/status/public |
Public operational status with data freshness for indexers, launch spend scan and supply audit snapshot. | BTC2Scan live backend | Status dashboard and public transparency. |
GET /api/status |
Live chain height, headers, best block hash, difficulty, sync progress and peer connections. | BTC2Scan live backend | Website display. |
| Chain, blocks and transactionsCore block explorer routes used for chain navigation. | |||
GET /api/blocks |
Recent blocks with height, hash, tx count, time, difficulty and node-reported money supply. | BTC2Scan live backend | Website display. |
GET /api/block/:height |
Block lookup by height. | BTC2Scan live backend | Website display. |
GET /api/block/hash/:hash |
Block lookup by hash. | BTC2Scan live backend | Website display. |
GET /api/transactions |
Recent transactions derived from the latest blocks. | BTC2Scan live backend | Website display; not address history. |
GET /api/tx/:txid |
Transaction lookup by txid using txindex. | BTC2Scan live backend | Website display. |
GET /api/mempool |
Current mempool size and txids. | BTC2Scan live backend | Website display. |
| Addresses and rich listIndexed address views and accessible balance rankings. | |||
GET /api/addresses |
Address-index statistics and Top 100 accessible rich-list data. | BTC2Scan indexed backend | Website display. |
GET /api/rich-list |
Top 100 addresses ranked by accessible confirmed balance. | BTC2Scan indexed backend | Website display. |
GET /api/address/:address |
Address summary, accessible balance, gross balance and recent indexed movements. | BTC2Scan indexed backend | Website display. |
| Supply audit and launch trackingSupply views, audit manifest and launch-output movement monitoring. | |||
GET /api/supply/live |
Node-reported money supply from the latest block. This is not the BTC2Scan supply audit. | BTC2Scan live backend | Website display only. |
GET /api/supply-audit |
Indexed supply, unspent launch-output estimate and accessible-supply estimate. | BTC2Scan indexed backend | Website display. |
GET /api/audit/manifest |
Versioned read-only JSON manifest for the latest supply audit snapshot, including audited height, accessible indexed supply, stable audit hash and runtime-state hash. | BTC2Scan audit snapshot | Public verification. |
GET /api/launch-monitor |
Baseline and current audited unspent launch-output movement status. | BTC2Scan indexed backend | Website display. |
GET /api/launch-monitor/history |
Post-baseline launch-output movement events, if any are recorded. | BTC2Scan indexed backend | Website display. |
| RewardsDetected staking and masternode reward analysis. | |||
GET /api/rewards/status |
Reward index coverage, historical phase status and documented reward-analysis notes. | BTC2Scan rewards index | Website display and audit context. |
GET /api/rewards/top?type=all|staking|masternode |
Top reward addresses by detected reward events, served from a snapshot to avoid heavy public aggregation. | BTC2Scan rewards snapshot | Website display. |
GET /api/rewards/address/:address |
Detected staking and masternode reward activity for one BTC2 address. This does not identify address ownership. | BTC2Scan rewards index | Website display. |
GET /api/rewards/block/:height |
Detected reward summary and reward events for a specific block height. | BTC2Scan rewards index | Website display. |
GET /api/rewards/tx/:txid |
Detected reward summary and reward events for a specific coinstake transaction. | BTC2Scan rewards index | Website display. |
| Network and activityNetwork overview, masternode summary and 24h activity metrics. | |||
GET /api/network |
Peer connections, protocol version, mining summary and masternode summary. | BTC2Scan live backend | Website display. |
GET /api/masternodes/summary |
Masternode counts only; no peer list exposure. | BTC2Scan live backend | Website display. |
GET /api/network-activity |
24h generated blocks, transactions and BTC2 moved on-chain. | BTC2Scan indexed backend | Website display. |
GET /api/network-activity/split |
24h on-chain transfer volume and 24h rewards generated, separated from the legacy raw moved-output metric. | BTC2Scan indexed snapshot | Website display. |
| Market dataCached public market information displayed by the explorer. | |||
GET /api/market/btc2 |
BTC2 market price, 24h change and 24h volume. | Cached external market data | Website display. |
Live Indexed Layers
Address history, balances, accessible rich list, supply audit, reward analysis and separated 24h activity metrics are connected to BTC2Scan live indexed data.
GET /api/status/public
GET /api/address/:address
GET /api/addresses
GET /api/rich-list
GET /api/supply-audit
GET /api/audit/manifest
GET /api/launch-monitor
GET /api/launch-monitor/history
GET /api/network-activity
GET /api/network-activity/split
GET /api/rewards/status
GET /api/rewards/top
GET /api/rewards/address/:address
GET /api/rewards/block/:height
GET /api/rewards/tx/:txid
Node-reported money supply and BTC2Scan audit figures are shown separately on purpose.
Access Policy
BTC2Scan provides a protected read-only API for the BTC2Scan explorer website. Light manual access may work, but external use is rate-limited, not guaranteed, and may be restricted to protect service stability.
- BTC2Scan web domains are the supported browser consumers.
- Other browser origins may be blocked by CORS without notice.
- Manual or script access may work, but it has no availability guarantee.
- Avoid repeated polling loops, scraping, bulk collection and automated load.
- Heavy or production third-party use requires prior approval or a dedicated BTC2 node/indexer.
- Do not treat the API as direct node access.
Privacy and logs
API logs protect the service
API requests can appear in technical logs for security, rate limiting, and service reliability. BTC2Scan does not use API activity to create advertising profiles.
BTC2Scan
—