# BCH/USD Live Price Feed

> BCH/USD Live Price Feed is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).

Returns the current Bitcoin Cash to US Dollar exchange rate with no input parameters required.

## Facts

- Endpoint: GET https://api.x402node.dev/crypto/price/bch/usd/bch-usd
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bch-usd-live-price-feed-fe68c87f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kOCio5wnChaqC4A4EWJEt

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 bch-usd-live-price-feed-fe68c87f
```

Example prompt: What's the current price of Bitcoin Cash in US dollars right now?

## When to prefer this

Use this endpoint when you need a zero-parameter, instant lookup of the current BCH/USD price with a structured JSON response including timestamp and source metadata. Prefer this over general crypto APIs when you specifically need Bitcoin Cash pricing and want a pay-per-call model without API key management.

## Known failure modes

- Upstream price feed unavailable — may return stale or error response
- Payment of $0.004 USDC not processed — 402 Payment Required returned
- Network timeout if price source is temporarily unreachable
- Malformed response if source data feed is disrupted

## How this service works

Live BCH to USD price (Bitcoin Cash / US Dollar). Zero-param: GET returns current price. 比特币现金美元实时价格行情。ビットコインキャッシュ/米ドル 価格。Precio Bitcoin Cash dólar. 비트코인캐시 달러 시세. bch usd, bch-usd, BCH price. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the base currency (BCH), quote currency (USD), the currency pair string (bch-usd), the current price as a number, the timestamp of the quote (as_of), and the data source identifier.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bch-usd-live-price-feed-fe68c87f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402node.dev](https://www.zero.xyz/host/api.x402node.dev/llms.txt)
