How it works
Get a quote
Call
GET /api/v2/quote (swap) or GET /api/v1/bridge/quote (bridge) with your parameters. The API returns an unsigned transaction with price data and routing info.Sign the transaction
Sign the returned transaction client-side using ethers.js (EVM) or @solana/web3.js (Solana). Your private key never leaves your application.
Key features
Universal Routing
Swap any token to any token — not just native pairs. USDC to USDT, Token to USDC, or any combination with automatic optimal path finding via the Naos Trading Router.
Cross-Chain Bridge
Bridge native tokens between any supported chain. EVM to EVM, EVM to Solana, Solana to EVM — with a 0.25% fee.
MEV Protection
Built-in sandwich attack prevention with private mempool routing on EVM chains.
Token Intelligence
Get token metadata, pool info, buy/sell taxes, liquidity depth, market cap, and contract security audits — all in one call.
Endpoints overview
| Endpoint | Method | Description |
|---|---|---|
/api/v2/quote | GET | Get unsigned swap transaction with price quote |
/api/v2/execute | POST | Execute signed swap transaction on-chain |
/api/v1/bridge/quote | GET | Get unsigned bridge transaction with quote |
/api/v1/bridge/execute | POST | Execute signed bridge transaction and wait for completion |
/api/v1/bridge/status/{requestId} | GET | Check bridge status (timeout fallback) |
/api/v1/bridge/networks | GET | List supported bridge networks with min/max |
/api/v1/token-info | GET | Token metadata, pool info, taxes, and audit |
/api/v1/token-audit | GET | Contract security audit |
/api/v2/value | GET | Fast price estimate (no transaction) |
/api/v1/priority | GET | Gas fee estimates per priority level |
/api/v1/chains | GET | List supported chains |
/api/v1/balance | GET | Token balance across chains |
/api/health | GET | Health check (no auth) |

.png?fit=max&auto=format&n=vFD3JaMmh-jP1DJL&q=85&s=eb89fc3bbcbf83018c6491d27144e343)