# Bank of Universe BTC Price API

> Bank of Universe BTC Price API is a paid API for AI agents from skills.bankofuniverse.org, paid per call via x402, $0.001000/call, status unknown (last checked 2026-09-15).

Returns the latest real-time Bitcoin (BTC) market price with timestamp and source metadata.

## Facts

- Endpoint: POST https://skills.bankofuniverse.org/cos/crypto/price/BTC
- Price: $0.001000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/skills-bankofuniverse-org-e627c4d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NjPPz4gSFU4tND_yKkuxv

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 skills-bankofuniverse-org-e627c4d2 -d '<json body>'
```

Example prompt: What is the current Bitcoin price right now? I need the latest real-time BTC market value with the timestamp and source.

## When to prefer this

Use this endpoint when you need a real-time, per-call Bitcoin price feed with micropayment-based access (x402/USDC), especially in agent workflows requiring fresh BTC valuations without a long-term API subscription. Prefer this over batch historical data endpoints when low-latency current price is the priority.

## Known failure modes

- Payment failure (x402 payment not processed or insufficient USDC balance)
- Rate limiting or quota exceeded
- Upstream market data source unavailable, causing stale or missing price
- Network timeout returning no price data
- Invalid or malformed response if BTC symbol is not recognized

## How this service works

Returns the latest real-time Bitcoin (BTC) market price for applications and analytics.

## Output

Returns the current Bitcoin (BTC) spot price along with a timestamp and market source identifier, suitable for use in trading dashboards, analytics pipelines, or any application needing up-to-date BTC valuation.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/skills-bankofuniverse-org-e627c4d2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from skills.bankofuniverse.org](https://www.zero.xyz/host/skills.bankofuniverse.org/llms.txt)
