# Cambrian x402 Social Token Analysis

> Cambrian x402 Social Token Analysis 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).

Fetches on-chain social data and token analytics for a given blockchain token via pay-per-use x402 payment.

## Facts

- Endpoint: GET https://x402.cambrian.org/deep42/social-data/token-analysis
- 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-token-analysis-5507c61a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gHSivaj0G8rACg8uaSmVK

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-token-analysis-5507c61a
```

Example prompt: Pull the social and on-chain token analysis from Cambrian for the token at address 0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984 — I need the latest metrics.

## When to prefer this

Choose this endpoint when you need combined social and on-chain analytics for a specific blockchain token in a single pay-per-use call, especially in autonomous agent workflows where per-query micropayments via x402 are acceptable and you want Cambrian's curated social-data layer rather than raw chain data.

## Known failure modes

- Missing or invalid token identifier in query params returns an error or empty result
- Insufficient USDC balance or failed x402 payment results in 402 Payment Required
- Unsupported token or chain may return empty or null analytics
- Rate limiting or service unavailability returns a 5xx error
- Malformed query parameters may cause a 400 Bad Request

## How this service works

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

## Output

Returns a JSON object containing social data and on-chain token analytics for the queried token, including metrics such as social engagement signals, trading activity, and other blockchain-derived data points relevant to the token.

## 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": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cambrian-x402-social-token-analysis-5507c61a/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)
