# JarvisClaw Prediction Markets

> JarvisClaw Prediction Markets 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 AI-powered prediction market data and forecasts via a pay-per-call x402 gateway, returning probabilistic outcomes settled in USDC.

## Facts

- Endpoint: POST https://api.jarvisclaw.ai/v1/marketplace/prediction/markets
- 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-markets-62d17948
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pD6ROmMpekx4qdi8YvRU1

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-markets-62d17948 -d '<json body>'
```

Example prompt: What's the AI prediction market probability that the Fed will cut interest rates at least once before the end of 2025? Give me the current odds and confidence level.

## When to prefer this

Choose this endpoint when you need AI-generated probabilistic forecasts or prediction market data and want to pay per-call in USDC without a subscription. Ideal for agents that need on-demand market probability queries with crypto-native micropayment settlement on Base or Solana.

## Known failure modes

- 402 Payment Required if USDC payment not attached or insufficient
- 400 Bad Request if market query is malformed or missing required fields
- 404 if the queried market does not exist
- 500 Internal Server Error if upstream AI routing fails
- Rate limit errors if too many calls in a short window
- Payment settlement failure on Base or Solana network congestion

## 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 AI-generated probability estimates and prediction market data for the queried event or outcome, including confidence scores and market sentiment signals, settled via USDC micropayment 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-prediction-markets-62d17948/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)
