Hourly readings per tokenized stock wrapper from 12 issuers (the issuer filter l
Hourly readings per tokenized stock wrapper from 12 issuers (the issuer filter lists them): wrapper price (liquidity-weighted DEX median, or the exchange price under chain cex), the real share reference and its session, premium in percent, pool liquidity, 24h volume and admitted pools, recorded from 2026-09-23 and kept permanently. The free /api/public/tokenized-stocks returns only the latest board, with price_source per wrapper.
Answeringour last check, 2026-09-26
1 of 1checks answered this week
340 msmedian answer time
$0.1listed price per call
$0.1price 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://bykaranteli.com/api/x402/tokenized-stocks-history
| Category | Market data |
|---|---|
| Provider host | bykaranteli.com |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-26 | valid payment request | 402 | $0.1 | 340 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"chain": "solana",
"days": 7,
"wrapper": "TSLAx"
},
"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": {
"chain": {
"description": "string, optional: solana | ethereum | bnb | arbitrum | base | robinhood | ton | mantle | optimism | ink | hyperevm | xlayer | tron | linea | morph | provenance | plume | algorand | cex",
"type": "string"
},
"days": {
"description": "number, optional, 1..366, default 7",
"type": "number"
},
"from": {
"description": "iso, optional",
"type": "string"
},
"issuer": {
"description": "string, optional: xstocks | robinhood | coinbase | bstocks | ondo | backpack | gstocks | reality | superstate | figure | dinari | securitize",
"type": "string"
},
"limit": {
"description": "number, optional, max 20000",
"type": "number"
},
"to": {
"description": "iso, optional",
"type": "string"
},
"wrapper": {
"description": "string, required, e.g. TSLAx",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}