# Hyperliquid Funding Chaos Index API

> Hyperliquid Funding Chaos Index API is a paid API for AI agents from nonvisceral-eloisa-mousily.ngrok-free.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Counts sub-12h funding-rate sign flips for BTC, ETH, and SOL on Hyperliquid and returns a chaos level, per-asset flip counts, cycle metrics, and implied directional bias as a contrarian mean-reversion signal.

## Facts

- Endpoint: GET https://nonvisceral-eloisa-mousily.ngrok-free.dev/api/funding-chaos
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nonvisceral-eloisa-mousily-ngrok-free-dev-fea0cf90
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fSK3MA8PET82IyTnabA-6

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 nonvisceral-eloisa-mousily-ngrok-free-dev-fea0cf90
```

Example prompt: What's the current funding chaos level on Hyperliquid for BTC, ETH, and SOL — are we seeing long exhaustion, short exhaustion, or something mixed, and how many sign flips have happened in the last 12 hours?

## When to prefer this

Use this endpoint when you need a ready-made, decision-grade contrarian signal derived specifically from funding-rate sign-flip frequency on Hyperliquid — particularly for fade-the-flip or mean-reversion strategies. Prefer this over raw funding rate feeds when you want a pre-classified chaos regime and implied bias rather than raw rates. It is specifically useful for identifying long or short exhaustion periods before a potential funding regime reversal.

## Known failure modes

- Hyperliquid data feed unavailable — may return stale or error response
- No flips detected in window — chaos_level returns NONE with zero counts
- ngrok tunnel downtime — endpoint unreachable with connection error
- Rate limiting or payment failure — 402 response if x402 payment not processed
- Insufficient historical data for SOL or newer assets — partial per_asset results

## How this service works

Funding chaos index API: counts sub-12h funding-rate sign flips for BTC/ETH/SOL on Hyperliquid. Returns chaos level (NONE/LOW/MODERATE/ELEVATED/HIGH), per-asset flips, cycle counts, implied bias (LONG_EXHAUSTION/SHORT_EXHAUSTION/MIXED/NEUTRAL). Mean-reversion + fade-fresh-flip contrarian signal. Decision-ready funding-regime product.

## Output

Returns a JSON object with a top-level chaos_level enum (NONE/LOW/MODERATE/ELEVATED/HIGH), per_asset breakdown of funding-rate sign flip counts for BTC/ETH/SOL, cycle_count_24h and cycle_count_7d for how many full funding cycles have occurred, current_cycle_age_hours, implied_bias indicating whether longs or shorts are being squeezed out, a human-readable interpretation string, methodology notes, and an updated_at timestamp.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "per_asset": {
       "type": "object"
      },
      "updated_at": {
       "type": "string"
      },
      "chaos_level": {
       "type": "string"
      },
      "methodology": {
       "type": "string"
      },
      "implied_bias": {
       "type": "string"
      },
      "cycle_count_7d": {
       "type": "number"
      },
      "interpretation": {
       "type": "string"
      },
      "cycle_count_24h": {
       "type": "number"
      },
      "current_cycle_age_hours": {
       "type": "number"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nonvisceral-eloisa-mousily-ngrok-free-dev-fea0cf90/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nonvisceral-eloisa-mousily.ngrok-free.dev](https://www.zero.xyz/host/nonvisceral-eloisa-mousily.ngrok-free.dev/llms.txt)
