# JarvisClaw Prediction Market API

> JarvisClaw Prediction Market API 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-14).

Accepts a natural language market query and returns AI-generated prediction or analysis for that market question, billed per call via x402 USDC micropayment.

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/prediction/market
- Price: $0.0011/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-prediction-market-api-4891eba6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pJs6jahZonw1_DS-qSOG3

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-prediction-market-api-4891eba6
```

Example prompt: Ask JarvisClaw's prediction market endpoint: what is the probability that the Federal Reserve cuts interest rates at its next meeting?

## When to prefer this

Choose this endpoint when you need AI-generated probabilistic predictions or forecasts for specific market questions and want micropayment billing via x402 USDC without a subscription. Best suited for agents that need on-demand market prediction inference with OpenAI-compatible request formatting.

## Known failure modes

- Payment failure: x402 payment not settled in USDC on Base or Solana, returning 402 status
- Empty or malformed query string results in bad request error
- UAT environment instability causing 500 errors or timeouts
- Ambiguous market query may yield low-confidence or generic responses
- Rate limiting if excessive calls are made without payment

## 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 an AI-generated prediction or probability analysis for the submitted market query, likely including a directional forecast, confidence level, and supporting reasoning, delivered as a structured or text response through the OpenAI-compatible interface.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jarvisclaw-prediction-market-api-4891eba6/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)
