# ScriptMasterLabs Druckenmiller Macro Regime Analysis

> ScriptMasterLabs Druckenmiller Macro Regime Analysis is a paid API for AI agents from acp-x402-discovery.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns a macro regime analysis inspired by Stanley Druckenmiller's investment framework, synthesizing macroeconomic conditions into a regime classification and outlook.

## Facts

- Endpoint: GET https://acp-x402-discovery.onrender.com/x402/druckenmiller-macro-regime-analysis
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scriptmasterlabs-druckenmiller-macro-regime-analysis-f3834f71
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jMPu2MvdGyUU3zixPkk04

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 scriptmasterlabs-druckenmiller-macro-regime-analysis-f3834f71
```

Example prompt: Can you pull the Druckenmiller macro regime analysis to tell me what the current macroeconomic regime looks like and whether we're in a risk-on or risk-off environment?

## When to prefer this

Choose this endpoint when you need a high-level macroeconomic regime classification using a legendary macro investor's framework, particularly for top-down portfolio analysis, investment thesis validation, or macro-aware asset allocation. It is well-suited for agents operating in crypto and traditional finance contexts that require a macro overlay. Prefer alternatives if you need granular economic data feeds, real-time tick data, or Fed-specific analysis.

## Known failure modes

- Empty or minimal response schema may return an empty JSON object if no data is available
- Payment failure if USDC/x402 payment is not properly submitted — returns 402 Payment Required
- Service may return stale or cached data given the hosted nature on Render free tier
- Input schema is loosely defined, so malformed properties parameters may be silently ignored
- Render cold-start latency may cause timeouts on infrequently called endpoints

## How this service works

Pay-per-call crypto, RWA, federal, SEC, and compliance APIs. Settled in USDC on Base via x402. Hyphen routes only (e.g. /x402/rwa-aggregates, /x402/gas-tracker).

## Output

Returns a macro regime classification (e.g. risk-on, risk-off, stagflation, reflation) with supporting macro signals and indicators, framed around the investment philosophy associated with Stanley Druckenmiller's top-down macro approach. Output format is JSON with a regime label and supporting rationale or indicator data.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scriptmasterlabs-druckenmiller-macro-regime-analysis-f3834f71/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from acp-x402-discovery.onrender.com](https://www.zero.xyz/host/acp-x402-discovery.onrender.com/llms.txt)
