One integration for every DeFi trade


One core API for intents, aggregation and cross-chain swaps. Build trading, liquidity management and more.
Tokenised real-world assets supported as standard. 1inch Swap API already powers trading for Ondo and XStocks tokens.
With 99.9% uptime, SSO & multi-user management, and ISO 27001 certified data management.
Get the whole package
Harness the new Pathfinder algorithm to access unmatched liquidity with sector-leading gas-efficiency & speed
Build swap UX with consumer-grade simplicity and institutional-grade reliability — gasless and MEV-protected by default.
Go cross-chain without the bridge risk: gasless on every network, and orders settle atomically with no MEV exposure.
Expand into the fastest-growing digital asset class.
Integrate tokenized assets from Ondo, xStocks & more.
Power RWA trading with deep aggregated liquidity.
Use the Model Context Protocol to ship faster with AI-native developer tools.
Your built-in 1inch expert has complete access to docs & examples to produce working code on demand.
Empower your agent to run from goal to on-chain swap, with optional automated signing and gasless execution.
Works with Claude Code, Cursor, Windsurf, VS Code Copilot, JetBrains AI Assistant, OpenAI Codex, and Gemini CLI: one server URL connects them all.
1inch protocols power decentralized trading. Discover the code for yourself.
// Classic Swap — best price across 600+ liquidity sources
const params = new URLSearchParams({
src: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE", // ETH
dst: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", // USDC
amount: "1000000000000000000",
});
const res = await fetch(
"https://api.1inch.com/swap/v6.1/1/quote?" + params,
{ headers: { Authorization: "Bearer " + API_KEY } },
);
const { dstAmount } = await res.json();
| Supported Features | Classic SWAP | Intent based SWAP | Cross-chain SWAP |
|---|---|---|---|
Optimized for agentic deployment and efficient, human-first DX.
A blockchain API is an interface that allows developers to interact with a blockchain network, enabling them to read data from the chain, submit transactions, or integrate blockchain functions into applications.
Typical use cases include building wallets, tracking transactions, accessing token balances, supporting DeFi applications, NFT marketplaces, payment solutions, and analytics dashboards.
At 1inch, we're constantly working to improve platform security and build a compliant reputation within the overarching Web3 ecosystem. In line with this commitment, when creating a brand new 1inch Business account, all users must pass a standard Know Your Customer (KYC) verification process. This is a prerequisite for accessing and building with all 1inch APIs.
Every enterprise customer is assigned a dedicated relationship manager who guides them through the entire enterprise lifecycle. The onboarding and support process is fully tailored to a customer’s specific needs, ensuring personalized assistance and long-term partnership.
Sign up or log in to 1inch Business, complete a KYC/KYB procedure, create a project, and your API key will be available under the application details page in the project details.
Yes, every new account on the 1inch Business plan is automatically placed into the Dev plan, which is free of charge and offers 100,000 monthly API calls with a limit of 60 requests per minute.
Yes, 1inch offers SDKs, an interactive Swagger, and example guides to help developers integrate smoothly. For more details, explore the 1inch Business API docs.
1inch does not apply automatic overage charges. Instead, you can top up your plan at any time if you need to increase your consumption within the current month.
1inch acts as a non-custodial aggregation and execution layer, enabling access to RWA tokens via the Swap API. 1inch does not issue, custody, or manage the underlying real-world assets.
No. 1inch never takes custody of RWAs or user funds. All swaps are executed non-custodially on-chain.
No. RWAs are issued, managed, and legally structured by third-party issuers. 1inch provides routing, pricing, and execution only.