# JarvisClaw Prediction Resolve

> JarvisClaw Prediction Resolve is a paid API for AI agents from api.jarvisclaw.ai, paid per call via x402, $0.0011/call, status unknown (last checked 2026-09-16).

Resolves a prediction or forecasting query through an AI API gateway with smart model routing, returning a structured prediction result settled via x402 micropayment in USDC.

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/prediction/resolve
- Price: $0.0011/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-prediction-resolve-2a833a27
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Au5pX-ZNPoHsSbyeB4GAj

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-resolve-2a833a27
```

Example prompt: Using JarvisClaw's prediction resolver, resolve whether the current market trend for Bitcoin over the next 7 days is bullish or bearish, and return the confidence score — charge my x402 wallet in USDC on Base.

## When to prefer this

Choose this endpoint when you need to resolve a specific prediction or inference query via a pay-per-call AI gateway with smart model routing, especially when you want OpenAI-compatible outputs settled with USDC micropayments on Base or Solana. Ideal for autonomous agents that need to make one-off prediction calls without a subscription, or when cost-per-call accountability is important.

## Known failure modes

- Payment failure: x402 micropayment not authorized or insufficient USDC balance, returns 402 Payment Required
- Invalid or missing prediction query input, returns 400 Bad Request
- Upstream model routing failure, returns 503 Service Unavailable
- Rate limiting or quota exceeded, returns 429 Too Many Requests
- Malformed request body or unsupported parameters, returns 422 Unprocessable Entity

## 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 a resolved prediction outcome, likely including the predicted result, a confidence score, the model used for routing, and any supporting rationale — structured as an OpenAI-compatible response payload.

## 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-resolve-2a833a27/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)
