# WhatChUNeed Macro Risk Analysis

> WhatChUNeed Macro Risk Analysis is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-13).

Performs macro-level risk analysis on a given text input, returning structured risk assessment results.

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/macro/risk
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-macro-risk-analysis-6c21cbed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7YpRvy6KlyzV8QO_5j2yL

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 whatchuneed-macro-risk-analysis-6c21cbed -d '<json body>'
```

Example prompt: Can you run a macro risk analysis on this scenario: 'rising interest rates combined with high inflation and slowing GDP growth in the US — what are the key systemic risks for equity portfolios right now?'

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call macro risk assessment without committing to a full financial data platform subscription. Best suited for AI agents that need on-demand risk scoring for free-text financial scenarios, portfolio descriptions, or economic questions, and are operating within the x402 micropayment ecosystem.

## Known failure modes

- Missing or empty 'input' field returns a validation error
- Vague or ambiguous input text may yield low-confidence or generic risk output
- Service unavailability or x402 payment failure results in no response
- Input too long or malformed may cause processing errors
- Result object may be sparsely populated if the input lacks financial context

## How this service works

320+ pay-per-call API endpoints across accommodation, LLM, code execution, crypto, medical, finance, and more. One API, one payment. Powered by x402 protocol.

## Output

Returns a structured result object containing the macro risk assessment, which may include risk scores, classification of risk factors, severity levels, and an analysis summary based on the input scenario text.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Response data"
  },
  "status": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whatchuneed-macro-risk-analysis-6c21cbed/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whatchuneed.vercel.app](https://www.zero.xyz/host/whatchuneed.vercel.app/llms.txt)
