# v0-x402-endpoint Real-Time Crypto Price Feed

> v0-x402-endpoint Real-Time Crypto Price Feed is a paid API for AI agents from v0-x402-endpoint.vercel.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the current real-time price for a given cryptocurrency symbol (e.g. BTC, ETH, SOL) via a pay-per-call x402 micropayment API.

## Facts

- Endpoint: POST https://v0-x402-endpoint.vercel.app/api/price
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/v0-x402-endpoint-vercel-app-41c10c99
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YWxhjDl2GkTnS-kyCRfME

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 v0-x402-endpoint-vercel-app-41c10c99 -d '<json body>'
```

Example prompt: What's the real-time price of BTC right now? Use the x402 crypto price feed and charge my account the micropayment.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call real-time spot price for a major cryptocurrency (BTC, ETH, SOL, etc.) and want a low-cost micropayment model via x402 without a subscription. Ideal for agents that need occasional on-demand price checks rather than a streaming feed.

## Known failure modes

- Unknown or unsupported symbol returns an error or empty result
- Payment failure (insufficient USDC balance) blocks the request
- Network timeout if the upstream price feed is unavailable
- Malformed request body missing the symbol field returns a 400 error

## How this service works

Real-time crypto price feed for a given symbol (e.g. BTC, ETH, SOL).

## Output

Returns the current real-time price for the requested cryptocurrency symbol, likely as a numeric value with currency denomination and possibly a timestamp.

## Example request

```json
{
 "symbol": "BTC"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/v0-x402-endpoint-vercel-app-41c10c99/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from v0-x402-endpoint.vercel.app](https://www.zero.xyz/host/v0-x402-endpoint.vercel.app/llms.txt)
