← Home

API

API access

The same stock token data shown on this site — live price, corporate-action adjusted supply, 24h change, and pending corporate actions — is available as JSON for machine callers, read directly from our Robinhood Chain snapshot pipeline.

What's available

A single JSON endpoint returns every catalog token with price, source (Chainlink or Robinhood registry), 24h change, corporate-action adjusted supply, and any pending corporate actions. The exact URL is shared when your key is issued — it's not published here.

{
  "chainId": 4663,
  "updatedAt": "2026-07-29T12:00:00.000Z",
  "tokens": [
    {
      "symbol": "NVDA",
      "name": "NVIDIA xStock",
      "address": "0x...",
      "priceUsd": 185.65,
      "priceSource": "chainlink",
      "change24hPercent": 3.19,
      "supply": 40000000,
      "supplyAdjusted": true,
      "snapshotTs": "2026-07-29T11:55:00.000Z"
    }
  ],
  "pendingCorporateActions": [
    {
      "symbol": "NVDA",
      "currentMultiplier": 1,
      "stagedMultiplier": 4,
      "change": "4-for-1 split",
      "effectiveAt": "2026-08-01T00:00:00.000Z",
      "checkedAt": "2026-07-29T11:55:00.000Z"
    }
  ]
}
Getting access

This isn't self-serve yet — there's no signup flow. Access is a single bearer key we issue directly (the same one our own trusted callers use), sent as Authorization: Bearer <key>. DM us on X and we'll set you up.

DM us

Looking for push notifications instead of polling an API? See corporate-action alerts.