# RobinX Token Pulse — Live X Chatter & Caller Signal for Robinhood Chain

> RobinX Token Pulse — Live X Chatter & Caller Signal for Robinhood Chain is a paid API for AI agents from api.robinx.io, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-14).

Returns a synthesized pulse of live X (Twitter) chatter, sentiment, and measured-caller presence for a given token on Robinhood Chain (chain 4663), grading callers by their historical on-chain accuracy.

## Facts

- Endpoint: GET https://api.robinx.io/pulse/%7Btoken%7D
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/robinx-token-pulse-live-x-chatter-caller-signal-for-robinhood-chain-8513cee1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YPFA9Q3FBIhDPs-bblD3j

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 robinx-token-pulse-live-x-chatter-caller-signal-for-robinhood-chain-8513cee1
```

Example prompt: Pull the RobinX pulse for token 0xABC123 on Robinhood Chain — I want to know the current X sentiment, what callers are saying, and whether any historically accurate callers are in the conversation.

## When to prefer this

Choose this endpoint when you need to assess the credibility-weighted social signal around a specific Robinhood Chain token — not just raw sentiment volume, but whether the people talking are historically accurate callers. Prefer this over generic sentiment APIs when operating specifically on Robinhood Chain (chain 4663) and when caller track-record grading matters.

## Known failure modes

- Token not found on Robinhood Chain — returns empty or error if the token address/ticker is invalid or not indexed
- No X chatter data available — token may be too new or have insufficient social activity
- Payment failure — x402 micropayment not processed, request rejected
- Rate limiting or API unavailability — service may return 429 or 503 under load
- Stale data — pulse may lag real-time X activity by some minutes

## How this service works

RobinX grades every X (Twitter) caller and every deployer on Robinhood Chain (chain 4663) against real on-chain price since genesis — who called it early, who chased, whose launches survive. Receipts, not follower counts. Per call over x402, or one line of MCP.

## Output

Returns a JSON object with a narrative string synthesizing live X chatter, a sentiment label (e.g. 'mixed', 'bullish', 'bearish'), and a count of measured (historically accurate) callers currently present in the conversation, plus a signal field identifying the result type as 'pulse'.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "narrative": "brief synthesis of live X chatter",
   "sentiment": "mixed",
   "measured_callers_present": 2
  },
  "signal": "pulse"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/robinx-token-pulse-live-x-chatter-caller-signal-for-robinhood-chain-8513cee1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.robinx.io](https://www.zero.xyz/host/api.robinx.io/llms.txt)
