# JarvisClaw Surf Exchange Price

> JarvisClaw Surf Exchange Price 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-15).

Retrieves the current exchange price for a surf market or token pair via the JarvisClaw AI gateway, paid per call in USDC.

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/marketplace/surf/exchange/price
- Price: $0.00825/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-surf-exchange-price-dab5e9e9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ULaQYchn2WtFHbKMDajvi

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-surf-exchange-price-dab5e9e9
```

Example prompt: Can you check the current exchange price on the JarvisClaw surf marketplace for the token pair I'm looking at — query it with 'ETH/USDC' and tell me what it comes back with?

## When to prefer this

Use this endpoint when you need a pay-per-call, permissionless price lookup on the JarvisClaw surf exchange marketplace, especially if you are already integrated with the x402 payment protocol and need pricing settled in USDC on Base or Solana. Best suited for lightweight, on-demand price queries rather than high-frequency streaming data.

## Known failure modes

- Invalid or unrecognized query string — returns error or empty result
- Payment failure via x402 — 402 response if USDC balance is insufficient
- UAT environment downtime — service may be unstable as this is a non-production endpoint
- Unsupported market pair — query may return null or error if pair not listed
- Rate limiting — repeated calls may be throttled

## 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 exchange price for the queried market or token pair, likely as a numeric price value or structured price object from the surf marketplace, paid per call via x402 in USDC on Base or Solana.

## 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-surf-exchange-price-dab5e9e9/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)
