# HyperGrowth Oil Supply Shock Watch

> HyperGrowth Oil Supply Shock Watch is a paid API for AI agents from api.hyper-growth.xyz, paid per call via x402, $0.075/call, status unknown (last checked 2026-09-15).

Returns a decision artifact that monitors and signals oil supply shock conditions relevant to Hyperliquid trading agents

## Facts

- Endpoint: POST https://api.hyper-growth.xyz/v1/oil-supply-shock-watch
- Price: $0.075/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hypergrowth-oil-supply-shock-watch-93a25a9f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZPc2Q878Ve0-SYYDuulsX

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 hypergrowth-oil-supply-shock-watch-93a25a9f -d '<json body>'
```

Example prompt: Before I submit my next Hyperliquid trade, run HyperGrowth's oil-supply-shock-watch check and tell me if there's an active oil supply shock signal I should be aware of right now.

## When to prefer this

Use this endpoint when your Hyperliquid trading agent needs a macro oil supply shock signal as part of a pre-trade decision pipeline, particularly when oil market disruptions could affect your open positions or order submissions. Prefer this over generic market data APIs when you need a pre-packaged, paid decision artifact specifically tuned for Hyperliquid agent workflows.

## Known failure modes

- Payment failure if USDC balance insufficient for x402 micropayment
- HTTP 402 if payment not properly attached
- Invalid or malformed request body returns 400
- Service unavailable if Hyperliquid data feeds are down
- Stale signal if underlying oil market data is delayed

## How this service works

Buy HyperGrowth x402 decision artifacts for Hyperliquid agents. Start with FillShield, a 0.10 USDC pre-submit execution guard.

## Output

A JSON decision artifact indicating whether an oil supply shock condition is detected, along with relevant signal data or confidence indicators to inform a Hyperliquid trading agent's pre-submission decision logic. Costs 0.075 USDC per call via x402 micropayment.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hypergrowth-oil-supply-shock-watch-93a25a9f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.hyper-growth.xyz](https://www.zero.xyz/host/api.hyper-growth.xyz/llms.txt)
