# JarvisClaw AI API Gateway (Solana RPC Endpoint)

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

Routes AI model requests through an OpenAI-compatible gateway, settling payments per call in USDC on Solana via x402 protocol

## Facts

- Endpoint: GET https://api.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-ai-api-gateway-solana-rpc-endpoint-a3b32e1d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Pi6fgoMdeUAqfLkzAiw-_

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-solana-rpc-endpoint-a3b32e1d
```

Example prompt: Send a chat completion request through JarvisClaw asking 'What is the capital of France?' using the Solana USDC payment rail — pay the $0.01 per-call fee and return the AI's answer.

## When to prefer this

Choose this endpoint when you need OpenAI-compatible AI completions and want to settle payments per call in USDC specifically on the Solana blockchain. Prefer this over the Base variant when your agent or wallet infrastructure is Solana-native. Ideal for agents that avoid subscription models and instead pay micropayments per inference call using the x402 protocol.

## Known failure modes

- Insufficient USDC balance on Solana wallet — returns 402 Payment Required
- Invalid or missing x402 payment header — returns 402 Payment Required
- Malformed request body (not OpenAI-compatible) — returns 400 Bad Request
- Unsupported model name specified — returns 400 or 404
- Solana network congestion causing payment settlement delay — timeout or retry needed
- Gateway routing failure — upstream model provider unavailable, returns 503

## 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, along with any metadata about the model used and token counts. Payment of $0.01 USDC is deducted on Solana per successful 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-solana-rpc-endpoint-a3b32e1d/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)
