Use this when you need to resolve a stock ticker to its ST0x on-chain token, or check whet
Use this when you need to resolve a stock ticker to its ST0x on-chain token, or check whether a contract is a genuine ST0x tokenized share: the complete issuer registry for all 54-56 names on each of four chains (Base, Ethereum, HyperEVM, Robinhood Chain) — wrapped (wtNVDA, ERC-4626) and unwrapped (tNVDA, ERC-20) addresses, the ERC-1155 receipt vault, ISIN, TradingView symbol, listed flag. Versioned from the issuer's own registry; refreshed hourly.
1000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-18
updated
Provider
x402-accelerometer-feed.fly.dev · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xbC3A8eAc0601F717E803935cABEDeE8EDB7713C4",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "1000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "5dBE1vqMVJCbxpBv9kw9nQJguUhYXk5mRGVfsxEF9cc4",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "1000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {},
"type": "http"
},
"output": {
"example": {
"as_of": "2026-09-17T11:30:00.000Z",
"chains": {
"base": {
"chain_id": 8453,
"count": 54,
"tokens": [
{
"isin": "US67066G1040",
"legacy": "0x69fca9f7fad46a7eef3acef5beac9df5b7eca73b",
"listed": true,
"name": "Wrapped NVIDIA Corporation ST0x",
"receipt": "0x8dd4c6f08e446075879310afae8167cc4de2f805",
"symbol": "wtNVDA",
"ticker": "NVDA",
"tradingview": "NASDAQ:NVDA",
"unwrapped": "0x7271a3c91bb6070ed09333b84a815949d4f16d14",
"wrapped": "0xFb5B41acdbA20a3230F84BE995173CFb98b8D6E7"
}
],
"updated": "2026-09-06T00:00:00.000Z"
},
"ethereum": {
"chain_id": 1,
"count": 56,
"tokens": [
{
"isin": "US67066G1040",
"legacy": null,
"listed": true,
"name": "Wrapped NVIDIA Corporation ST0x",
"receipt": "0x…",
"symbol": "wtNVDA",
"ticker": "NVDA",
"tradingview": "NASDAQ:NVDA",
"unwrapped": "0x…",
"wrapped": "0x…"
}
],
"updated": "2026-09-07T00:00:00.000Z"
},
"hyperevm": {
"chain_id": 999,
"count": 56,
"tokens": [
{
"isin": "US67066G1040",
"legacy": null,
"listed": true,
"name": "Wrapped NVIDIA Corporation ST0x",
"receipt": "0x…",
"symbol": "wtNVDA",
"ticker": "NVDA",
"tradingview": "NASDAQ:NVDA",
"unwrapped": "0x…",
"wrapped": "0x…"
}
],
"updated": "2026-09-07T00:00:00.000Z"
},
"robinhood": {
"chain_id": 4663,
"count": 56,
"tokens": [
{
"isin": "US67066G1040",
"legacy": null,
"listed": true,
"name": "Wrapped NVIDIA Corporation ST0x",
"receipt": "0x…",
"symbol": "wtNVDA",
"ticker": "NVDA",
"tradingview": "NASDAQ:NVDA",
"unwrapped": "0x…",
"wrapped": "0x…"
}
],
"updated": "2026-09-11T00:00:00.000Z"
}
},
"disclaimer": "Public blockchain and reference data about tokenized securities. Not investment advice, not an offer, no order routing or execution. Eligibility to hold ST0x tokens is set by the issuer's prospectus.",
"issuer": "S01 Issuer GmbH (ST0x); tokens are debt instruments with a Right of Exchange for the underlying share",
"kind": "st0x_registry",
"source": "https://github.com/ST0x-Technology/st0x.registry (token-lists/*.json)"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"as_of": {
"type": "string"
},
"chains": {
"additionalProperties": {
"properties": {
"chain_id": {
"type": "number"
},
"count": {
"type": "number"
},
"tokens": {
"items": {
"properties": {
"isin": {
"type": [
"string",
"null"
]
},
"legacy": {
"type": [
"string",
"null"
]
},
"listed": {
"type": [
"boolean",
"null"
]
},
"name": {
"type": "string"
},
"receipt": {
"type": [
"string",
"null"
]
},
"symbol": {
"type": "string"
},
"ticker": {
"type": "string"
},
"tradingview": {
"type": [
"string",
"null"
]
},
"unwrapped": {
"type": [
"string",
"null"
]
},
"wrapped": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"updated": {
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"type": "object"
},
"disclaimer": {
"type": "string"
},
"issuer": {
"type": "string"
},
"kind": {
"type": "string"
},
"source": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"offer-receipt": {
"info": {
"offers": [
{
"acceptIndex": 0,
"format": "jws",
"signature": "eyJhbGciOiJFZERTQSIsImtpZCI6ImRpZDp3ZWI6eDQwMi1hY2NlbGVyb21ldGVyLWZlZWQuZmx5LmRldiNyZWNlaXB0LTEifQ.eyJhbW91bnQiOiIxMDAwIiwiYXNzZXQiOiIweDgzMzU4OWZDRDZlRGI2RTA4ZjRjN0MzMkQ0ZjcxYjU0YmRBMDI5MTMiLCJuZXR3b3JrIjoiZWlwMTU1Ojg0NTMiLCJwYXlUbyI6IjB4YkMzQThlQWMwNjAxRjcxN0U4MDM5MzVjQUJFRGVFOEVEQjc3MTNDNCIsInJlc291cmNlVXJsIjoiaHR0cHM6Ly94NDAyLWFjY2VsZXJvbWV0ZXItZmVlZC5mbHkuZGV2L3Rva2VuaXplZC1lcXVpdGllcy9zdDB4L3JlZ2lzdHJ5Iiwic2NoZW1lIjoiZXhhY3QiLCJ2YWxpZFVudGlsIjoxNzg5NzI0MDI4LCJ2ZXJzaW9uIjoxfQ.NrP8KiQrQLCnIxcbOC3OKfSn6Z1sPROuuz8PyBBq1DMI7vFoe7bx4k1hks0r8a2DyLOX_noPsz5i4Nqyk7j9Cw"
},
{
"acceptIndex": 1,
"format": "jws",
"signature": "eyJhbGciOiJFZERTQSIsImtpZCI6ImRpZDp3ZWI6eDQwMi1hY2NlbGVyb21ldGVyLWZlZWQuZmx5LmRldiNyZWNlaXB0LTEifQ.eyJhbW91bnQiOiIxMDAwIiwiYXNzZXQiOiJFUGpGV2RkNUF1ZnFTU3FlTTJxTjF4enliYXBDOEc0d0VHR2tad3lURHQxdiIsIm5ldHdvcmsiOiJzb2xhbmE6NWV5a3Q0VXNGdjhQOE5KZFRSRXBZMXZ6cUtxWkt2ZHAiLCJwYXlUbyI6IjVkQkUxdnFNVkpDYnhwQnY5a3c5blFKZ3VVaFlYazVtUkdWZnN4RUY5Y2M0IiwicmVzb3VyY2VVcmwiOiJodHRwczovL3g0MDItYWNjZWxlcm9tZXRlci1mZWVkLmZseS5kZXYvdG9rZW5pemVkLWVxdWl0aWVzL3N0MHgvcmVnaXN0cnkiLCJzY2hlbWUiOiJleGFjdCIsInZhbGlkVW50aWwiOjE3ODk3MjQwMjgsInZlcnNpb24iOjF9.fT7V2xgGepupQlxOaWc_bpCzNlQtmkRybGS8_Sdg-eJgsEIvNbwbs3mU1RWFxqazAGVhdT5Ie84WWPLHryKrAQ"
}
]
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"offers": {
"items": {
"properties": {
"acceptIndex": {
"type": "integer"
},
"format": {
"type": "string"
},
"payload": {
"properties": {
"amount": {
"type": "string"
},
"asset": {
"type": "string"
},
"network": {
"type": "string"
},
"payTo": {
"type": "string"
},
"resourceUrl": {
"type": "string"
},
"scheme": {
"type": "string"
},
"validUntil": {
"type": "integer"
},
"version": {
"type": "integer"
}
},
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"type": "object"
},
"signature": {
"type": "string"
}
},
"required": [
"format",
"signature"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"offers"
],
"type": "object"
}
}
}Use it
curl
curl "https://x402-accelerometer-feed.fly.dev/tokenized-equities/st0x/registry" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://x402-accelerometer-feed.fly.dev/tokenized-equities/st0x/registry");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://x402-accelerometer-feed.fly.dev/tokenized-equities/st0x/registry")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/12319.json, and this resource appears in /discovery/resources and /discovery/search.