frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Show HN: REST API for Aerodrome/Velodrome DEX – Trade Without Web3 Complexity

https://marketplace.quicknode.com/add-on/aerodrome-swap-api
6•yaanakbr•3h ago
Hey HN! QuickNode team here, and we just launched a REST API for Aerodrome (Base) and Velodrome (Optimism) DEXs.

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:

  curl "https://your-endpoint.../v1/prices?target=aero&symbols=AERO"
  // Returns current price
  {
    "prices": {
      "0x940181a94a35a4569e4529a3cdfb74e38fd98631": {
        "token": {
          "address": "0x940181a94A35A4569E4529A3CDfB74e38FD98631",
          "symbol": "AERO",
          "decimals": 18,
          "listed": true
        },
        "price": 0.6916062016185747,
        "price_display": 0.691606
      }
    }
  }
Example - build a swap:

  curl -X POST "https://your-endpoint.../v1/swap/build?target=base" \
    -H "Content-Type: application/json" \
    -d '{"from_token":"AERO","to_token":"USDC","amount":10.0,"wallet_address":"0x..."}'
// 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

Comments

nickster440•3h ago
I need to check this out, theres a CB drop I read coming soon and this might be the perfect use-case
luccastera•2h ago
@yaannakbr can you give more details on the different pools and why they matter ?

Analytic approach to creating homogeneous fields with finite-size magnets

https://arxiv.org/abs/2502.18262
1•PaulHoule•1m ago•0 comments

Exploring V2X in 5G networks: A comprehensive survey of location-based services

https://www.sciencedirect.com/science/article/pii/S2214209625000051
1•blendo•2m ago•0 comments

Use Twitter/X from Go

https://github.com/ashercn97/twiti
1•ashersopro•3m ago•0 comments

Show HN: OpenAPI mocks that don't suck – realistic test data, quick setup

https://beeceptor.com/openapi-mock-server/
1•ankit84•3m ago•0 comments

Systemd has been a complete, utter, unmitigated success

https://blog.tjll.net/the-systemd-revolution-has-been-a-success/
1•RGBCube•4m ago•0 comments

My travel Linux tablet: Dell Latitude 7200 and Lubuntu

https://old.reddit.com/r/linuxhardware/comments/1jmjrxu/my_travel_linux_tablet_dell_latitude_7200_lubuntu/
2•indigodaddy•6m ago•0 comments

KV_log: High-performance embedded key-value database

https://github.com/aergoio/kv_log
1•kroggen•7m ago•0 comments

Ask Your LLM:)

1•brevis•12m ago•0 comments

Feds Could End Wyoming's Controversial Cloud Seeding Program for Good

https://cowboystatedaily.com/2025/07/07/feds-could-end-wyomings-controversial-cloud-seeding-program-for-good/
1•Bender•14m ago•0 comments

Writing an LLM from scratch, part 16 – layer normalisation

https://www.gilesthomas.com/2025/07/llm-from-scratch-16-layer-normalisation
1•gpjt•17m ago•0 comments

DocsMCP – MCP Server for Docs

https://docsmcp.vercel.app/
1•aksh_goark•17m ago•1 comments

Sail: a Rust-Based Spark Replacement

https://lakesail.com/blog/sail-0-3/
4•chenxi9649•18m ago•1 comments

Experimenting with policy gradient methods in Jax

https://github.com/elliotvilhelm/jax-policy-gradient
1•monadicmonad•21m ago•0 comments

AT&T rolls out protections to block SIM-swapping attacks

https://www.scworld.com/news/att-rolls-out-protections-to-block-sim-swapping-attacks
1•Bender•22m ago•0 comments

The Tradeoffs of SSMs and Transformers

https://goombalab.github.io/blog/2025/tradeoffs/
2•jxmorris12•22m ago•0 comments

Two bugs for Linux Sudo utility patched, one rated critical

https://www.scworld.com/news/two-bugs-for-linux-sudo-utility-patched-one-rated-critical
1•Bender•22m ago•0 comments

How does air pollution impact your brain?

https://neurofrontiers.blog/how-does-air-pollution-impact-your-brain/
1•lentoutcry•23m ago•0 comments

Post Office and Fujitsu execs 'should have known' Horizon IT system was flawed

https://www.theregister.com/2025/07/08/post_office_horizon_inquiry/
4•rntn•23m ago•1 comments

Impostor uses AI to impersonate Rubio and contact foreign and US officials

https://apnews.com/article/rubio-artificial-intelligence-impersonation-1b3cc78464404b54e63f4eba9dd4f5a9
2•wslh•24m ago•0 comments

State Dept. Is Investigating Messages Impersonating Rubio, Official Says

https://www.nytimes.com/2025/07/08/us/politics/rubio-ai-impersonation-investigation.html
1•cmyeaton•25m ago•0 comments

Red Sprite Transient Luminous Event Photographed from ISS

https://twitter.com/Astro_Ayers/status/1940810789830451563
3•gnabgib•27m ago•0 comments

IBM Power11 hits the market this month

https://www.talospace.com/2025/07/power11-hits-market-this-month.html
3•jandeboevrie•28m ago•0 comments

Building a Low-Cost IoT Edge Node with ESP32: Lessons from Real Deployments

1•ariajames•28m ago•1 comments

Ask HN: Grok went crazy

1•mcavdar•29m ago•1 comments

Android malware Anatsa infiltrates Google Play to target US banks

https://www.bleepingcomputer.com/news/security/android-malware-anatsa-infiltrates-google-play-to-target-us-banks/
1•sandwichsphinx•31m ago•1 comments

A consistent anomaly inside ChatGPT – and how to reproduce it

https://doc.clickup.com/90181358930/p/h/2kzkmnaj-318/1eca28e03b45361
1•MaroonWhale•31m ago•1 comments

Show HN: Tothemoon live crypto countdown tracker

https://countdowncalendar.io/tothemoon/crypto/eth
1•breakingwalls•31m ago•0 comments

TSA expected to phase out shoe removal policy at airport security

https://www.tennessean.com/story/travel/2025/07/08/tsa-shoe-removal-policy-tennessee-airports-phase-out/84506399007/
16•bookmtn•31m ago•7 comments

The Set of Integers with a Unique Maximum

https://leetarxiv.substack.com/p/enumerating-the-set-of-integer-softmax
1•muragekibicho•34m ago•0 comments

When partnership constraints force architectural pivots

https://swiftburst.org
1•sbeli•34m ago•1 comments