# Orchard Data - Trending Stocks

> Orchard Data - Trending Stocks is a paid API for AI agents from orchard-data.letom1176.workers.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns trending stock symbols from WallStreetBets mentions and StockTwits watchlists, paid per-call via x402 micropayments.

## Facts

- Endpoint: GET https://orchard-data.letom1176.workers.dev/api/trending
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orchard-data-trending-stocks-2431fbaa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ACp9CPzDM1r9eNBhtq90d

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 orchard-data-trending-stocks-2431fbaa
```

Example prompt: What stocks are trending right now on WallStreetBets and StockTwits — show me the top mentions and watchlist counts?

## When to prefer this

Choose this endpoint when you need real-time retail investor sentiment from both WallStreetBets and StockTwits in a single call, paid per-use via USDC micropayments (no subscription required). Prefer over alternatives when you want social buzz data specifically from retail/meme-stock communities rather than institutional or options flow data.

## Known failure modes

- 402 Payment Required if USDC payment via x402 is not attached or fails
- Empty or stale data if upstream WSB/StockTwits feeds are delayed
- Invalid properties filter parameter returns unexpected results
- Rate limiting if too many calls are made in quick succession
- Network timeout on Cloudflare Workers edge if upstream data sources are slow

## How this service works

Market data for AI agents, paid per-call via x402 (USDC on Base). Free index at /, free spec here.

## Output

Returns two arrays: wsb_mentions (ranked list of stock symbols with mention counts from WallStreetBets, e.g. rank 1 MU with 673 mentions) and stocktwits_trending (list of symbols with watchlist counts, e.g. NVDA with 650,000 watchers).

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "wsb_mentions": [
   {
    "rank": 1,
    "symbol": "MU",
    "mentions": 673
   }
  ],
  "stocktwits_trending": [
   {
    "symbol": "NVDA",
    "watchlist_count": 650000
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/orchard-data-trending-stocks-2431fbaa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from orchard-data.letom1176.workers.dev](https://www.zero.xyz/host/orchard-data.letom1176.workers.dev/llms.txt)
