# JarvisClaw AI API Gateway - Marketplace Endpoint #99

> JarvisClaw AI API Gateway - Marketplace Endpoint #99 is a paid API for AI agents from api.jarvisclaw.ai, paid per call via x402, $0.0115/call, status unknown (last checked 2026-09-15).

Routes an AI query through JarvisClaw's OpenAI-compatible marketplace gateway, settling payment per call in USDC on Base or Solana via x402.

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/api/99
- Price: $0.0115/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-ai-api-gateway-marketplace-endpoint-99-f56d48f2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HM68iVjnLZyQE16srVyfZ

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-ai-api-gateway-marketplace-endpoint-99-f56d48f2
```

Example prompt: Send this query through JarvisClaw's AI marketplace — 'Summarize the key trends in renewable energy for 2024' — and pay per call using USDC on Base.

## When to prefer this

Choose this endpoint when you need OpenAI-compatible AI inference with per-call micropayment billing in USDC on Base or Solana, and you want to avoid subscription commitments. Ideal for AI agents operating in crypto-native environments, workflows that need programmatic payment settlement via the x402 protocol, or when calling AI models dynamically without pre-negotiated API keys.

## Known failure modes

- Payment failure or insufficient USDC balance causes 402 Payment Required
- Malformed query parameter returns 400 Bad Request
- Model routing failure returns 503 Service Unavailable
- Exceeded rate limits return 429 Too Many Requests
- Invalid or expired x402 payment token returns 401 Unauthorized

## How this service works

AI API Gateway with smart routing, pay per call via x402. OpenAI-compatible. Settled in USDC on Base & Solana.

## Output

An AI-generated text response to the submitted query, returned in an OpenAI-compatible format, produced by JarvisClaw's smart-routed marketplace model for endpoint #99, with payment settled in USDC on Base or Solana via x402.

## 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-ai-api-gateway-marketplace-endpoint-99-f56d48f2/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)
