ToolAssay

Use this when you need to resolve a stock ticker to its ST0x on-chain token, or

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1810 msmedian answer time
$0.001listed price per call
$0.001price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://x402-accelerometer-feed.fly.dev/tokenized-equities/st0x/registry

CategoryCompany and compliance
Provider hostx402-accelerometer-feed.fly.dev
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.001 1810 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {},
  "type": "http"
}

Promised output schema (from the provider)

{
  "$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"
}

This page as JSON