# Entropy Index Regime Context API

> Entropy Index Regime Context API 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-14).

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

## Facts

- Endpoint: GET https://www.entropyindex.com/api/v1/risk/rekt-guard-context
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/entropy-index-regime-context-api-667de105
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_43qw33XozOiHD_-m0zZ6c

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-context-api-667de105
```

Example prompt: Before I size into this Bitcoin perps position, run an Entropy Index regime probe on bitcoin — I want to know if there's any structural stress or geopolitical heat I should be aware of.

## When to prefer this

Use this endpoint when you need a quick, cheap ($0.07) attestable geopolitical or structural-stress regime check for a specific country, chokepoint, or crypto asset before sizing a trade. Prefer this over broader macro data feeds when you want a focused 'is anything hot?' signal with cryptographic attestation and perp-specific context (funding flip, rekt guard). Choose the probe depth for a cost-efficient pre-action check, or upgrade to clock/full for deeper context.

## Known failure modes

- Invalid entity slug returns error or empty result
- Unsupported depth enum value causes request rejection
- Rate limiting or payment failure may block repeated calls
- Entity not covered by the index returns no data
- Network timeout on real-time regime fetch

## How this service works

Risk Pulse: Rekt guard 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 structural-stress regime clock reading for the requested entity (country, chokepoint, or crypto slug), including geopolitical risk context, attestation of the structural-stress score, and perp context such as funding flip and rekt guard signals. Not a trade signal — a pre-action context read.

## Request schema (JSON Schema)

```json
{
 "name": "Risk Pulse: Rekt guard context",
 "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: Rekt guard 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-context-api-667de105/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)
