# JarvisClaw Marketplace Orderbook

> JarvisClaw Marketplace Orderbook 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).

Retrieves or submits order book data for a specific market in the JarvisClaw AI API marketplace, enabling bid/ask visibility for pay-per-call API trades.

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/markets/orderbook
- 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-marketplace-orderbook-c6a3bf68
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eskTemKHKSmnLdOs82gLZ

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-marketplace-orderbook-c6a3bf68
```

Example prompt: Pull the current orderbook for the GPT-4o market on JarvisClaw — show me the top 10 bids and asks so I can see what price per call others are offering and asking.

## When to prefer this

Use this endpoint when you need real-time price discovery or liquidity data for a specific AI API market on JarvisClaw's pay-per-call marketplace, particularly when comparing prices across providers or deciding at what price to place an order. Prefer this over general AI gateway endpoints when your goal is marketplace trading or price analysis rather than direct AI inference.

## Known failure modes

- Market ID not found — returns 404 or empty orderbook
- Payment not provided or insufficient (x402 payment required) — returns 402 Payment Required
- Malformed POST body — returns 400 Bad Request
- Market temporarily halted — returns 503 or empty response
- Rate limiting or authentication failure — returns 429 or 401

## 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 a structured orderbook with bids and asks for the specified market, including price levels, quantities, and cumulative depth, helping agents or users assess liquidity and fair pricing for pay-per-call AI API trades on JarvisClaw's marketplace.

## 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-marketplace-orderbook-c6a3bf68/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)
