# Base Chain Liquidity Pool Analyzer

> Base Chain Liquidity Pool Analyzer is a paid API for AI agents from silverback-x402.onrender.com, paid per call via x402, $0.010000/call, status down (last checked 2026-09-15).

Analyzes Base chain liquidity pools and returns a health score for a given token pair or pool address

## Facts

- Endpoint: GET https://silverback-x402.onrender.com/api/v1/pool-analysis
- Price: $0.010000/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/silverback-x402-onrender-com-d09df8ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WNUf60AsRPgRdLlnzbjpT

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 silverback-x402-onrender-com-d09df8ea
```

Example prompt: Can you analyze the liquidity pool health for the WETH/USDC pair on Base chain and tell me if it's in good shape to trade?

## When to prefer this

Use this endpoint when you need to assess the health and safety of a Base chain liquidity pool before executing a swap or providing liquidity. Particularly useful when you have a token pair in mind and want to check depth and health before trading, or when you have a specific pool address and need a quick risk evaluation.

## Known failure modes

- Pool address not found or invalid — returns 404 or empty result
- Token symbols not recognized — returns error for unknown token addresses
- Pool does not exist on Base chain for the given pair — no data returned
- Payment not processed (402 error) — endpoint requires $0.01 USDC per call
- Network timeout or Render cold start delay — service may be slow to respond initially

## How this service works

Analyze Base chain liquidity pools with health scoring

## Output

Returns a health score and detailed analysis of the specified Base chain liquidity pool, including metrics about pool depth, balance, and overall health status for the given token pair or pool address.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "poolId": {
   "type": "string",
   "description": "Optional: Direct pool address if known"
  },
  "tokenA": {
   "type": "string",
   "description": "First token address (0x format) or symbol"
  },
  "tokenB": {
   "type": "string",
   "description": "Second token address (0x format) or symbol"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/silverback-x402-onrender-com-d09df8ea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from silverback-x402.onrender.com](https://www.zero.xyz/host/silverback-x402.onrender.com/llms.txt)
