# Robinhood Chain Tokenized Stock Catalysts

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

Returns upcoming earnings and dividend catalyst events for a Robinhood Chain tokenized-stock ticker to inform trading decisions.

## Facts

- Endpoint: POST https://x402-services-production.up.railway.app/api/rh/catalysts
- Price: $0.05/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-catalysts-6d2be732
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vaSQlqjcPfp24YFaIf23q

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-catalysts-6d2be732 -d '<json body>'
```

Example prompt: What are the upcoming earnings and dividend catalyst events for NVDA on Robinhood Chain? I want to time a position around the next major move.

## When to prefer this

Use this endpoint when you specifically need earnings and dividend catalyst intelligence for tokenized stocks listed on Robinhood Chain, especially when building trading strategies that depend on knowing upcoming corporate events. Prefer this over generic earnings-date APIs when the target asset is an on-chain tokenized equity and you need the data in a pay-per-call, keyless flow via stablecoin settlement.

## Known failure modes

- Invalid or unsupported ticker returns an error or empty result
- Ticker exists on traditional markets but is not yet tokenized on Robinhood Chain
- No upcoming catalyst events found — response may be empty or indicate no scheduled events
- Payment failure or insufficient USDC balance causes 402 response
- Network or upstream data provider outage causes timeout or 503

## How this service works

Event catalysts for a tokenized stock, mapped from the underlying equity: next earnings date (with before/after-close timing and days away) and next dividend (ex-date, payment date, yield, annualized). Send { ticker }. Tokenized stocks gap with the real company's earnings and dividends — front-run the catalyst.

## Output

Returns structured catalyst data for the specified Robinhood Chain tokenized-stock ticker, including upcoming earnings dates, dividend dates, and other relevant corporate action events that may impact price. Used to identify high-volatility windows and time on-chain trades.

## 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-catalysts-6d2be732/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)
