# StockWaves Sector Rotation Signal

> StockWaves Sector Rotation Signal is a paid API for AI agents from stockwaves.net, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns quantitative sector rotation momentum signals across China A-share, Hong Kong, US equities, crypto, and cross-asset macro markets

## Facts

- Endpoint: GET https://stockwaves.net/api/rotation
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stockwaves-sector-rotation-signal-16623f8c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wz-9iYSQWx58aVltnaH17

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-sector-rotation-signal-16623f8c
```

Example prompt: Pull the latest sector rotation signals from StockWaves right now — I want to see which sectors are gaining momentum across China A-shares, Hong Kong, and US equities so I can decide where to tilt my portfolio.

## When to prefer this

Use this endpoint when you need real-time sector rotation and momentum signals specifically for China A-share, Hong Kong, or cross-asset markets without requiring API key signup — ideal for AI agents making pay-per-call queries via x402 USDC micropayments on Base. Prefer over traditional data providers when you need Chinese market coverage including Weibo/Baidu/Douyin-informed sentiment alongside quant signals.

## Known failure modes

- Payment not received or USDC micropayment on Base failed — 402 response with payment required details
- Invalid properties filter parameter — 400 bad request
- Rate limiting or server overload — 429 or 503 response
- Stale or unavailable market data during off-hours — may return empty or cached signals
- Network timeout if Chinese data sources are inaccessible

## How this service works

Sector rotation forecast: strength + momentum + catalyst score. Query: ?limit=20

## Output

Returns structured quantitative sector rotation signals and momentum rankings across China A-share, Hong Kong, US equities, crypto, and cross-asset macro — indicating which sectors are rotating into or out of favor based on real-time market data and quant models.

## Example request

```json
{
 "properties": "momentum"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stockwaves-sector-rotation-signal-16623f8c/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)
