# JarvisClaw Prediction Market AI Endpoint

> JarvisClaw Prediction Market AI Endpoint 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).

Queries an AI-powered prediction market analysis endpoint via an OpenAI-compatible gateway, settled in USDC on Base or Solana via x402 micropayments.

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/prediction/market
- 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-prediction-market-ai-endpoint-e7172dea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l3dxrkER_xCtoJeKhXDh9

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-ai-endpoint-e7172dea
```

Example prompt: What's the AI's predicted probability that Ethereum will be above $4,000 by end of this month? Use the JarvisClaw prediction market endpoint and pay the per-call fee in USDC.

## When to prefer this

Choose this endpoint when you need AI-powered prediction market analysis and want pay-per-call micropayment billing in USDC without a subscription. It is ideal for agents that need on-demand probabilistic forecasts on crypto, financial, or event-driven markets, especially when OpenAI API compatibility and blockchain-settled payments are required.

## Known failure modes

- Payment not included or insufficient USDC — returns HTTP 402 Payment Required
- Malformed prompt or missing required fields — returns 400 Bad Request
- Gateway routing failure if no suitable model is available — returns 503 Service Unavailable
- Unsupported market query type — may return empty or low-confidence prediction
- Network timeout on Base or Solana settlement — payment may not confirm

## 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 estimate for the queried market event, routed through JarvisClaw's smart AI gateway. The response is OpenAI-compatible and may include a probability score, forecast text, confidence levels, or structured analysis depending on the prompt.

## 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-ai-endpoint-e7172dea/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)
