# HyperGrowth Macro Metals Readiness Decision API

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

Returns a macro metals readiness signal for Hyperliquid trading agents to inform pre-submit execution decisions

## Facts

- Endpoint: POST https://api.hyper-growth.xyz/v1/macro-metals-readiness
- Price: $0.075/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hypergrowth-macro-metals-readiness-decision-api-bf115b2f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oenTAxy7ow_pk8pkwt60t

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-decision-api-bf115b2f -d '<json body>'
```

Example prompt: Before I submit my metals position on Hyperliquid, check the macro metals readiness signal from HyperGrowth so I know if conditions are favorable right now.

## When to prefer this

Use this endpoint when a Hyperliquid-connected AI trading agent needs a pre-submission macro metals market readiness signal — specifically when you want an x402-gated decision artifact scoped to metals (gold, silver, etc.) macro conditions rather than a generic crypto signal or equity signal.

## Known failure modes

- Payment not provided or insufficient USDC (x402 payment required, 0.075 USDC per call)
- Invalid or malformed request body returns error JSON
- Service unavailable or upstream data source failure
- Rate limiting if called too frequently without valid payment

## How this service works

Buy HyperGrowth x402 decision artifacts for Hyperliquid agents. Start with FillShield, a 0.10 USDC pre-submit execution guard.

## Output

A JSON decision artifact containing a macro metals readiness assessment — likely a readiness score, signal, or go/no-go indicator — intended to be consumed by a Hyperliquid trading agent before submitting a metals-related order.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hypergrowth-macro-metals-readiness-decision-api-bf115b2f/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)
