# StockWaves Trade Brief API

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

Returns a structured trade brief covering China market sentiment, news, quant signals, and tokenized-stock safety checks for a given asset or theme

## Facts

- Endpoint: GET https://stockwaves.net/api/brief/trade
- Price: $1.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stockwaves-trade-brief-api-b6068d80
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kpdRbsNTf7snDG89Sddw1

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-trade-brief-api-b6068d80
```

Example prompt: Pull a StockWaves trade brief on BYD — give me the current Weibo and Baidu pulse, any relevant Chinese market news, quant momentum signals, and if there's a tokenized BYD token on Solana, tell me whether it's from a legitimate issuer like Backed or Ondo and flag any depeg or liquidity issues.

## When to prefer this

Use this endpoint when you need China-specific market intelligence — especially real-time social media pulse from Weibo/Baidu/Douyin — combined with quant signals, or when you need to verify whether a tokenized stock token on Solana or EVM is from a legitimate issuer (Backed, Ondo, Remora) versus a copycat, with depeg and liquidity safety checks. Prefer this over generic financial data APIs when the user's focus is Chinese equities, Hong Kong stocks with China exposure, or RWA tokenized stock safety screening.

## Known failure modes

- Missing or invalid properties parameter returns empty or malformed response
- Payment not settled via x402 USDC returns 402 Payment Required
- Unsupported asset or ticker returns no data or partial result
- Rate limiting or micropayment failure returns 429 or payment error
- Token contract address not found on Solana/EVM returns unknown issuer verdict
- Network latency from Chinese data sources causes delayed or stale sentiment data

## How this service works

Cross-asset DECISION brief: ONE call gives an autonomous agent a trade-ready read across China and US equities, crypto and macro. Fuses macro regime + ETF allocation, crypto stance (BTC RL lean, perp funding/OI), equity reads with top setups (symbol + take-profit/stop-loss), China smart-money and leading sectors, the China social-pulse leading indicator and a one-line recommendation. Deterministic, no LLM. ?focus=all|china|us|crypto&market=A|US.

## Output

A structured trade brief containing: real-time Chinese internet sentiment from Weibo, Baidu, and Douyin; relevant Chinese market news and events; industrial sector momentum signals; quant signals for the relevant equity, crypto, or macro asset; and (if applicable) a tokenized stock safety assessment covering issuer legitimacy (Backed/Ondo/Remora), depeg status, liquidity, market hours, and freeze-authority flags on Solana or EVM chains.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stockwaves-trade-brief-api-b6068d80/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)
