Is this tokenized stock safe to buy, and am I overpaying?
Is this tokenized stock safe to buy, and am I overpaying? Pre-trade RWA check for an agent buying an on-chain US stock. BATCH: ?watch=NVDAx,TSLAx,... — up to 25 symbols or addresses in ONE call at one price, each ok/review/avoid + what changed since your last poll. Single: ?symbol= or ?address=. Answers AUTHENTICITY (real issuer token or IMPERSONATOR) plus liquidity, depeg_bps, and basis_bps — the gap to a LIVE quote of the underlying that no oracle sees off-hours.
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://stockwaves.net/api/xstock/health
| Category | Market data |
|---|---|
| Provider host | stockwaves.net |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 13 from 3 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",
"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": {
"address": {
"description": "Token address instead of symbol (Solana mint or 0x EVM)",
"type": "string"
},
"since": {
"description": "Watch look-back window in minutes (default 120)",
"maximum": 10080,
"minimum": 5,
"type": "integer"
},
"symbol": {
"description": "Tokenized-stock ticker, e.g. AAPLx | AAPLon | TSLAr",
"type": "string"
},
"underlying": {
"description": "Real stock ticker (e.g. TSLA) \u2014 compare EVERY verified tokenized version across issuers instead of checking one token",
"type": "string"
},
"watch": {
"description": "Comma-separated token addresses (max 10) \u2014 return ONLY what CHANGED materially since `since` minutes ago. For monitors.",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}