# Crypto Exchange Tickers

> Crypto Exchange Tickers is a paid API for AI agents from agent-commerce-factory-jm.austriaeast.cloudapp.azure.com, paid per call via x402, $0.006/call, status unknown (last checked 2026-09-15).

Returns live exchange tickers for a cryptocurrency, showing where it trades, at what price, volume, spread, and trust scores across exchanges.

## Facts

- Endpoint: POST https://agent-commerce-factory-jm.austriaeast.cloudapp.azure.com/v1/crypto/tickers
- Price: $0.006/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/crypto-exchange-tickers-5461bbf5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Xb53PdNjO8fX7j4dUJt3q

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 crypto-exchange-tickers-5461bbf5 -d '<json body>'
```

Example prompt: Show me the top 20 exchanges where I can buy Ethereum right now, including the price in USD, 24h volume, and bid-ask spread on each.

## When to prefer this

Use this endpoint when you need to know where a specific cryptocurrency is being traded, at what prices, and with what liquidity — especially for 'where to buy' queries, best-price routing decisions, exchange coverage checks, or liquidity analysis. Prefer this over a simple price endpoint when you need multi-exchange context rather than a single aggregated price.

## Known failure modes

- Unknown coin id or ticker returns an error or empty result
- Limit out of range (below 1 or above 100) returns a validation error
- Exchange data temporarily unavailable for low-liquidity coins
- Payment failure (insufficient USDC balance) blocks the request
- Network timeout on Azure endpoint returns 5xx error

## How this service works

Where a coin trades and at what price — live exchange tickers. Given a coin id or ticker (e.g. bitcoin, eth, sol) returns the top trading pairs across exchanges with exchange name, base/target pair, last price, last price in USD, 24h volume, bid-ask spread, trust score and trade URL. For 'where to buy', best-price routing, exchange coverage and liquidity-analysis agents.

## Output

A list of exchange ticker objects for the requested coin, each containing exchange name, base/target currency pair, last traded price, last price converted to USD, 24h volume, bid-ask spread, trust score (green/yellow/red), and a direct trade URL to that market.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/crypto-exchange-tickers-5461bbf5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent-commerce-factory-jm.austriaeast.cloudapp.azure.com](https://www.zero.xyz/host/agent-commerce-factory-jm.austriaeast.cloudapp.azure.com/llms.txt)
