# Omniterminal Market Risk Assessment

> Omniterminal Market Risk Assessment is a paid API for AI agents from omniterminal.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Assesses a single Hyperliquid perpetual market's risk profile using liquidation levels, flow direction, margin stress, funding/carry, and AI-enriched news before entering or managing a position.

## Facts

- Endpoint: GET https://omniterminal.app/api/x402/v1/market-risk/:symbol
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniterminal-market-risk-assessment-13290369
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U4i34ixTY9xwxi1kNXRP8

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 omniterminal-market-risk-assessment-13290369
```

Example prompt: Before I size into a BTC long on Hyperliquid, pull the full market risk assessment for BTC — I want to see liquidation levels, flow direction, margin stress, current funding rate, and any relevant AI news so I can decide if now is a good entry.

## When to prefer this

Use this endpoint when you need a single consolidated risk view of a Hyperliquid perpetual market before entering, sizing, or reducing a position. It is preferred over individual data feeds when you want liquidation levels, flow direction, margin stress, funding/carry, and news in one call. Choose this over generic crypto data APIs when the user specifically trades on Hyperliquid and needs mark-anchored liquidation intelligence rather than generic price data.

## Known failure modes

- Symbol not supported or not listed on Hyperliquid — returns 404 or empty result
- Market data temporarily unavailable due to Hyperliquid API latency — returns 503 or stale data warning
- Invalid symbol format in path parameter — returns 400 bad request
- Payment not processed or insufficient USDC balance — returns 402 payment required
- Liquidation level data missing if no published levels exist for low-liquidity symbols

## How this service works

Omni Terminal assesses one Hyperliquid market before entering, sizing, or reducing a position using all published mark-anchored liquidation levels, explicit flow direction, margin stress, current funding/carry, and enriched AI news.

## Output

Returns a comprehensive risk profile for the specified Hyperliquid symbol including all published mark-anchored liquidation levels, explicit buy/sell flow direction signals, margin stress indicators, current funding rate and carry projections, and AI-enriched news about market-moving events affecting the symbol.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniterminal-market-risk-assessment-13290369/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from omniterminal.app](https://www.zero.xyz/host/omniterminal.app/llms.txt)
