# Risk Pulse: United States

> Risk Pulse: United States 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 geopolitical and macro risk heat check for the United States, including regime context, perp funding signals, and chokepoint stress — priced at $0.25 per probe call.

## Facts

- Endpoint: GET https://www.entropyindex.com/api/v1/risk/united-states
- 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/risk-pulse-united-states-26346077
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Nw7_uOqEde_hCngWAmmGt

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 risk-pulse-united-states-26346077
```

Example prompt: Before I size into this US equity position, can you run a quick probe-depth risk pulse on the United States to see if the macro regime is hot right now?

## When to prefer this

Use this endpoint when you need a fast, cheap ($0.25) probe-level geopolitical and macro risk heat check specifically for the United States before entering or while managing a trade. Prefer it over broader global risk endpoints when US-specific regime context, perp funding signals, or US chokepoint exposure is the primary concern. For deeper analysis, upgrade to clock ($5) or full ($8) depth via the same provider.

## Known failure modes

- Payment not received or x402 handshake fails — endpoint returns 402 requiring payment
- Invalid depth enum value returns a validation error
- Service unavailable or data feed lag returns 5xx error
- Stale data if underlying signal feeds are delayed

## How this service works

Risk Pulse: United States — 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

A structured heat check for the United States covering: current risk regime level (hot/warm/cool or similar), geopolitical and country-risk context, chokepoint stress signals, crypto perp context (funding flip, rekt guard, tape vs structure). Not a directional trade signal — a pre-sizing or in-trade risk temperature read.

## Request schema (JSON Schema)

```json
{
 "name": "Risk Pulse: United States",
 "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: United States — 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/risk-pulse-united-states-26346077/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)
