# Orchard Data - StockTwits Trending

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

Returns the current trending stock symbols on StockTwits along with their watchlist counts, paid per-call via x402 (USDC on Base).

## Facts

- Endpoint: GET https://orchard-data.letom1176.workers.dev/api/stocktwits-trending
- Price: $0.003/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-stocktwits-trending-0c71cc9a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fYKEytyUoOKazwJCZ7vbk

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-stocktwits-trending-0c71cc9a
```

Example prompt: What stocks are trending on StockTwits right now, and how many people are watching each one?

## When to prefer this

Choose this endpoint when you need real-time retail social sentiment signals — specifically which stocks are trending by watchlist count on StockTwits. It is ideal for momentum strategies, pre-market scanning, or cross-referencing social buzz against technical signals. Prefer this over generic market data feeds when the user specifically wants to know what retail/social traders are focused on rather than institutional volume or price action.

## Known failure modes

- Payment not settled via x402 — returns 402 Payment Required with payment details
- StockTwits upstream data unavailable — may return 503 or stale/empty data
- Rate limit or quota exceeded — returns error response
- Malformed response if upstream StockTwits API changes schema

## How this service works

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

## Output

A JSON array of trending stock symbols (e.g. 'NVDA') paired with their watchlist count (e.g. 650000), reflecting which tickers are currently receiving the most attention on the StockTwits social trading platform.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "stocktwits_trending": [
   {
    "symbol": "NVDA",
    "watchlist_count": 650000
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/orchard-data-stocktwits-trending-0c71cc9a/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)
