# Wintel API – Country/Crypto/Stock Threat Signals

> Wintel API – Country/Crypto/Stock Threat Signals is a paid API for AI agents from wintel.canopy.finance, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns event-driven threat signals and country risk data for investment analysis across countries, cryptocurrencies, and stocks

## Facts

- Endpoint: GET https://wintel.canopy.finance/x402/v1/threats
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wintel-api-country-crypto-stock-threat-signals-4dd513be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7svsEHWOPetjxrgQ7Lkx0

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 wintel-api-country-crypto-stock-threat-signals-4dd513be
```

Example prompt: Pull the latest threat signals from Wintel for Brazil — I want to see the current country risk scores and any recent change events before I decide whether to increase my emerging market exposure.

## When to prefer this

Use this endpoint when you need real-time, event-driven threat and risk signals for a country, crypto, or stock — particularly when monitoring geopolitical or macroeconomic changes that affect investment decisions. Prefer over generic news APIs when you need structured, scored, machine-readable risk signals rather than raw headlines.

## Known failure modes

- Invalid or unsupported asset identifier returns 400 or empty result
- Payment not received or x402 protocol handshake fails, blocking access
- Rate limiting if too many calls made in rapid succession
- No recent threat events detected returns empty threats array
- Upstream data source unavailable causes 503 or stale data

## How this service works

Live scored geopolitical threat feed: name, category, severity, coordinates, and source URL for every active tracked threat.

## Output

Returns threat signals and risk indicators for the requested country, cryptocurrency, or stock, including event-driven scores, detected changes, and ranked investment risk factors that reflect recent geopolitical or macroeconomic developments.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wintel-api-country-crypto-stock-threat-signals-4dd513be/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from wintel.canopy.finance](https://www.zero.xyz/host/wintel.canopy.finance/llms.txt)
