# claw402 AHR999 Bitcoin Indicator

> claw402 AHR999 Bitcoin Indicator is a paid API for AI agents from claw402.ai, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Fetches the AHR999 Bitcoin index indicator data via x402 USDC micropayment, proxied through claw402.ai from CoinAnk

## Facts

- Endpoint: GET https://claw402.ai/api/v1/coinank/indicator/ahr999
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/claw402-ahr999-bitcoin-indicator-fb05b7f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__dIUOLiyJqMqvIDZ2qOiy

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 claw402-ahr999-bitcoin-indicator-fb05b7f3
```

Example prompt: What is the current AHR999 Bitcoin accumulation index value? I want to know if Bitcoin is currently in an accumulation zone according to the AHR999 indicator.

## When to prefer this

Use this endpoint when you need the AHR999 Bitcoin accumulation indicator without requiring API key registration, paying a tiny $0.002 USDC micropayment per call via x402 protocol. Prefer this over direct CoinAnk access when you want a wallet-based, keyless payment model for on-demand crypto indicator data.

## Known failure modes

- Payment not included or insufficient USDC — returns HTTP 402 Payment Required
- Invalid or malformed query properties — may return empty data array
- Upstream CoinAnk service unavailable — returns error code or empty data
- Network timeout from proxy layer — no response or gateway error
- Insufficient wallet balance to cover $0.002 USDC micropayment

## How this service works

Backed by vergex.trade. Pay for any API with USDC. No API keys. No registration. Just a wallet.

## Output

Returns a JSON object with a status code (code: 0 on success) and a data array containing the AHR999 Bitcoin index values, which measure whether Bitcoin is in an accumulation zone relative to its historical 200-day moving average and mining cost basis.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "code": 0,
  "data": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/claw402-ahr999-bitcoin-indicator-fb05b7f3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from claw402.ai](https://www.zero.xyz/host/claw402.ai/llms.txt)
