ToolAssay

Use this when you need the same stock from every issuer on Base in one call

Use this when you need the same stock from every issuer on Base in one call: send a ticker (NVDA, AAPL, TSLA) and get, per issuer — ST0x (wtNVDA) and Coinbase tokenized stocks (NVDAc, B20) — the genuine contract verified against the issuer's own registry, live price, premium/discount vs the real share in bps, pool depth and 24h volume, the ST0x-vs-Coinbase spread, any direct cross-issuer pool, and every impostor token using the same symbol. xStocks flagged as not on Base.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.05listed price per call
n/aprice 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/same-stock/:ticker

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

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "pathParams": {
    "ticker": ":ticker"
  },
  "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"
        },
        "pathParams": {
          "properties": {
            "ticker": {
              "description": "stock ticker (NVDA, AAPL, TSLA); ST0x (wtNVDA) or Coinbase (NVDAc) symbols also accepted",
              "type": "string"
            }
          },
          "required": [
            "ticker"
          ],
          "type": "object"
        },
        "queryParams": {
          "properties": {},
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "as_of": {
              "type": "string"
            },
            "chain": {
              "type": "string"
            },
            "cross_issuer": {
              "properties": {
                "deepest_issuer": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "direct_pools": {
                  "type": "array"
                },
                "st0x_vs_coinbase_bps": {
                  "type": [
                    "number",
                    "null"
                  ]
                }
              },
              "type": "object"
            },
            "disclaimer": {
              "type": "string"
            },
            "impostors": {
              "items": {
                "properties": {
                  "address": {
                    "type": "string"
                  },
                  "dex": {
                    "type": "string"
                  },
                  "liquidity_usd": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "name": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "reason": {
                    "type": "string"
                  },
                  "symbol": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "issuers": {
              "items": {
                "properties": {
                  "address": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "available": {
                    "type": "boolean"
                  },
                  "best_pool": {
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "genuine": {
                    "properties": {
                      "by": {
                        "type": "string"
                      },
                      "verified": {
                        "type": "boolean"
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "issuer": {
                    "type": "string"
                  },
                  "liquidity_total_usd": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "multiplier": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "note": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "paused": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  },
                  "premium_bps": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "premium_rate_adjusted_bps": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "price_usd": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "raindex_last_trade": {
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "standard": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "symbol": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "volume_24h_usd": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "wrapper_rate": {
                    "type": [
                      "number",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "kind": {
              "type": "string"
            },
            "read": {
              "type": "string"
            },
            "sources": {
              "type": "object"
            },
            "ticker": {
  

This page as JSON