Neroswap – real-time DEX aggregator for Monero (and Wownero)
Neroswap is an aggregator for non-custodial Monero swaps. We pull orderbooks from BasicSwap (atomic swaps), Retoswap (Haveno fork), and Eigenwallet (Tor-rendezvous atomic swaps), normalize them into a single book per pair, and answer the questions you actually care about as a trader: who has the best price right now, what will my swap actually fill at, and how does that compare to Kraken. We also aggregate the main Wownero CEX feeds (Nonlogs, CexSwap, AltQuick) since the WOW market is fragmented across small venues that nobody charts together. This week's additions: Per-pair stacked depth charts (cumulative bid/ask, color-coded per DEX) Effective-price-for-size quote calculator (walks every book, proposes cross-source split) Historical candlestick charts back to whenever we started recording Liquidity heatmap (USD depth within ±2% of mid, every pair × every DEX) Public JSON API at /api/v1 — free, CORS, ETag-cached, 60 req/min/IP Embeddable price widget (copy-paste iframe) Stack: Next.js App Router (Turbopack), SSR + ISR, SQLite for time-series snapshots, Python scrapers feeding via a private LAN HTTP server, Tailwind, lightweight-charts for candles, native SVG for depth charts. No client-side wallet code, no auth, no tracking beyond standard analytics. Live: https://neroswap.com https://neroswap.com/docs https://neroswap.com/embed
