# Wintergreen Quant Resolved Signals

> Wintergreen Quant Resolved Signals is a paid API for AI agents from x402.wintergreen.uk, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Returns real-time resolved Hyperliquid trading signals (funding divergence, lead-lag, liquidation clusters, session volume areas) for a given coin, gated by x402 micropayment.

## Facts

- Endpoint: GET https://x402.wintergreen.uk/api/v1/quant/resolved-signals
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wintergreen-quant-resolved-signals-de506ba2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_joRUhXcj9HhIzzuoTvncH

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-quant-resolved-signals-de506ba2
```

Example prompt: Pull the resolved Hyperliquid trading signals for BTC right now — I want to see the funding divergence, liquidation clusters, and session volume areas before I place my trade.

## When to prefer this

Choose this endpoint when you need real-time, quantitatively-derived Hyperliquid-specific signals (funding divergence, liquidation clusters, lead-lag, volume areas) for a specific coin and are operating in an x402 micropayment-capable agent environment. Prefer over generic crypto data APIs when Hyperliquid microstructure signals and walk-forward-validated quant methodology matter, and when per-call cost of $0.02 USDC is acceptable.

## Known failure modes

- HTTP 402 returned if valid X-PAYMENT header is missing or payment authorization is invalid
- Empty or null response if the coin symbol is not recognized or not traded on Hyperliquid
- Stale or no signal if market data feed is unavailable
- Invalid EIP-712 signature causes payment rejection and 402 response
- Unknown coin parameter returns empty or error response

## 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

A JSON response containing resolved trading signals for the requested coin, which may include funding rate divergence readings, lead-lag correlation values, liquidation cluster price levels, and session volume area levels derived from Hyperliquid microstructure data. The endpoint is payment-gated via x402, requiring a $0.02 USDC micropayment on Base before the signal payload is returned.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wintergreen-quant-resolved-signals-de506ba2/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)
