# Cambrian x402 Social Sentiment Shifts API

> Cambrian x402 Social Sentiment Shifts API 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-13).

Returns sentiment shift data for social content, tracking how public sentiment changes over time, pay-per-use via x402 micropayments.

## Facts

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

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-social-sentiment-shifts-api-01d475cd
```

Example prompt: Pull the latest sentiment shift data for Bitcoin from Cambrian's social data feed so I can see how community sentiment has been trending and whether there's been a notable change in mood recently.

## When to prefer this

Choose this endpoint when an autonomous agent needs pay-per-use, low-commitment access to social sentiment trend data specifically for blockchain-related assets or communities. It is ideal when you want to detect inflection points or shifts in sentiment rather than a static snapshot, and when you need micropayment-based billing with no subscription overhead.

## Known failure modes

- Missing or invalid query parameters returning empty results
- Payment failure via x402 if wallet has insufficient USDC balance
- Rate limiting if too many calls are made in quick succession
- Empty array returned if no sentiment data exists for the queried entity or time window
- Network timeout if the underlying social data source is unavailable

## How this service works

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

## Output

Returns an array of sentiment shift data points, likely including timestamps, sentiment scores or deltas, and directional indicators showing how public social sentiment has changed over time for the queried subject. Exact fields depend on the query parameters supplied.

## 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-social-sentiment-shifts-api-01d475cd/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)
