WWSB DocsOpen app ↗
For the full product shape, start with the overview.
R

Robinhood stock tokens

The All stocks screen uses Robinhood’s official asset registry to build the searchable stock-token directory.

Data source#

The app requests Robinhood’s public asset registry through a local server route and keeps active assets for the stock-token directory.

Current app route
GET /api/stocks

Upstream: https://api.robinhood.com/rhj/assets
Status: ASSET_STATUS_ACTIVE

Displayed fields#

  • IdentitySymbol, company or token name, and logo.
  • DeploymentRobinhood Chain contract address and chain ID when returned.
  • Trading flagsMarket, extended-hours, and overnight capabilities when returned.

Directory behavior#

Search matches symbol and name. Progressive loading lets the interface display the complete active result set without rendering every row at once.

Content is based on the WSB frontend brief and the current public prototype.