API reference / Tokenized equities (xStocks)

Tokenized equities (xStocks)

xStock prices decoded from Raydium CLMM pool state on the public Solana ledger, joined live against the real underlying quote — premium/discount, liquidity, and an arb-context flag. No Backed/Chainlink/Pyth API. Daily history archives as xstocks.premium.

2 endpoints. Pay per call in USDC via x402 with no account, or get unlimited calls for $99/mo. Every response is shaped { ticker, data, source, as_of }.

GET/api/v1/xstocks$0.04

Tokenized-equity (xStocks) on-chain prices vs. underlyings, with premium

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.

Example request
GET /api/v1/xstocks

Example response coming soon — call the endpoint to see the live shape, or check /openapi.json.

GET/api/v1/xstocks/{ticker}$0.02

One xStock: on-chain price, underlying quote, live premium/discount

Use to track one tokenized equity by xStock symbol (AAPLx) or underlying ticker (AAPL): the on-chain Raydium CLMM pool price from the public Solana ledger, the per-share price after its Token-2022 scaled-UI multiplier, the underlying's live quote, and the premium/discount percent. List every tracked symbol via /xstocks.

Example request
GET /api/v1/xstocks/AAPL

Example response coming soon — call the endpoint to see the live shape, or check /openapi.json.