# Wintergreen x402 Content Broker – Everything Bundle

> Wintergreen x402 Content Broker – Everything Bundle is a paid API for AI agents from x402.wintergreen.uk, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Returns a comprehensive bundle of crypto trading intelligence, quant methodology, market microstructure insights, power-market data, and career guides, gated by a $9.99 USDC micropayment via x402.

## Facts

- Endpoint: GET https://x402.wintergreen.uk/api/v1/bundle/everything
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wintergreen-x402-content-broker-everything-bundle-50595b7d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_chJS9opRPar4CkbFL0jIG

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-content-broker-everything-bundle-50595b7d
```

Example prompt: Pull the full Wintergreen intelligence bundle — I want the Hyperliquid funding divergence signals, liquidation clusters, and quant kill-battery strategy rules all in one shot. Go ahead and authorize the $9.99 USDC payment on Base to unlock it.

## When to prefer this

Choose this endpoint when an AI agent needs a broad, one-call bundle of crypto trading intelligence (Hyperliquid signals, microstructure, quant methodology) plus ancillary content (power markets, career guides) and is capable of executing an x402 EIP-712 micropayment on Base. Prefer it over piecemeal data sources when cost-per-call economics favor a $9.99 all-in bundle over multiple subscriptions.

## Known failure modes

- HTTP 402 returned if payment header is absent or invalid — agent must sign EIP-712 TransferWithAuthorization and retry with X-PAYMENT header
- Payment to wrong address or wrong chain (must be Base eip155:8453) results in failed authorization
- Insufficient USDC balance causes payment failure and 402 loop
- Malformed X-PAYMENT header returns 400 or 402
- Rate limiting or server downtime may cause 5xx errors

## 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 single large JSON (or default format) payload containing: Hyperliquid real-time signals (funding divergence, lead-lag, liquidation clusters, session volume areas), quant methodology documents (backtesting walk-forward, 19-rule kill battery, Kelly sizing, regime detection, execution frameworks, agent orchestration), 22 crypto microstructure observations, ERCOT power market field guides, career preparation guides (firefighter oral board, medical coding, ATSA, contractor estimating), and x402 trust/P2D badge data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "format": {
   "enum": [
    "json"
   ],
   "type": "string",
   "description": "Optional response format hint (json). No required inputs."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wintergreen-x402-content-broker-everything-bundle-50595b7d/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)
