# Wintergreen x402 Liquidation Clusters

> Wintergreen x402 Liquidation Clusters is a paid API for AI agents from x402.wintergreen.uk, paid per call via x402, $0.002/call, status down (last checked 2026-09-16).

Returns quantitative liquidation cluster data for crypto markets, gated by a $0.01 USDC micropayment via x402 protocol.

## Facts

- Endpoint: GET https://x402.wintergreen.uk/api/v1/quant/liquidation-clusters
- Price: $0.002/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wintergreen-x402-liquidation-clusters-048a2990
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0uiY5A38QPBaJ7vFrCBSO

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 wintergreen-x402-liquidation-clusters-048a2990
```

Example prompt: Pull the current liquidation cluster data from Wintergreen — I want to see where the major price levels with concentrated liquidations are sitting right now so I can plan my entries.

## When to prefer this

Choose this endpoint when you need micropayment-accessible liquidation cluster data for crypto markets at very low cost ($0.01 per call). It is suitable for AI agents with x402 USDC payment capability that need quantitative liquidation level data for trading decisions, risk management, or algorithmic strategy inputs. Prefer alternatives if you need guaranteed SLAs, rich documented schemas, or institutional-grade data reliability.

## Known failure modes

- Payment not included or rejected — 402 response requiring valid USDC x402 payment header
- Stale or cached data if market moves rapidly between calls
- Undocumented response schema may require parsing trial-and-error
- Service unavailability from a small independent provider
- Rate limiting if too many calls are made without payment
- Empty or sparse data during low-volatility or off-hours market conditions

## How this service works

Payment-gated crypto trading intelligence for AI agents.
    
## Categories
- **Hyperliquid Signals**: Real-time funding divergence, lead-lag correlation, liquidation clusters, session volume area levels
- **Quant Methodology**: Backtesting walk-forward validation, strategy generation with kill battery (19 rules), risk management with Kelly sizing, regime detection, execution frameworks, agent orchestration
- **Market Insights**: 22 crypto microstructure observations — funding, liquidation, orderbook, regime, flow, anomaly
- **Power Markets**: ERCOT field guide, merit-order model, duck curve analysis
- **Career Guides**: Firefighter oral board prep, medical coding, ATSA, contractor estimating
- **Trust Scoring**: x402 endpoint verification, P2D badges

## Payment
All paid endpoints return HTTP 402 with USDC on Base (eip155:8453). 
Sign EIP-712 TransferWithAuthorization and retry with X-PAYMENT header.
PayTo: 0xAe9834d71F1Bd989A0dc17593451af823E31CeeD

## Output

Returns quantitative data identifying price levels where liquidation clusters are concentrated in crypto markets, enabling traders and algorithms to understand leverage distribution and potential cascade zones. The exact schema is unspecified but expected to include price levels, cluster sizes, and market context.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "symbol": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wintergreen-x402-liquidation-clusters-048a2990/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.wintergreen.uk](https://www.zero.xyz/host/x402.wintergreen.uk/llms.txt)
