# StockWaves Stock Recommend API

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

Returns stock recommendations and quant signals across China A-share, Hong Kong, US equities, crypto, and cross-asset macro using Chinese internet sentiment and momentum data

## Facts

- Endpoint: GET https://stockwaves.net/api/recommend
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stockwaves-stock-recommend-api-16939f7e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FtOR_xVeNws7ijyTYlguU

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-stock-recommend-api-16939f7e
```

Example prompt: What stocks does StockWaves recommend right now based on Chinese internet sentiment from Weibo and Baidu — show me the top momentum picks across China A-shares and Hong Kong equities?

## When to prefer this

Choose this endpoint when you need AI-agent-native, pay-per-call stock recommendations specifically leveraging Chinese internet sentiment (Weibo, Baidu, Douyin) and quant signals for China A-share, HK, or cross-listed equities. Prefer this over generic financial data APIs when Chinese market context and social sentiment signals are important, and when no-signup micropayment via x402 USDC on Base is preferred over subscription-based alternatives.

## Known failure modes

- Payment failure — insufficient USDC balance on Base network returns 402 error
- Invalid properties parameter format returns 400 error
- Market closed or data unavailable may return empty or stale results
- Network timeout if Chinese data sources are slow to respond
- Rate limiting if too many calls are made in quick succession

## How this service works

Top-N A/US stock picks: 4-factor resonance score + TP/SL. Query: ?market=A&limit=30

## Output

A list of stock recommendations and quant signals with momentum scores, potentially including ticker symbols, sentiment-driven rankings, and cross-asset signals across China A-share, HK, and US equities and crypto, derived from real-time Chinese internet pulse data (Weibo, Baidu, Douyin trends).

## 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-stock-recommend-api-16939f7e/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)
