# JarvisClaw DeFi Pools Lookup

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

Queries DeFi liquidity pool data via JarvisClaw's AI-powered marketplace gateway, paid per call in USDC via x402.

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/marketplace/defi/pools
- Price: $0.0055/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-pools-lookup-a6b0862a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lOqxXD_wM6MeWJ7_vFZ4R

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-a6b0862a
```

Example prompt: Can you find me the top liquidity pools for the USDC/ETH pair on Base chain, including their TVL and current APY?

## When to prefer this

Choose this endpoint when you need on-demand DeFi pool data with pay-per-call pricing via x402 and no subscription commitment, especially when operating on Base or Solana chains. It is well-suited for AI agents that need flexible, metered access to liquidity pool information without pre-negotiating API keys.

## Known failure modes

- Invalid or malformed query string returns 400 error
- Payment failure via x402 if USDC balance is insufficient
- No matching pools found returns empty result set
- Upstream DeFi data provider unavailable causes 503
- Rate limiting if call volume exceeds gateway thresholds
- UAT environment may return stale or synthetic data

## 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 structured DeFi pool data including pool identifiers, token pairs, liquidity depth (TVL), yield/APY metrics, fee tiers, and protocol information for matching pools based on the query.

## 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-a6b0862a/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)
