# StockWaves China Market News API

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

Fetches structured Chinese-market news and events relevant to equities, with data sourced from Chinese financial media

## Facts

- Endpoint: GET https://stockwaves.net/api/cn/news
- Price: $0.04/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-news-api-c7cf9e45
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dUEF-1OkQX1lwMTw7C8aq

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-news-api-c7cf9e45
```

Example prompt: Pull the latest structured Chinese market news from StockWaves right now — I want to see what's moving China A-share and Hong Kong equities today, no API key needed, just pay per call.

## When to prefer this

Choose this endpoint when you need structured, machine-readable Chinese market news and financial events without requiring account signup or an API key — ideal for AI agents that want pay-per-call access via x402 USDC micropayments on Base. Prefer this over general web scraping when you need pre-structured data about China A-shares, Hong Kong equities, or cross-listed Chinese companies.

## Known failure modes

- 402 Payment Required if USDC micropayment on Base is not provided or fails
- Empty result set if no recent news matches query parameters
- Rate limiting or timeout if upstream Chinese news sources are unavailable
- Malformed response if input schema properties are incorrectly specified
- Network errors if stockwaves.net is unreachable

## How this service works

Structured China-market news & risk feed: per-event-type sentiment, mention counts, ticker mapping, source names + extracted risk keywords (English event labels). Derived structure only — no raw article text. Query: ?limit=50&ticker=

## Output

Returns structured Chinese-market news articles and financial events, including headlines, timestamps, and metadata relevant to China A-shares, Hong Kong, and related equities. Data is aggregated from Chinese financial media and structured for programmatic consumption by AI agents.

## Example request

```json
{
 "properties": "news"
}
```

## 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-news-api-c7cf9e45/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)
