# StockWaves China Trending — Real-Time Chinese Internet Pulse API

> StockWaves China Trending — Real-Time Chinese Internet Pulse API is a paid API for AI agents from stockwaves.net, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Returns real-time trending topics and sentiment signals from Chinese social/search platforms (Weibo, Baidu, Douyin) for AI agent consumption via x402 micropayments

## Facts

- Endpoint: GET https://stockwaves.net/api/cn/trending
- Price: $0.03/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-trending-real-time-chinese-internet-pulse-api-c03b0a53
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zcmKoEs3votubLQJ7Oi8N

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-trending-real-time-chinese-internet-pulse-api-c03b0a53
```

Example prompt: What are the top trending topics right now on Weibo, Baidu, and Douyin? I need the Chinese internet pulse to understand what's driving sentiment in Chinese markets today.

## When to prefer this

Use this endpoint when you need real-time social and search trend data specifically from Chinese internet platforms (Weibo, Baidu, Douyin) to inform China A-share, Hong Kong, or China-exposed equity analysis. Prefer this over generic news APIs when you need the raw Chinese internet pulse — what ordinary Chinese users are searching and sharing — rather than structured news headlines. Ideal for agents that need no-signup, pay-per-call access via x402 USDC micropayments on Base.

## Known failure modes

- Payment not included or invalid USDC micropayment via x402 — returns 402 Payment Required
- Rate limit exceeded for the endpoint — returns 429
- Chinese platform data temporarily unavailable due to upstream API issues — returns 503 or partial data
- Malformed query parameters — returns 400 with error details
- Network timeout fetching live trend data from Chinese sources — returns 504

## How this service works

Real-time China social pulse: the live hot-search boards of Weibo, Baidu and Douyin as structured data - per-platform rank, term, heat value, topic category (finance/society/entertainment/sports/tech/international) and Weibo heat marker. What the Chinese internet is talking about right now, English-ready for agents. Full per-board detail; for a cheap pollable summary use /api/cn/pulse. ?platform=all|weibo|baidu|douyin&limit=1-50&category=

## Output

A structured list of real-time trending topics, hot searches, and viral content aggregated across major Chinese internet platforms (Weibo, Baidu, Douyin), including trend momentum signals useful for interpreting Chinese market sentiment. Delivered as JSON data ready for agent consumption.

## Example request

```json
{
 "properties": "trending"
}
```

## 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-trending-real-time-chinese-internet-pulse-api-c03b0a53/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)
