# BTC Miner Economics Data

> BTC Miner Economics Data is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Retrieves Bitcoin miner economics data including metrics like hashrate, block rewards, fees, profitability, and mining costs

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/btc-miner-econ
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/btc-miner-economics-data-d745a649
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KRxHGEHFNbxu91bnsC3-M

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 btc-miner-economics-data-d745a649
```

Example prompt: What are the current Bitcoin miner economics — hashrate, block rewards, fees, and profitability — right now?

## When to prefer this

Choose this endpoint when you need real-time or near-real-time Bitcoin miner economics data without setting up an account or API key, and you are willing to pay micro-amounts of USDC per call via x402 on Base mainnet. Ideal for agents needing on-demand BTC mining profitability and network health metrics in a pay-per-use model.

## Known failure modes

- Missing or malformed query parameters return an error response
- Bitcoin network data temporarily unavailable due to upstream data source issues
- x402 payment not confirmed on Base mainnet results in 402 Payment Required
- Insufficient USDC balance on Base mainnet blocks access
- Rate limiting or network congestion may delay response

## How this service works

Bitcoin mining economics and fee-market game theory via mempool.space. Returns current fee rates and pressure tier, miner revenue split (subsidy vs fees), next difficulty adjustment (direction, magnitude, blocks remaining), mining pool concentration (top-3 hashrate share), and mempool backlog size. Useful for agents reasoning about BTC transaction timing, miner incentive structures, or on-chain network health.

## Output

Returns Bitcoin miner economics data such as network hashrate, mining difficulty, block reward, miner revenue from fees vs. block subsidy, cost of production estimates, and profitability metrics, paid per call at $0.005 USDC on Base mainnet with no account or API key required.

## Example request

```json
{}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/btc-miner-economics-data-d745a649/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
