# Omniterminal Market Carry & Funding Analytics

> Omniterminal Market Carry & Funding Analytics is a paid API for AI agents from omniterminal.app, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Returns current 1h funding rate alongside mechanical 8h, 1d, and APR projections, open interest, volume, premium, and mark-oracle basis for a single Hyperliquid perpetual market.

## Facts

- Endpoint: GET https://omniterminal.app/api/x402/v1/market-carry/:symbol
- Price: $0.003/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-carry-funding-analytics-a44a8c7f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1xdJcwHFOsqwr1lrKRtoK

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-carry-funding-analytics-a44a8c7f
```

Example prompt: What's the current funding carry situation for the ETH perpetual on Hyperliquid — give me the 1h rate, the projected 8h and daily funding, the APR, open interest, volume, and how far the mark price is from the oracle?

## When to prefer this

Use this endpoint when you need a fast, single-symbol snapshot of funding carry and market structure data for a Hyperliquid perpetual — especially when evaluating carry trades, comparing funding costs across time horizons, or checking mark-oracle basis before entering or sizing a position. Prefer this over general market data endpoints when funding rate projections and basis analysis are the primary concern.

## Known failure modes

- Unknown or unsupported symbol returns a 404 or error response
- Stale data if Hyperliquid feeds are delayed
- Symbol format mismatch (e.g. lowercase vs uppercase) may cause lookup failure
- Rate limit or payment failure for x402 micropayment protocol

## How this service works

Omni Terminal compares current Hyperliquid 1h funding with mechanical 8h, 1d and APR projections, open interest, volume, premium, and mark-oracle basis for one perpetual market.

## Output

Returns a structured payload for the requested perpetual symbol including: current 1-hour funding rate, mechanical projections for 8-hour and 1-day funding payments, annualized APR equivalent, open interest, trading volume, premium (perp vs spot), and the spread between mark price and oracle price.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniterminal-market-carry-funding-analytics-a44a8c7f/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)
