Show HN: REST API for Aerodrome/Velodrome DEX – Trade Without Web3 Complexity(marketplace.quicknode.com)
marketplace.quicknode.com
Show HN: REST API for Aerodrome/Velodrome DEX – Trade Without Web3 Complexity
https://marketplace.quicknode.com/add-on/aerodrome-swap-api
5 comments
I need to check this out, theres a CB drop I read coming soon and this might be the perfect use-case
@yaannakbr can you give more details on the different pools and why they matter ?
Really smart approach to the EVM fragmentation problem! Great job QuickNode
Pool analytics are really highly detailed! Nice work.
QuickNode from YC W21, nice!
What it does: Get real-time prices, quotes, and ready-to-sign swap transactions via simple HTTP calls. No Web3 libraries, no ABI handling, no complex routing logic. We support all 8000+ pools on Aerodrome.
Why we built this: - Aerodrome uses three different pool types, making direct integration complex - EVM ecosystem is expanding, but developers need simple access to DEX data - Existing solutions require deep Web3 knowledge just to get a token price
What makes this different: - Real-time prices: Block-by-block updates using event-driven system - Direct integration: Not an aggregator - we use Aerodrome's native routing (max 3 hops) - Non-custodial: We BUILD the transaction, you sign and relay it - Zero Web3 complexity: Everything via REST API
Example - get AERO price:
Example - build a swap:
// Returns ready-to-sign transaction calldata
Full docs: https://superswaps-api.com
Technical Details: Aerodrome implements three pool types: - vAMM: Traditional Uniswap V2-style pools (x*y=k) for volatile pairs - sAMM: Curve-style pools optimized for correlated assets like stablecoins - Slipstream: Their concentrated liquidity implementation (adapted from Uniswap V3)
We handle all the complexity of determining pool types, routing, and slippage calculations server-side. This is available as a QuickNode add-on.
Would love your feedback!
Try it here: https://marketplace.quicknode.com/add-on/aerodrome-swap-api https://marketplace.quicknode.com/add-on/velodrome-swap-api