Accurate live and historical prices for any Solana token — over one clean API, priced per mint instead of per mystery credit. That's a live, reconciled chart on the right — paste your own mint below and run a real call, no key.
<iframe src="https://www.quanaris.com/chart/<MINT>?interval=1m">Embed in one iframe →Tap a token people are trading right now — or paste any mint — and run a real, anonymous call. Live price, no key, no signup.
Live spot prices for any mint — the honest fallback when we don't yet index it. Subscribe one and we backfill full reconciled candles.
# Try it right now — no key needed (12 req/s anonymous) curl "https://www.quanaris.com/v1/token/C7heQqfNzdMbUFQwcHkL9FvdwsFsDRBnfwZDDyWYCLTZ/ohlcv?interval=1d" # Your token — sign in for a free key, then use the header curl https://www.quanaris.com/v1/token/<your token>/ohlcv?interval=1m \ -H "x-api-key: $QUANARIS_KEY"
// Live candle + trade stream over one WebSocket const ws = new WebSocket("wss://www.quanaris.com/ws"); ws.onopen = () => ws.send(JSON.stringify({ type: "subscribe", channel: "ohlcv", params: { chain: "solana", address: MINT, interval: "1m" } })); ws.onmessage = (e) => console.log(JSON.parse(e.data));
{ "network": "mainnet", "address": "<MINT>", "interval": "1m", "data": [{ "t":1760000000, "o":"1.23", "h":"1.28", "l":"1.20", "c":"1.25", "v":"98765.43", "trades":532, "confirmed":true }] }
Every candle is reconciled against on-chain history and marked confirmed. Prices are real, never guessed — and when we genuinely can't be sure, we tell you instead of inventing a number.
Mainnet transactions stream in over Helius LaserStream gRPC. New trades hit your candles in under a second.
Live candles arrive instantly, then get re-checked against on-chain history and marked confirmed — gaps repaired automatically. USD prices use the real SOL/USD rate at each block, never a guess, and every mint ships a public coverage receipt. See the proof →
Backfill from a compressed full-history Solana archive — go further back than the competition, priced to keep forever.
Raydium, Orca, Meteora, Pump.fun & PumpSwap decoded with a wallet-first engine — plus a long-tail fallback.
One request returns a tenant and your first API key — shown once. Prefix qnr_live_.
POST /v1/tokens/register claims a slot and turns on live tracking. If the mint is new to the platform, a one-time backfill starts too.
Historical candles land priced at the SOL/USD true at each block; live ticks stream in under a second.
You pay for mint slots, throughput and history depth — flat USDC, no compute units. Already-indexed mints are free to add.
USDC on Solana — one wallet transfer per cycle. No card, no lock-in, and an on-chain receipt every time. Renew or stop whenever.
No compute-unit metering: independent estimates put monitoring ~1,000 mints at 1-second OHLCV around $56k/yr on Birdeye's CUs — here that's a flat plan.
Scale & Enterprise also unlock transaction replay & forensics — money flow, CPI trees, MEV attribution. Read the replay docs →
One plain USDC wallet transfer per cycle — no delegate, no standing approval, and an on-chain receipt for every payment. Card billing comes later; for now you stay fully in control of your wallet.
You renew with one click, or do nothing and the plan simply stops — there's no auto-pull on your wallet. A subscribed mint commits for the cycle so churn can't run up backfills, then frees up.
Yes. Anonymous reads are open at 12 req/s — try the hero curl with no key. Sign in (Google or wallet, gasless) for a free account and your first API key, subscribe one mint, and watch the backfill run before you ever pay.
Mainnet transactions stream in over Helius LaserStream gRPC; history is backfilled from a full-history Solana archive. Live candles land provisional and recent bars are re-verified against on-chain history — every mint has a public coverage receipt, and we publish the drift backtest.
Cancel anytime from the Billing tab — your plan stays active until the end of the cycle you already paid for, then stops. No auto-renewal, no clawback. See refunds for the details.
You just watched a live chart and ran a real call — no key. Get a free key, subscribe your first mint, and watch the backfill fill in.