# 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.0115/call, status unknown (last checked 2026-09-15).

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

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/api/812
- 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-fceec92c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xUABZOFx2dmW0f4aISKbv

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-fceec92c
```

Example prompt: Send my query through JarvisClaw's AI marketplace gateway — route it to the best available model and charge my USDC wallet per call: 'Summarize the key differences between transformer and diffusion architectures in three bullet points.'

## When to prefer this

Choose this endpoint when you need OpenAI-compatible AI completions with pay-per-call crypto billing (USDC on Base or Solana) and no monthly subscription commitment. Ideal for AI agents operating in Web3 environments, autonomous pipelines that need micropayment-based LLM access, or developers wanting to avoid traditional API key management. Prefer this over standard OpenAI when crypto-native settlement and x402 protocol support are required.

## Known failure modes

- Insufficient USDC balance causes 402 Payment Required response
- Invalid or malformed query parameter returns 400 Bad Request
- No available model in the marketplace for the given request
- x402 payment settlement failure on Base or Solana
- Rate limiting or quota exceeded on the selected model
- Routing failure if no suitable backend model is available

## 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 completion or response routed through JarvisClaw's smart marketplace gateway, returned in an OpenAI-compatible response format. The caller is charged $0.0115 USDC per call, settled 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-fceec92c/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)
