App

Check a Stock Token.

Search a ticker to read its live status: token, transfers, trading, oracle and underlying, each with its source and timestamp.

Reading from the recorded snapshot. Set a Robinhood Chain RPC to read pause state live.

Every tracked token, as it stands right now.

Developer API

Query it before you interact

Send Accept: application/json to any asset path, or use the /api prefix. Live responses below are for Microsoft Corporation.

The overall state of MSFT in one call

The compact summary a wallet or protocol checks before every interaction: the verdict, the reasons behind it and each category's state.

GET /assets/MSFT/status

Open the JSON
{
  "asset": "MSFT",
  "token": "0x3b2d5F6a0c9E8d7B4a1f2C3e4D5f6A7b8C9d0E12",
  "chain": "Robinhood Chain",
  "overall_status": "WARNING",
  "reasons": [
    "Corporate action: Quarterly cash dividend of $0.83 per share. Token holders of record on the ex-date receive the equivalent distribution."
  ],
  "token_status": "ACTIVE",
  "transfer_status": "ENABLED",
  "trading_status": "ACTIVE",
  "oracle_status": "HEALTHY",
  "underlying_status": "ACTIVE",
  "corporate_action": "DIVIDEND",
  "last_updated": "2026-09-19T17:09:54.006Z"
}