# JarvisClaw AI API Gateway - Marketplace Endpoint #32

> JarvisClaw AI API Gateway - Marketplace Endpoint #32 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-13).

Routes AI API requests through a pay-per-call marketplace gateway with OpenAI-compatible interface, settling payments in USDC on Base or Solana via x402 protocol

## Facts

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

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-32-7ee4cfee
```

Example prompt: Use JarvisClaw's marketplace AI gateway to answer this question: what are the top three benefits of proof-of-stake consensus? Pay per call via USDC.

## When to prefer this

Choose this endpoint when you need pay-per-call AI inference without subscription commitments, especially in crypto-native or Web3 contexts where USDC micropayments on Base or Solana are preferred. It is well-suited for autonomous agents that make infrequent or bursty AI calls and need OpenAI-compatible interfaces with on-chain payment settlement via x402.

## Known failure modes

- Insufficient USDC balance — x402 payment fails, request rejected with 402 Payment Required
- Invalid or malformed query parameter — returns 400 Bad Request
- Smart routing failure — no available backend model, returns 503 Service Unavailable
- Network congestion on Base or Solana causing payment settlement delays
- Ambiguous endpoint path (#32) may point to a specific model slot that becomes unavailable

## 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 response from the routed LLM model selected by JarvisClaw's smart routing layer. The response follows an OpenAI-compatible format, containing the completion text and any associated metadata. Payment of $0.0115 USDC is deducted per successful call via the x402 protocol 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-ai-api-gateway-marketplace-endpoint-32-7ee4cfee/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)
