# JarvisClaw AI API Gateway – Marketplace Endpoint #136

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

Routes AI API calls through a pay-per-call marketplace gateway (endpoint #136), settling payments in USDC via x402 on Base or Solana, with OpenAI-compatible request/response format.

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/api/136
- Price: $0.00575/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-136-c9eae1cb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ot0DXxvDQ9SMTaf47P4Ax

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-136-c9eae1cb
```

Example prompt: Send my AI query through JarvisClaw's marketplace endpoint #136 and pay per call in USDC — use the query 'summarize the latest AI research trends' and settle on Base.

## When to prefer this

Choose this endpoint when you need OpenAI-compatible AI inference with per-call crypto micropayments (USDC on Base or Solana) and no subscription commitment, especially when building autonomous agents that must manage their own AI spend on-chain via x402 protocol.

## Known failure modes

- Insufficient USDC balance causes x402 payment rejection and call failure
- Malformed query parameter returns 400 Bad Request
- Endpoint #136 unavailable or deprecated returns 404 or routing error
- Payment settlement failure on Base/Solana network congestion causes timeout
- Rate limiting if too many calls made in short succession

## 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 AI model's response to the submitted query, delivered in an OpenAI-compatible format, along with an x402 payment settlement confirmation in USDC on Base or Solana for the $0.00575 per-call fee.

## 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-136-c9eae1cb/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)
