# Robinhood Chain Tokenized Stocks & ETFs Discovery Feed

> Robinhood Chain Tokenized Stocks & ETFs Discovery Feed is a paid API for AI agents from x402-services-production.up.railway.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Lists tokenized stocks and ETFs live on Robinhood Chain with on-chain prices, liquidity, and volume data for a default or specified set of tickers.

## Facts

- Endpoint: POST https://x402-services-production.up.railway.app/api/rh/stocks
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/robinhood-chain-tokenized-stocks-etfs-discovery-feed-2f901ef1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gDeoaikCgdgGZ__0x8qWF

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-stocks-etfs-discovery-feed-2f901ef1 -d '<json body>'
```

Example prompt: Show me the live on-chain prices, liquidity, and volume for NVDA, AAPL, and TSLA as tokenized stocks on Robinhood Chain.

## When to prefer this

Use this endpoint when you need to discover or query tokenized equities (stocks or ETFs) available on Robinhood Chain, especially for building on-chain equity strategies, checking on-chain liquidity before trading, or monitoring which tokenized assets are currently live. Prefer this over generic stock price APIs when you specifically need on-chain tokenized asset data rather than traditional market data.

## Known failure modes

- Invalid ticker symbol returns empty or error response
- Network/service unavailability returns 5xx error
- Malformed request body returns 400 bad request
- Ticker not listed on Robinhood Chain returns empty result for that symbol
- Payment failure ($0.02 USDC) prevents access to the endpoint

## How this service works

List tokenized stocks & ETFs live on Robinhood Chain with on-chain prices, liquidity, and volume. Send {} for the default basket or { tickers: [...] } for specific ones. Discovery feed for agents building tokenized-equity strategies.

## Output

A list of tokenized stocks and ETFs available on Robinhood Chain, each with current on-chain price, liquidity depth, and trading volume — structured for agents building tokenized-equity strategies.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "tickers": {
   "type": "object",
   "description": "Optional array of tickers, e.g. [\"NVDA\",\"AAPL\"]; defaults to a common basket"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/robinhood-chain-tokenized-stocks-etfs-discovery-feed-2f901ef1/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)
