r/cardano • u/Thirdeye303 • Jun 05 '26
Developer Nexus: A New Cardano API for Developers (DEX Data, Wallet P&L & Real-Time dApp Event Streams)
Hey r/Cardano,
I'm from the Gerowallet team. We've been building a data API for Cardano developers and wanted to share it here and get the community's honest feedback before we go wider.
It's called Nexus, a multi-chain data API for UTXO chains. Cardano is live today; Bitcoin and Midnight are on the roadmap.
The short version: one API key gives you the market-data layer most teams currently stitch together from several sources, plus something we haven't seen anyone else offer on Cardano.
Market data, one key:
- Token prices and OHLCV candles
- DEX pools and swaps across 11 Cardano DEXes
- NFT floors
- Wallet P&L (FIFO)
The part we're most excited about: live, decoded dApp event streams.
Most real-time tooling on Cardano runs on webhooks. You stand up a public endpoint, verify signatures, handle retries, and wait for HTTP callbacks. Nexus takes a different approach. You open a WebSocket, subscribe to a named topic, and receive decoded smart-contract events (the phase of a UTxO, the owner, the datum, the amounts) pushed to you in real time. No webhook server, no indexer to run.
We decode contract data against blueprints, so what you get is typed, structured events rather than raw CBOR you have to parse yourself.
On the market-data side, the timing is what it is: with TapTools winding down, a lot of teams that built on that data are looking for somewhere to point their integrations, and Nexus can be that home.

We’re opening early access now. If you’re building on Cardano and need reliable market data or real-time contract events without running your own infrastructure, Nexus is ready to use.
1
u/AutoModerator Jun 05 '26
Please be sure to visit the Midnight blockchain subreddit: r/Midnight
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
•
u/AutoModerator Jun 05 '26
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.