# JarvisClaw API – Solana RPC Gateway

> JarvisClaw API – Solana RPC Gateway 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-15).

Routes AI/LLM API calls via an OpenAI-compatible gateway with smart routing, pay-per-call billing settled in USDC on Solana.

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/marketplace/rpc/sol
- Price: $0.0022/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-api-solana-rpc-gateway-1505741e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dEOc1YcBEjRZw4WEuWA_r

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-api-solana-rpc-gateway-1505741e
```

Example prompt: Send this prompt through the JarvisClaw AI gateway on Solana — 'Summarize the key benefits of blockchain technology in three bullet points' — and bill it per-call via x402 in USDC.

## When to prefer this

Choose this endpoint when you need OpenAI-compatible LLM inference with per-call crypto billing settled on Solana, especially if you want to avoid subscription fees and prefer x402 micropayment protocols. Prefer it over Base-settled siblings specifically when your wallet infrastructure is Solana-native.

## Known failure modes

- Insufficient USDC balance causes payment failure and 402 response
- Invalid or malformed query string returns 400 bad request
- Routing failure if no downstream model is available
- Solana network congestion may delay payment settlement
- UAT environment may be unreliable or rate-limited
- Missing x402 payment header results in authentication failure

## 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 an OpenAI-compatible API response containing the LLM completion or inference result, along with confirmation that the per-call USDC payment was settled on the Solana network 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-api-solana-rpc-gateway-1505741e/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)
