# JarvisClaw ETH RPC Endpoint

> JarvisClaw ETH RPC Endpoint is a paid API for AI agents from uat.jarvisclaw.ai, paid per call via x402, $0.0022/call, status unknown (last checked 2026-09-14).

Proxies Ethereum JSON-RPC calls through a pay-per-call AI API gateway settled in USDC on Base or Solana via x402 protocol

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/marketplace/rpc/eth
- Price: $0.0022/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-eth-rpc-endpoint-76adcd90
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iVd2ycmvXVflhbyO-OLLr

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-endpoint-76adcd90
```

Example prompt: Can you check the ETH balance of wallet address 0xAbC123... on Ethereum mainnet using JarvisClaw's pay-per-call RPC gateway?

## When to prefer this

Choose this endpoint when you need metered, pay-per-call Ethereum RPC access without committing to a subscription, especially in agentic workflows where usage is unpredictable. Prefer it when you want crypto-native micropayment billing settled in USDC rather than API key management. The UAT URL suggests this is a staging/testing environment — use for development and evaluation before relying on production.

## Known failure modes

- Invalid RPC method name returns JSON-RPC error with code -32601
- Malformed query parameter returns 400 Bad Request
- Insufficient x402 payment or missing payment header returns 402 Payment Required
- UAT environment may have reduced reliability or rate limits compared to production
- Contract call to non-existent address returns empty result or error

## 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 standard Ethereum JSON-RPC responses including account balances, block data, transaction receipts, contract call results, gas estimates, and other on-chain state — billed at $0.045 USDC per call via x402 protocol settled on Base or Solana

## 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-endpoint-76adcd90/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from uat.jarvisclaw.ai](https://www.zero.xyz/host/uat.jarvisclaw.ai/llms.txt)
