# HyperGrowth Macro Metals Readiness

> HyperGrowth Macro Metals Readiness is a paid API for AI agents from api.hyper-growth.xyz, paid per call via x402, $0.075/call, status down (last checked 2026-08-24).

Assesses macro-economic event readiness for commodity markets (crude oil, Brent, natural gas, gold, silver) given an economic event signal and market context.

## Facts

- Endpoint: POST https://api.hyper-growth.xyz/x402/macro-metals-readiness
- Price: $0.075/call
- Payment: x402
- Status: down
- Last checked: 2026-08-24
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hypergrowth-macro-metals-readiness-a6c05371
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5JVNymM1aZN9EeFcFroHU

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 hypergrowth-macro-metals-readiness-a6c05371 -d '<json body>'
```

Example prompt: Run a macro metals readiness check on HyperGrowth for tomorrow's CPI release scheduled at 2024-12-18T08:30:00Z, covering gold and silver assets, with the current consensus showing headline CPI at 2.7% — run it synchronously.

## When to prefer this

Use this endpoint when you need a structured readiness signal for macro commodity markets (crude oil, Brent, natural gas, gold, silver) ahead of or following a scheduled economic event. Prefer this over generic market data APIs when you need event-aware, asset-scoped readiness scoring with consensus comparison built in.

## Known failure modes

- Invalid asset_scope enum value returns validation error
- Missing buyer field returns 400 bad request
- Payment not provided or insufficient returns 402 Payment Required
- Timeout if sync mode exceeds wait_ms threshold
- Invalid date-time format for scheduled_at or released_at returns schema validation error
- Idempotency key collision returns cached prior result

## How this service works

HyperGrowth separates the brand surface from the execution app so trade, predict, and agent-native SKU flows can scale without fragmenting the product.

## Output

A JSON payload containing a macro-metals readiness assessment for the specified commodity assets, evaluating market positioning and sensitivity relative to the provided economic event, consensus data, and market context.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hypergrowth-macro-metals-readiness-a6c05371/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.hyper-growth.xyz](https://www.zero.xyz/host/api.hyper-growth.xyz/llms.txt)
