# JarvisClaw DeFi Protocol Surf API

> JarvisClaw DeFi Protocol Surf API 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).

Queries DeFi protocol data via an AI-powered gateway with smart routing, returning protocol-level insights settled in USDC on Base or Solana.

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/marketplace/surf/defi/protocol
- 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-defi-protocol-surf-api-bc8376b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yG7A2Ev50fWPC_Rf3Se8h

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-defi-protocol-surf-api-bc8376b4
```

Example prompt: Can you pull up the latest DeFi protocol data for Uniswap — I want to see liquidity, TVL, and yield metrics using the JarvisClaw marketplace surf endpoint?

## When to prefer this

Choose this endpoint when you need DeFi protocol-level data (TVL, APY, liquidity) with pay-per-call USDC billing, an OpenAI-compatible interface, and smart routing across multiple data sources — particularly useful for agents operating in Web3 environments needing real-time on-chain protocol insights without a subscription model.

## Known failure modes

- Missing or malformed query string returns 400 Bad Request
- Insufficient USDC payment via x402 returns 402 Payment Required
- Unknown or unsupported DeFi protocol returns empty or error response
- Network congestion on Base or Solana may cause delayed settlement
- Gateway routing failure returns 503 Service Unavailable

## 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 AI-routed protocol-level DeFi data including metrics such as TVL, APY, liquidity depth, and other on-chain protocol statistics sourced via the JarvisClaw smart routing gateway, settled in USDC.

## 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-defi-protocol-surf-api-bc8376b4/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)
