# StockWaves China Market Brief

> StockWaves China Market Brief is a paid API for AI agents from stockwaves.net, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Delivers a concise AI-ready brief on Chinese and global market conditions, including internet pulse trends from Weibo/Baidu/Douyin, structured news/events, and quant signals across China A-shares, HK, and US equities

## Facts

- Endpoint: GET https://stockwaves.net/api/cn/brief
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stockwaves-china-market-brief-69bebf3c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t1qZQkkv4oIcSw0uvJ6RH

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-china-market-brief-69bebf3c
```

Example prompt: Pull me a China market brief right now — I want to see what's trending on Weibo, Baidu, and Douyin that could be moving A-shares or Hong Kong stocks, plus any quant signals or industrial-theme momentum worth noting.

## When to prefer this

Choose this endpoint when you need a fast, AI-agent-optimized brief combining Chinese social media pulse with structured equity/crypto quant signals in a single call. Ideal for trading bots, research agents, or macro dashboards that need China-specific market intelligence without managing API keys or subscriptions — pay-per-call via USDC micropayment makes it suitable for sporadic or on-demand use.

## Known failure modes

- 402 Payment Required — USDC micropayment on Base not completed or insufficient funds
- Invalid or missing properties parameter — returns 400 or empty/malformed response
- Upstream data source unavailable (Weibo/Baidu/Douyin feeds down) — may return partial or stale data
- Rate limiting or temporary server error — 429 or 503 response
- Network timeout if upstream Chinese data sources are slow to respond

## How this service works

China market daily brief — one call returns a synthesized snapshot of today's China: social pulse (Weibo/Baidu/Douyin top trends + finance buzz), market events (type distribution + top by mentions), critical/high risk alerts, hot industrial themes, and top sector rotation. English-labeled overview; full data lives in the dedicated endpoints. Query: ?top=5 (items per hot-search board, 1-10).

## Output

A structured brief containing: real-time Chinese internet pulse data (trending topics from Weibo, Baidu, Douyin), structured Chinese-market news and events, industrial-theme momentum indicators, and quantitative signals across China A-shares, Hong Kong equities, US equities, crypto, and cross-asset macro data. Delivered as JSON suitable for AI agent consumption, paid via x402 USDC micropayment on Base.

## Example request

```json
{
 "properties": "market_data"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stockwaves-china-market-brief-69bebf3c/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)
