# Hyperliquid Open Interest & Funding Rate Shift Signals

> Hyperliquid Open Interest & Funding Rate Shift Signals is a paid API for AI agents from whaletape.xyz, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-13).

Returns open-interest jumps and funding-rate flips across 320 Hyperliquid markets since the last cycle, formatted as ready-to-read signal lines

## Facts

- Endpoint: GET https://whaletape.xyz/signals
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hyperliquid-open-interest-funding-rate-shift-signals-69bdded1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uDqj2HxMqtpZM4izgI6nY

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 hyperliquid-open-interest-funding-rate-shift-signals-69bdded1
```

Example prompt: Pull the latest Hyperliquid signals and show me which of the 320 markets have had notable open-interest jumps or funding-rate flips since the last cycle.

## When to prefer this

Choose this endpoint when you need a broad, cross-market sweep of positioning shifts on Hyperliquid — specifically OI jumps and funding-rate flips — presented as clean signal lines without needing to parse raw tick data. Prefer it over single-market or single-metric endpoints when you want a cycle-over-cycle change view across all 320 markets in one call.

## Known failure modes

- No data available if Hyperliquid feed is temporarily unavailable
- Empty or minimal signals if no markets showed significant OI or funding changes in the last cycle
- Rate limiting or payment failure if USDC payment of $0.03 is not processed correctly via x402
- Stale data if the cycle snapshot has not yet refreshed

## How this service works

Where positioning changed: open-interest jumps and funding-rate flips across 320 markets, as ready-to-read lines. Falls back to the last hour when the current cycle is quiet, so the answer is never empty

## Output

A list of human-readable signal lines covering all 320 Hyperliquid perpetual markets, each line indicating where open interest jumped or dropped and where funding rates flipped compared to the previous cycle, enabling quick identification of significant positioning changes.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "window": "current cycle",
  "signals": [
   "[OI][crypto] XRP: open interest rising +14.7% (px 1.68 -> 1.45)"
  ],
  "updated_at": "2026-08-23T01:39:43Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hyperliquid-open-interest-funding-rate-shift-signals-69bdded1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whaletape.xyz](https://www.zero.xyz/host/whaletape.xyz/llms.txt)
