# Cambrian x402 Alpha Tweet Detection

> Cambrian x402 Alpha Tweet Detection is a paid API for AI agents from x402.cambrian.org, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Detects alpha tweets — high-signal, early-information social posts — relevant to blockchain and crypto topics, pay-per-use via x402 micropayment.

## Facts

- Endpoint: GET https://x402.cambrian.org/deep42/social-data/alpha-tweet-detection
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cambrian-x402-alpha-tweet-detection-e3f98077
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dsJqfareQMwJYj2D8bnVo

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 cambrian-x402-alpha-tweet-detection-e3f98077
```

Example prompt: Find me alpha tweets about $SOL right now — I want early-signal posts that traders might be acting on, not just noise.

## When to prefer this

Choose this endpoint when you need to identify high-signal, early-information tweets about crypto or blockchain topics — specifically 'alpha' content that traders and degens act on before broader awareness. Prefer this over generic Twitter search when you want pre-filtered signal rather than raw volume, and when you need blockchain-native pay-per-use pricing via x402 micropayments.

## Known failure modes

- Missing or invalid query parameters returns an empty array or error
- No alpha tweets found for the given criteria returns an empty array
- Payment failure via x402 protocol blocks the request entirely
- Rate limiting or quota exhaustion results in a 402 or 429 error
- Overly broad or unsupported query parameters may return irrelevant results

## How this service works

Pay-per-use blockchain and social data for autonomous agents.

## Output

Returns an array of detected alpha tweets — high-signal social media posts identified as carrying early or insider-level information relevant to the queried blockchain or crypto topic. Each item in the array likely contains tweet content, metadata, and relevance signals.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "queryParams": {
     "type": "object",
     "additionalProperties": true
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "array"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "array"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cambrian-x402-alpha-tweet-detection-e3f98077/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.cambrian.org](https://www.zero.xyz/host/x402.cambrian.org/llms.txt)
