# JarvisClaw Prediction Markets API

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

Queries AI-powered prediction market data and forecasts via a pay-per-call OpenAI-compatible gateway settled in USDC

## Facts

- Endpoint: POST https://uat.jarvisclaw.ai/v1/marketplace/prediction/markets
- Price: $0.0055/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-api-47b3f803
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MP7jffD0MH-UICB6s3pl4

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-api-47b3f803 -d '<json body>'
```

Example prompt: What does the prediction market say about the probability of the Federal Reserve cutting interest rates before the end of this year — can you pull the latest forecasts?

## When to prefer this

Choose this endpoint when you need AI-routed prediction market probability data with per-call micropayment pricing via x402/USDC, especially when you want OpenAI-compatible access to forecasting data without a subscription commitment. Prefer this over traditional prediction market APIs when you need flexible pay-as-you-go access settled on Base or Solana.

## Known failure modes

- Vague or ambiguous query string returns low-confidence or irrelevant market data
- Queried prediction market does not exist or has insufficient liquidity, returning empty results
- Payment failure if USDC wallet lacks sufficient funds for the $0.045 per-call fee
- Rate limiting or gateway timeout if the underlying prediction market data source is unavailable
- Malformed query string results in a 400 bad request error from the gateway

## 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 prediction market data including probability estimates, outcome likelihoods, and market consensus forecasts for the queried event or topic, routed through the JarvisClaw AI gateway and settled via USDC micropayments.

## 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-api-47b3f803/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)
