# JarvisClaw ETH RPC AI Gateway

> JarvisClaw ETH RPC AI Gateway is a paid API for AI agents from api.jarvisclaw.ai, paid per call via x402, $0.045/call, status unknown (last checked 2026-09-15).

Routes AI API calls (OpenAI-compatible) via Ethereum/EVM RPC endpoint with per-call USDC micropayment settlement on Base and Solana via x402 protocol

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/rpc/eth
- Price: $0.045/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-eth-rpc-ai-gateway-597957cc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BxQa--_NTiNq42pkdiKwo

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-eth-rpc-ai-gateway-597957cc
```

Example prompt: Send this prompt to an OpenAI-compatible AI gateway and pay per call in USDC: 'Summarize the key risks of DeFi yield farming in three bullet points' — settle on Base via x402.

## When to prefer this

Prefer this endpoint when you need pay-per-call AI model access without a subscription, want to settle payments in USDC on Base or Solana via x402, or require an OpenAI-compatible API that supports crypto micropayments. Best for agents that need autonomous, programmatic per-call billing with no upfront commitment.

## Known failure modes

- Insufficient USDC balance results in 402 Payment Required error
- Invalid or missing x402 payment header returns authentication failure
- Malformed OpenAI-compatible request body returns 400 Bad Request
- Model routing failure if requested model is unavailable returns 503
- Network congestion on Base/Solana may delay payment settlement and 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 OpenAI-compatible chat completion or text generation response from the routed AI model, after USDC micropayment settlement on Base or Solana via the x402 protocol.

## 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-eth-rpc-ai-gateway-597957cc/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)
