# OmniTerminal Market Snapshot

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

Returns a bounded OHLCV candle summary, current funding/carry rates, and an optional mark-anchored liquidation and margin-stress overlay for a Hyperliquid perpetual market symbol.

## Facts

- Endpoint: GET https://omniterminal.app/api/x402/v1/market-snapshot/:symbol
- Price: $0.005/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-snapshot-2e0cf7b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6ZFfjAnpy-VKnYZ934Cqg

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-snapshot-2e0cf7b4
```

Example prompt: Pull a full market snapshot for BTC on Hyperliquid — give me the bounded OHLCV candles, current funding and carry, and include the mark-anchored liquidation and margin-stress overlay.

## When to prefer this

Use this endpoint when you need a consolidated, single-call market picture for a specific Hyperliquid perpetual — combining price candles, funding, carry, and liquidation stress in one response. Prefer it over separate funding or liquidation endpoints when you want the full pre-trade or risk-monitoring context in one shot, particularly when mark-anchored liquidation clustering is relevant to your decision.

## Known failure modes

- Invalid or unsupported symbol returns an error or empty response
- Symbol not listed on Hyperliquid returns a not-found error
- Liquidation overlay unavailable if no published level data exists for the symbol
- Payment failure via x402 protocol results in 402 response blocking data access
- Stale data possible if Hyperliquid feed is temporarily delayed

## How this service works

Omni Terminal provides Hyperliquid price structure with bounded OHLCV candles, current funding/carry, and an optional mark-anchored all-level liquidation and margin-stress overlay.

## Output

Returns a structured market snapshot containing bounded OHLCV candle data, current funding rate, carry rate, and optionally a mark-price-anchored overlay of all published liquidation levels and margin stress zones for the requested Hyperliquid perpetual symbol.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniterminal-market-snapshot-2e0cf7b4/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)
