From 61ef2cd3fef599ab3bef2e9adb01b8dffa66d8e5 Mon Sep 17 00:00:00 2001 From: MoonSoon69 Date: Fri, 20 Mar 2026 13:44:30 +0100 Subject: [PATCH] Add SwapAPI to Projects Building with AI Agents Library MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SwapAPI is a free DEX aggregator API built for AI agents โ€” no API key, no SDK, no account required. Returns executable swap calldata across 46 EVM chains via a single GET request. Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ad43ad9..84e6eab4 100644 --- a/README.md +++ b/README.md @@ -351,6 +351,7 @@ defi_agents = [a for a in agents if 'defi' in a['meta']['tags']] ## ๐Ÿ”— Projects Building with AI Agents Library ๐Ÿค - **SperaxOS** - [Application Branch](https://github.com/nirholas/AI-Agents-Library/tree/speraxos) +- **[SwapAPI](https://swapapi.dev)** - Free DEX aggregator API for AI agents. No API key required. Returns ready-to-sign swap calldata across 46 EVM chains via a single GET request. ([GitHub](https://github.com/swap-api/swap-api) ยท [API](https://api.swapapi.dev)) ---