# JarvisClaw Marketplace Orderbook

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

Retrieves or queries the orderbook for a specific market within the JarvisClaw AI API marketplace, showing available AI service listings, pricing, and liquidity.

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/marketplace/markets/orderbook
- Price: $0.0011/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-marketplace-orderbook-72c38a9b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h65LEoPfq2hcEhcE_UoCG

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-72c38a9b
```

Example prompt: Pull up the current orderbook for the AI marketplace on JarvisClaw — I want to see the available bids and asks for AI API calls so I can find the best price.

## When to prefer this

Use this endpoint when you need real-time orderbook data for AI API services on the JarvisClaw marketplace — particularly when comparing pricing across providers, assessing liquidity before executing a trade, or building a dashboard that monitors AI service costs. Prefer this over generic AI gateway endpoints when the goal is market discovery and price transparency rather than direct AI inference.

## Known failure modes

- Invalid or missing query parameter returns 400 Bad Request
- Unknown market identifier returns empty orderbook or 404
- Payment of 0.045 USDC not provided via x402 returns 402 Payment Required
- Marketplace temporarily unavailable returns 503
- Malformed JSON body returns parse 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 the current orderbook state for the specified market, including bid and ask orders, prices (in USDC), quantities, and market depth information for AI API services available on the JarvisClaw 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-72c38a9b/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)
