# Entropy Index Regime

> Entropy Index Regime is a paid API for AI agents from www.entropyindex.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-13).

Returns a pre-action geopolitical and country-risk regime clock for a country, chokepoint, or crypto asset before sizing a trade

## Facts

- Endpoint: GET https://www.entropyindex.com/api/v1/risk/funding-flip-alert-context
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/entropy-index-regime-09921883
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WkuIImIevq9YEUc26uW82

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 entropy-index-regime-09921883
```

Example prompt: Before I size up a perp position, do a quick probe-level regime clock check on Taiwan using Entropy Index — just flag whether anything is structurally hot right now, not a trade signal.

## When to prefer this

Use this endpoint when you need a fast, cheap, attested geopolitical or structural risk check before sizing a trade or making a macro decision. It is the right choice when you want an objective, sealed regime clock reading — not a trade signal — for specific countries (e.g. Taiwan), maritime chokepoints (e.g. Hormuz), or crypto assets (e.g. Bitcoin). Prefer the probe depth ($0.07) for a quick binary heat check, clock depth ($5) for a fuller regime read, or full depth ($8) for the complete book. It is superior to general news sentiment feeds when you need a structured, attested, reproducible stress indicator with perp-specific context (funding flip, rekt guard).

## Known failure modes

- Unknown or unsupported entity slug returns an error — must use recognized slugs like 'taiwan', 'hormuz', 'bitcoin', 'global-financial-system'
- Invalid depth enum value returns a schema validation error
- Payment failure (insufficient USDC balance) blocks the response at x402 paywall
- Stale data if the underlying regime model has not recently refreshed
- Rate limiting or quota exceeded for high-frequency polling

## How this service works

Risk Pulse: Funding flip alert context — Returns a heat check before you size — or poll again while in. Countries, chokepoints, and crypto (Taiwan, Hormuz, Bitcoin) plus perp context (funding flip, rekt guard, tape vs structure). $0.25. Is anything hot? Not a trade signal.

## Output

Returns a sealed, attested structural-stress regime clock reading for the requested entity (country, chokepoint, or crypto). Includes a heat-check indicator of whether conditions are 'hot', regime context signals, and for relevant assets, perpetuals context such as funding flip alerts and tape-vs-structure indicators. The response is not a trade signal but a pre-action geopolitical and structural risk snapshot, with cryptographic attestation at higher depth tiers.

## Request schema (JSON Schema)

```json
{
 "name": "Risk Pulse: Funding flip alert c",
 "tags": [
  "regime",
  "attestation",
  "chokepoint",
  "geo",
  "perps"
 ],
 "type": "object",
 "version": "1.0.0",
 "category": "trading",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "properties": {
      "entity": {
       "type": "string",
       "title": "Entity",
       "description": "Country, chokepoint, or crypto slug — taiwan, hormuz, bitcoin, global-financial-system"
      }
     }
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "depth": {
       "enum": [
        "probe",
        "clock",
        "full"
       ],
       "type": "string",
       "title": "Depth",
       "description": "Check (probe $0.25), The Call (clock $5), The Book (full $8)"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {}
   }
  }
 },
 "description": "Risk Pulse: Funding flip alert context — Returns a heat check before you size — or poll again while in. Countries, chokepoints, and crypto (Taiwan, Hormuz, Bitcoin) plus perp context (funding flip, rekt guard, tape vs structure). $0.25. Is anything hot? Not a trade signal."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/entropy-index-regime-09921883/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.entropyindex.com](https://www.zero.xyz/host/www.entropyindex.com/llms.txt)
