# CoinAnk BTC Multiplier Indicator

> CoinAnk BTC Multiplier 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-16).

Fetches the Bitcoin multiplier indicator data from CoinAnk via the claw402 x402 payment gateway

## Facts

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

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 coinank-btc-multiplier-indicator-bdaf5b54
```

Example prompt: Can you pull the latest BTC multiplier indicator from CoinAnk and tell me what it's showing right now?

## When to prefer this

Use this endpoint when you need Bitcoin multiplier indicator data from CoinAnk without traditional API key registration, paying per-call with USDC via the x402 protocol. Prefer this over direct CoinAnk access when you want a pay-as-you-go, wallet-based access model.

## Known failure modes

- Payment not received or wallet balance insufficient — 402 Payment Required returned
- Invalid or missing properties parameter — may return empty data array
- CoinAnk upstream API unavailable — error code returned in response
- Rate limiting or gateway timeout — no response or timeout error
- Malformed request schema — unexpected response or error

## 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 (0 for success) and a data array containing the BTC multiplier indicator values from CoinAnk. The data represents an on-chain Bitcoin valuation or cycle indicator metric.

## 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/coinank-btc-multiplier-indicator-bdaf5b54/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)
