# StockWaves Macro Cross-Asset Allocation Signal

> StockWaves Macro Cross-Asset Allocation Signal is a paid API for AI agents from stockwaves.net, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns cross-asset macro allocation signals and quant momentum data covering China A-shares, Hong Kong, US equities, crypto, and global macro themes

## Facts

- Endpoint: GET https://stockwaves.net/api/macro/allocation
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stockwaves-macro-cross-asset-allocation-signal-765c1ae9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PLBHcbZ9ymt0S-cIftJov

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 stockwaves-macro-cross-asset-allocation-signal-765c1ae9
```

Example prompt: Pull the latest cross-asset macro allocation signal from StockWaves covering China A-shares, Hong Kong, US equities, and crypto — I want to see where the quant momentum is pointing right now.

## When to prefer this

Use this endpoint when an AI agent needs real-time, pay-per-call cross-asset macro allocation signals spanning Chinese and global markets without requiring an API key or subscription. Prefer over Bloomberg/Refinitiv alternatives when low-friction micropayment access (x402/USDC on Base) is desired and the use case spans China-specific assets like A-shares alongside crypto and US equities.

## Known failure modes

- Payment not received or insufficient USDC balance — returns 402 Payment Required
- Invalid or malformed properties query parameter — returns 400 Bad Request
- Upstream market data unavailable — returns 503 or stale data
- Rate limit exceeded for micropayment cadence — returns 429

## How this service works

Cross-asset ETF tactical allocation (QQQ/IWM/SPY/TLT/DBC/GLD): per-ETF signal, recommended position, confidence, direction, and market regime.

## Output

Returns structured macro allocation signals and quant momentum scores across China A-share, Hong Kong, US equity, crypto, and cross-asset macro categories, indicating current regime and suggested allocation weights or directional signals for each asset class.

## Example request

```json
{
 "properties": "allocation"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stockwaves-macro-cross-asset-allocation-signal-765c1ae9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stockwaves.net](https://www.zero.xyz/host/stockwaves.net/llms.txt)
