# JarvisClaw Marketplace Ticker

> JarvisClaw Marketplace Ticker is a paid API for AI agents from api.jarvisclaw.ai, paid per call via x402, $0.045/call, status unknown (last checked 2026-09-15).

Fetches current ticker/price data for markets available on the JarvisClaw AI API marketplace

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/markets/ticker
- Price: $0.045/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-marketplace-ticker-13106285
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QJfJkLQpsheBnL9sSpWlT

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 jarvisclaw-marketplace-ticker-13106285
```

Example prompt: Can you pull the current ticker for the BTC/USDC market on JarvisClaw's marketplace and tell me the latest price, bid, and ask?

## When to prefer this

Use this endpoint when you need real-time ticker/price data for markets listed on JarvisClaw's AI API marketplace, especially when payments are handled via the x402 micropayment protocol settled in USDC on Base or Solana.

## Known failure modes

- Invalid or unsupported market symbol returns 404 or error body
- Payment failure via x402 returns 402 Payment Required with payment details
- Malformed POST body returns 400 Bad Request
- Market temporarily unavailable returns 503
- Rate limiting or quota exceeded returns 429

## How this service works

AI API Gateway with smart routing, pay per call via x402. OpenAI-compatible. Settled in USDC on Base & Solana.

## Output

Returns current market ticker data including latest price, bid price, ask price, 24h volume, and price change statistics for the requested market pair on the JarvisClaw marketplace.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Request parameters"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jarvisclaw-marketplace-ticker-13106285/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.jarvisclaw.ai](https://www.zero.xyz/host/api.jarvisclaw.ai/llms.txt)
