# Cambrian x402 Crypto Sentiment Shifts Detector

> Cambrian x402 Crypto Sentiment Shifts Detector 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-15).

Detects major sentiment shifts in crypto tokens using social data analysis

## Facts

- Endpoint: GET https://x402.cambrian.org/x402/api/v1/deep42/social-data/sentiment-shifts
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cambrian-x402-crypto-sentiment-shifts-detector-44ba319a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m6Ngr55e3_13TkmGfUdTD

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-crypto-sentiment-shifts-detector-44ba319a
```

Example prompt: Check if there have been any major sentiment shifts for Solana recently — I want to know if the community mood has flipped bullish or bearish.

## When to prefer this

Use this endpoint when you need to detect discrete, significant inflection points in crypto token sentiment rather than a continuous sentiment score — ideal for triggering trading signals, alerts, or workflow automations when community mood meaningfully reverses direction.

## Known failure modes

- Invalid or unsupported token symbol returns empty results
- No recent sentiment shift detected returns empty array
- Rate limiting or payment failure returns 402 error
- Malformed query parameters may return 400 error
- Token with insufficient social data volume may not produce reliable shifts

## How this service works

Detect major sentiment shifts in crypto tokens

## Output

Returns an array of detected sentiment shift events for crypto tokens, including the token identifier, direction of the shift (e.g. bullish/bearish flip), magnitude or significance of the change, and timing information based on social data 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"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cambrian-x402-crypto-sentiment-shifts-detector-44ba319a/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)
