# Coin Railz Token Sentiment Analysis

> Coin Railz Token Sentiment Analysis is a paid API for AI agents from coinrailz.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Analyzes social sentiment for crypto tokens with momentum indicators and community activity levels

## Facts

- Endpoint: POST https://coinrailz.com/x402/token-sentiment
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coin-railz-token-sentiment-analysis-ed52fe73
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XsP4ApFTx20NJkF6NpRac

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 coin-railz-token-sentiment-analysis-ed52fe73 -d '<json body>'
```

Example prompt: What's the current social sentiment and momentum score for PEPE token right now — is the community buzz bullish or bearish?

## When to prefer this

Use this endpoint when an AI trading agent or user needs to gauge community sentiment and social momentum around a specific crypto token before making trading decisions. Prefer this over raw price data endpoints when social signals and sentiment are the primary decision factor.

## Known failure modes

- Unknown or unsupported token symbol returns error
- Payment of 0.25 USDC not received causes 402 rejection
- Rate limiting if too many requests in short period
- Invalid token address format returns validation error
- Token with insufficient social data may return low-confidence result

## How this service works

Social sentiment analysis for tokens with momentum indicators and activity levels

## Output

Returns a JSON object with sentiment result, service name, success status, and timestamp. Includes social sentiment direction, momentum indicators, and community activity levels for the queried token.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Query parameter for the service"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "application/json",
 "format": "json",
 "example": {
  "result": "Service executed successfully",
  "service": "token-sentiment",
  "success": true,
  "timestamp": "2026-02-07T01:36:58.120Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coin-railz-token-sentiment-analysis-ed52fe73/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coinrailz.com](https://www.zero.xyz/host/coinrailz.com/llms.txt)
