# Robinhood Chain Tokenized Stock Momentum Scanner

> Robinhood Chain Tokenized Stock Momentum Scanner is a paid API for AI agents from x402-services-production.up.railway.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns momentum signals and price-action intelligence for a tokenized stock on Robinhood Chain, enabling AI agents to detect trading opportunities.

## Facts

- Endpoint: POST https://x402-services-production.up.railway.app/api/rh/momentum
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/robinhood-chain-tokenized-stock-momentum-scanner-5a2d94b6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DDsOBPJOy0jZiVrLsZpZ-

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 robinhood-chain-tokenized-stock-momentum-scanner-5a2d94b6 -d '<json body>'
```

Example prompt: What's the current momentum signal for NVDA on Robinhood Chain — is there a strong directional move setting up right now?

## When to prefer this

Choose this endpoint when you need real-time momentum signals specifically for tokenized stocks on Robinhood Chain, especially when you want to detect dislocation vs real equity, gap events, or earnings/dividend-driven price action on-chain. Prefer this over generic price feeds when you need trading-signal intelligence rather than just a raw price quote, and when you need to pay per call with stablecoins rather than managing API subscriptions.

## Known failure modes

- Invalid or unsupported ticker returns an error (ticker not listed on Robinhood Chain)
- Payment not settled in a supported stablecoin/chain results in a 402 rejection
- Stale or delayed oracle data may affect accuracy of momentum readings
- Network or Railway deployment downtime causes 5xx errors
- Rate limiting if too many requests submitted in rapid succession

## How this service works

Real-time price momentum for a tokenized stock on Robinhood Chain: price change over 5m/1h/6h/24h, per-window onchain volume, a volume-surge ratio (last hour vs the 24h hourly average), and an accelerating flag. Send { ticker }. Catch a tokenized stock breaking out intraday.

## Output

Returns real-time momentum intelligence for the specified tokenized-stock ticker on Robinhood Chain, likely including price action metrics, directional signals, gap or dislocation indicators, and trading catalysts such as earnings or dividend events relevant to the on-chain token.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object"
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/robinhood-chain-tokenized-stock-momentum-scanner-5a2d94b6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-services-production.up.railway.app](https://www.zero.xyz/host/x402-services-production.up.railway.app/llms.txt)
