OQ — S40 · For traders & funds
Decoded DEX, launchpad and perpetuals data on one SQL surface, with results you can hand to a risk committee and have them check.
Aggregators, AMMs, concentrated liquidity, order books, perpetuals and launchpads, all decoded from their own IDLs.
Fast reads
Filtered lookups on the small engine return in well under a second.
Is this real-time enough to trade on?
OnchainQueries is a research and reporting surface, not an execution feed. Decoding follows the chain tip closely and every query records the high-watermark slot it saw, but if you need microsecond-level market data you want a direct feed, not an analytical SQL engine.
Can I compute market-wide Solana volume?
Query the individual protocol tables and union them, so the coverage is a decision you made. Do not use dex_solana.trades for this — its coverage is currently Pump Fun only and its USD columns are NULL.
How do I show my work?
Keep the manifest. It records the physical tables read, the catalog hash and the slot the query was planned at, plus a SHA-256 per part.
Port something you have computed elsewhere and compare.