Unnamed service
GET x402stock.xyz/api/v1/xstocks
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Use to monitor tokenized US equities (xStocks) against their real underlyings: every tracked xStock's on-chain price decoded from Raydium CLMM pool state on the public Solana ledger (no Backed/Chainlink/Pyth API), the underlying's live quote, and the premium/discount percent — plus pool liquidity, scaled-UI multiplier, and a us_market_open arb-context flag. From x402stock
Resource: x402stock.xyz/api/v1/xstocks
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85
Payment methods: — · Last validation: 2026-09-14 12:24:18.994+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"source",
"as_of",
"venue",
"protocol",
"program",
"note",
"us_market_open",
"sections",
"count",
"items"
],
"properties": {
"note": {
"type": "string"
},
"as_of": {
"type": "string"
},
"count": {
"type": "number"
},
"items": {
"type": "array",
"items": {
"type": "object",
"required": [
"symbol",
"underlying",
"pool",
"mint",
"xstock_price_usd",
"pool_price_raw_unit",
"multiplier",
"liquidity",
"tick_current",
"underlying_price_usd",
"underlying_change_percent",
"underlying_market_status",
"premium_percent"
],
"properties": {
"mint": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"pool": {
"type": "string"
},
"symbol": {
"type": "string"
},
"liquidity": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"multiplier": {
"type": "number"
},
"underlying": {
"type": "string"
},
"tick_current": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"premium_percent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"xstock_price_usd": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"pool_price_raw_unit": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"underlying_price_usd": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
},
"underlying_market_status": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"underlying_change_percent": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
}
},
"venue": {
"type": "string",
"const": "solana"
},
"source": {
"type": "string",
"const": "x402stock"
},
"program": {
"type": "string"
},
"protocol": {
"type": "string",
"const": "raydium-clmm"
},
"sections": {
"type": "object",
"required": [
"onchain",
"underlying"
],
"properties": {
"onchain": {
"type": "string",
"const": "ok"
},
"underlying": {
"enum": [
"ok",
"unavailable"
],
"type": "string"
}
},
"additionalProperties": false
},
"us_market_open": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
"amount": "40000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "40000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.