# Bitcoin Blockchain Chain Stats

> Bitcoin Blockchain Chain Stats is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns live Bitcoin blockchain vitals including 24h transaction count, block count, block interval, on-chain USD volume, mining difficulty, and circulating supply from blockchain.info.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/btc-chain-stats
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bitcoin-blockchain-chain-stats-f1235379
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RoziqbhCMURTgpAYC50oi

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability bitcoin-blockchain-chain-stats-f1235379 -d '<json body>'
```

Example prompt: Can you pull the latest Bitcoin blockchain vitals — I want to see the 24-hour transaction count, current mining difficulty, average block interval, on-chain USD volume, and how much BTC is in circulation right now?

## When to prefer this

Use this endpoint when you need a quick, no-parameter snapshot of Bitcoin network health and on-chain activity metrics — particularly 24h tx volume, difficulty, block interval, and supply — without needing to query blockchain.info directly or handle authentication yourself.

## Known failure modes

- blockchain.info upstream unavailable — stale or empty data returned
- Network timeout if blockchain.info API is slow
- Payment required (402) if USDC payment header is missing or invalid
- Unexpected schema changes from upstream blockchain.info API

## How this service works

CRYPTO: Bitcoin blockchain vitals — 24h tx, blocks, block interval, on-chain USD volume, difficulty, supply (blockchain.info). Returns JSON.

## Output

A JSON object containing Bitcoin blockchain metrics sourced from blockchain.info: 24-hour transaction count, total block count, average block interval (in seconds or minutes), on-chain USD volume, current mining difficulty, and circulating BTC supply.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bitcoin-blockchain-chain-stats-f1235379/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
