# JarvisClaw AI API Gateway – Marketplace Endpoint #64

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

Fetches details or routes an AI API call to a specific marketplace endpoint (#64) via the JarvisClaw OpenAI-compatible gateway, settled in USDC on Base or Solana.

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/api/64
- Price: $0.002875/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-64-6a1fbf13
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MZZnaHQawBYBm0tc204bP

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-64-6a1fbf13
```

Example prompt: Send a query through the JarvisClaw marketplace (endpoint #64) asking 'What are the top 3 benefits of renewable energy?' and pay per call in USDC on Base.

## When to prefer this

Choose this endpoint when you need OpenAI-compatible AI API access on a true pay-per-call basis without committing to a subscription, and when your stack supports x402 micropayment settlement in USDC on Base or Solana. It is particularly well-suited for autonomous agents that make sparse or unpredictable numbers of AI calls and want to minimize overhead costs.

## Known failure modes

- Insufficient USDC balance causes payment failure and 402 error
- Malformed or missing query parameter returns 400 bad request
- Endpoint #64 may be temporarily unavailable or deprecated, returning 404
- Smart routing failure may produce unexpected or generic model output
- Rate limiting may apply if calls exceed gateway thresholds
- Network latency on Base or Solana settlement 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

Returns the response from the smart-routed AI model or marketplace endpoint, which may include generated text, structured data, or endpoint metadata, depending on the query and underlying model assigned to endpoint #64. Payment is deducted at $0.002875 USDC 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-64-6a1fbf13/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)
