# JarvisClaw AI API Gateway – Marketplace Endpoint

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

Routes an AI query through JarvisClaw's smart gateway marketplace, returning an AI-generated response via an OpenAI-compatible interface, paid per call in USDC.

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/api/259
- Price: $0.023/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-2d723afe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_04ZE2B3C43QTsMwyH0tli

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-2d723afe
```

Example prompt: Send this question through JarvisClaw's AI marketplace gateway — pay per call in USDC — and get back the AI's answer: 'What are the top three benefits of using smart API routing for AI workloads?'

## When to prefer this

Choose this endpoint when you need OpenAI-compatible AI completions with pay-per-call USDC micropayment settlement on Base or Solana, without committing to a subscription. It is ideal for agents that need flexible, on-demand AI access with crypto-native billing and smart routing across multiple models via a single marketplace interface.

## Known failure modes

- Insufficient USDC balance results in HTTP 402 Payment Required
- Invalid or malformed query parameter returns a 400 Bad Request
- Gateway routing failure if no suitable model is available returns a 503
- Endpoint ID not found returns a 404
- Network or blockchain settlement delay may cause timeout

## 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 completion or response routed through JarvisClaw's smart gateway, returned in an OpenAI-compatible format. The response reflects the routed model's output for the submitted query, with payment deducted in USDC on Base or Solana per call.

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