# JarvisClaw Marketplace Surf Exchange Depth

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

Retrieves order book depth data for a trading pair on the JarvisClaw marketplace surf exchange

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/marketplace/surf/exchange/depth
- Price: $0.00825/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-surf-exchange-depth-fa12ea6d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_I-VI6K9uMucQdXgH78q6H

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-surf-exchange-depth-fa12ea6d
```

Example prompt: Can you pull the current order book depth for the BTC/USDC pair on the JarvisClaw surf exchange marketplace so I can see the bid and ask levels?

## When to prefer this

Use this endpoint when you need order book depth data specifically from the JarvisClaw marketplace surf exchange, particularly when paying per-call via x402 USDC micropayments on Base or Solana. Prefer this over centralized exchange APIs if you need a decentralized, pay-as-you-go market data source with OpenAI-compatible routing.

## Known failure modes

- Invalid or unrecognized trading pair returns an error or empty response
- Malformed query string causes a 400-level error
- Payment not received (x402 payment required) results in a 402 response
- Exchange or market temporarily unavailable returns a 503 or timeout
- UAT environment instability may cause intermittent failures

## 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 order book depth data for the requested trading pair, including bid and ask price levels, quantities at each level, and overall market liquidity information on the JarvisClaw marketplace surf exchange.

## 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-surf-exchange-depth-fa12ea6d/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)
