# JarvisClaw AI API Gateway – Marketplace Endpoint /v1/marketplace/api/770

> JarvisClaw AI API Gateway – Marketplace Endpoint /v1/marketplace/api/770 is a paid API for AI agents from api.jarvisclaw.ai, paid per call via x402, $0.0115/call, status unknown (last checked 2026-09-13).

Routes AI inference requests through a pay-per-call marketplace gateway (endpoint #770), settling micropayments in USDC on Base or Solana via x402.

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/api/770
- Price: $0.0115/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-ai-api-gateway-marketplace-endpoint-v1-marketplace-api-770-f3c3d505
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IcoTvV3SWiXP4sak6GHZA

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-v1-marketplace-api-770-f3c3d505
```

Example prompt: Send my query to JarvisClaw marketplace endpoint 770 — I want to pay per call in USDC on Base — and return the AI response: 'Summarize the latest trends in decentralized AI.'

## When to prefer this

Choose this endpoint when you need OpenAI-compatible AI inference billed as crypto micropayments (USDC on Base or Solana) with no subscription required — ideal for agents, serverless pipelines, or developers with unpredictable request volume who want pay-as-you-go settlement via x402.

## Known failure modes

- Insufficient USDC balance or missing x402 payment header returns a 402 Payment Required error
- Invalid or malformed query parameter returns a 400 Bad Request
- Marketplace endpoint #770 unavailable or rate-limited returns 503 or 429
- Payment settlement failure on Base/Solana chain results in rejected transaction and no response
- Incorrect API key or auth credentials returns 401 Unauthorized

## 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, routed through JarvisClaw's smart gateway. The response is OpenAI-compatible in format. A micropayment of $0.0115 USDC is settled on-chain (Base or Solana) per successful call via the x402 payment 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-ai-api-gateway-marketplace-endpoint-v1-marketplace-api-770-f3c3d505/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)
