# CoinStats Ticker Market Data — Live Prices Across Exchanges

> CoinStats Ticker Market Data — Live Prices Across Exchanges is a paid API for AI agents from x402.coinstats.app, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns live ticker prices and volumes for a trading pair across multiple cryptocurrency exchanges

## Facts

- Endpoint: GET https://x402.coinstats.app/tickers/markets
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-coinstats-app-936b80cb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QcAlbXcsZkvRw4Ma1zdOn

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 x402-coinstats-app-936b80cb
```

Example prompt: What's the current live price and volume for BTC/USDT across all exchanges on CoinStats — show me the first page of results?

## When to prefer this

Use this endpoint when you need live, cross-exchange ticker data for a specific crypto trading pair — especially when you want to compare prices or volumes across many exchanges simultaneously. Prefer this over single-exchange APIs when breadth of market coverage matters. Best for real-time price checks, arbitrage research, or market aggregation tasks.

## Known failure modes

- Invalid or unsupported trading pair returns empty results or error
- Payment not included or insufficient results in 402 Payment Required
- Exceeding page/limit bounds returns empty result set
- Exchange filter with unknown exchange name may silently return no results
- Rate limiting or service unavailability returns 5xx error

## How this service works

CoinStats ticker market data — live prices across exchanges for a trading pair

## Output

A paginated list of ticker records per exchange, each containing the trading pair, current price, 24h volume, exchange name, pair price, pair volume, and last-updated timestamp. Pagination metadata (page count, item count, hasNextPage) is also returned.

## Example request

```json
{
 "method": "GET"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "method": {
     "type": "string",
     "enum": [
      "GET"
     ]
    }
   },
   "required": [
    "method"
   ]
  }
 }
}
```

## More

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