# JarvisClaw Marketplace Ticker

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

Retrieves current market ticker data from the JarvisClaw AI marketplace, returning price and trading information for specified markets.

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/marketplace/markets/ticker
- Price: $0.0011/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-04aff177
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KmNWZBKA5lkf-cubfDAZL

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-04aff177
```

Example prompt: Can you pull the current market ticker for BTC/USDC from the JarvisClaw marketplace so I can see the latest price and volume?

## When to prefer this

Use this endpoint when you need real-time or near-real-time market ticker data from the JarvisClaw marketplace and are operating in a pay-per-call, agent-native context using x402 micropayments. Prefer this over general-purpose market data APIs when you want USDC-settled, on-chain-accountable data access on Base or Solana.

## Known failure modes

- Invalid or unsupported market symbol returns an error or empty result
- Malformed query string may result in a 400 bad request
- Payment failure via x402 if USDC balance is insufficient returns 402
- UAT environment may have limited market coverage compared to production
- Network timeout if the underlying market data feed is unavailable

## 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 price, volume, bid/ask, and other market statistics for the queried market pair, settled via USDC on Base or Solana.

## 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-04aff177/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from uat.jarvisclaw.ai](https://www.zero.xyz/host/uat.jarvisclaw.ai/llms.txt)
