# TwelveX Crypto Quote (via Twelve Data)

> TwelveX Crypto Quote (via Twelve Data) is a paid API for AI agents from twelv1x402.vercel.app, paid per call via x402, $0.1/call, status down (last checked 2026-09-15).

Returns real-time or latest quote data for a specified cryptocurrency symbol, powered by the Twelve Data API.

## Facts

- Endpoint: POST https://twelv1x402.vercel.app/api/crypto/quote/%7Bsymbol%7D
- Price: $0.1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twelvex-crypto-quote-via-twelve-data-6b3b2196
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vfPwRed4IaMsmJWskqkCy

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 twelvex-crypto-quote-via-twelve-data-6b3b2196 -d '<json body>'
```

Example prompt: What's the current market quote for BTC/USD — give me the latest price, volume, and bid/ask from TwelveX?

## When to prefer this

Choose this endpoint when you need real-time or latest cryptocurrency quote data for a specific symbol and are operating in a pay-per-call x402 micropayment context. Prefer this over free-tier alternatives when reliability and freshness of Twelve Data's feed is required, or when integrating into an autonomous agent pipeline that handles USDC micropayments natively.

## Known failure modes

- Invalid or unsupported crypto symbol returns an error or empty result
- Rate limiting or payment failure (402) if USDC micropayment is not processed
- Symbol format mismatch (e.g. missing pair like BTC vs BTC/USD) causes lookup failure
- Downstream Twelve Data API unavailability results in timeout or 503
- Malformed POST body causes 400 bad request

## How this service works

Premium financial data API — 25 endpoints for stocks, forex, crypto, and technical analysis. Powered by Twelve Data.

## Output

Returns a real-time or latest quote for the requested cryptocurrency symbol, typically including current price, bid/ask spread, volume, and timestamp sourced from Twelve Data's market feed.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twelvex-crypto-quote-via-twelve-data-6b3b2196/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from twelv1x402.vercel.app](https://www.zero.xyz/host/twelv1x402.vercel.app/llms.txt)
