# JarvisClaw DeFi Pools Lookup

> JarvisClaw DeFi Pools Lookup is a paid API for AI agents from api.jarvisclaw.ai, paid per call via x402, $0.0055/call, status unknown (last checked 2026-09-13).

Retrieves and queries DeFi liquidity pool data via an AI-powered API gateway with x402 micropayment settlement

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/defi/pools
- Price: $0.0055/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-defi-pools-lookup-85aaa259
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VdIE6fkdBz4f9FSuv8VF7

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-pools-lookup-85aaa259
```

Example prompt: Can you find me the top DeFi liquidity pools on Base right now — specifically any USDC or ETH pairs with the highest TVL or APY, ideally from major protocols like Uniswap or Aerodrome?

## When to prefer this

Use this endpoint when you need on-demand DeFi pool data with micropayment billing (pay-per-call at $0.01 USDC), especially when operating on Base or Solana chains. Prefer over free alternatives when you need reliable, AI-routed aggregation of pool data without subscription overhead.

## Known failure modes

- Invalid or unsupported chain identifier returns 400 error
- No pools found matching filters returns empty result set
- Payment failure via x402 returns 402 Payment Required
- Rate limiting or gateway timeout returns 429 or 503
- Malformed POST body returns 422 validation 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 a list of DeFi liquidity pools matching the query, including pool addresses, token pair details, TVL, APY/APR metrics, protocol names, and chain identifiers. Data is sourced via JarvisClaw's smart-routed AI gateway and settled in USDC via x402.

## 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-pools-lookup-85aaa259/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)
