# RabbitPath Bitcoin Price API

> RabbitPath Bitcoin Price API is a paid API for AI agents from api.rabbitpath.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns the current spot price of Bitcoin (BTC) in real-time via a pay-per-call x402 endpoint

## Facts

- Endpoint: GET https://api.rabbitpath.xyz/api/crypto/price/bitcoin
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rabbitpath-bitcoin-price-api-23b28ff8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HWfQx799HX7iwPGDOCV50

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 rabbitpath-bitcoin-price-api-23b28ff8
```

Example prompt: What's the current price of Bitcoin right now?

## When to prefer this

Use this endpoint when you need a cheap, pay-per-call Bitcoin price lookup without a subscription — ideal for AI agents making occasional or sporadic BTC price queries where x402 micropayment support is available and cost per call matters.

## Known failure modes

- Payment not included or insufficient — 402 Payment Required response
- Invalid or missing probe parameter — may return error or empty response
- Rate limiting or quota exceeded — HTTP 429 or similar
- Upstream crypto data source unavailable — service temporarily returns stale or error response
- Network timeout if data provider is slow

## How this service works

Agent-native crypto + OSINT APIs. Cheapest x402 pay-per-call on the internet.

## Output

Returns the current spot price of Bitcoin, likely including the price value and currency denomination, sourced via RabbitPath's crypto data API at a cost of $0.001 USDC per call.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rabbitpath-bitcoin-price-api-23b28ff8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.rabbitpath.xyz](https://www.zero.xyz/host/api.rabbitpath.xyz/llms.txt)
