ToolAssay

Use this when you want to know what is actually trading in tokenized stocks on B

Use this when you want to know what is actually trading in tokenized stocks on Base right now: the last 24 hours on ST0x's own DEX (Raindex) per token — USDC volume, trade count, last on-chain price and time — plus each token's issued vault supply and ERC-4626 wrapper rate, sorted by volume, with platform totals. Read straight from the public subgraphs and RPC; refreshed every 5 minutes.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
3572 msmedian answer time
$0.01listed price per call
$0.01price 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/pulse

CategoryMarket data
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

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 3572 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"
            },
            "chain": {
              "type": "string"
            },
            "disclaimer": {
              "type": "string"
            },
            "kind": {
              "type": "string"
            },
            "sources": {
              "type": "object"
            },
            "tokens": {
              "items": {
                "properties": {
                  "isin": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "last_price_usdc": {
                    "type": "number"
                  },
                  "last_trade_at": {
                    "type": "string"
                  },
                  "symbol": {
                    "type": "string"
                  },
                  "ticker": {
                    "type": "string"
                  },
                  "trades": {
                    "type": "number"
                  },
                  "vault_supply_shares": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "volume_usdc": {
                    "type": "number"
                  },
                  "wrapper_rate": {
                    "type": [
                      "number",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "totals": {
              "properties": {
                "tokens_listed": {
                  "type": "number"
                },
                "tokens_traded": {
                  "type": "number"
                },
                "trades": {
                  "type": "number"
                },
                "volume_usdc": {
                  "type": "number"
                }
              },
              "type": "object"
            },
            "window_hours": {
              "type": "number"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON