what's Trade Router?
Trade Router is a non-custodial Solana trading infrastructure designed for AI agents and builders. It provides a simple REST API (api.traderouter.ai) and WebSocket for executing swaps, market-cap-based limit orders, trailing orders, and portfolio holdings scans without requiring an API key. Private keys remain client-side via unsigned transactions, ensuring security while integrating seamlessly with DEXs like Raydium, Orca, and Meteora. Key mechanics include MEV protection through priority fee bundling (/protect endpoint), precise holdings detection to avoid double-buying, and WebSocket order management (create, list, cancel, extend). It supports slippage control, order expiry up to 336 hours, and server-side Ed25519 signatures with nonces for trust-minimized execution. Model Context Protocol (MCP) enables easy use in tools like Claude Desktop or Cursor, with OpenAPI spec for LLM discovery.
Links
x.com/trade_routerFeatured in eli5_defi's "Project Spotlight - Week 09/2026" alongside eight other projects, described as Solana trading infrastructure for AI agents and builders offering one API for accurate holdings, MEV protection, limits, and trailing orders.