Subscribe to the changelog to stay up to date on recent changes to 0x APIs, as well as preview upcoming features.
2024-10-31β
π New Featuresβ
- Trade Analytics API is now available in limited access. Contact us for early access inquiries.
- Multi-user Access for the 0x Dashboard is now live, allowing multiple users to manage account analytics and insights.
- Detailed API Error Codes are now displayed in the 0x Dashboard Analytics to streamline error troubleshooting.
- Sell Entire Balance option is now supported in Swap API v2. To enable, set
sellEntireBalance
totrue
. Supported for both allowance-holder and permit2 endpoints. Learn more about implenting this feature.
π New Liquidity Sourcesβ
- Arbitrum: Added Angle.
- Base: Added Angle and Clober V2.
- BSC: Added Maverick V2.
- Ethereum: Added Angle, DeFi Swap, Sky Migration (SKY, USDS), and Stepn.
- Linea: Added SyncSwap V2.
- Mantle: Added Cleopatra V1, Dodo V2, and Stratum Exchange.
- Mode: Added Balancer V2, iZiSwap, Kim V2, Kim V4, Morphex, SwapMode V2, SwapMode V3, Supswap V2, and Supswap V3.
- Scroll: Added Uni V3 and Wombat.
Note: Want to add your liquidity source? Please fill out this request form.
βοΈ New Chainsβ
- Mantle (Beta) is now live.
- Gasless API support added for BSC, Avalanche, Mantle, and Mode chains.
Note: Interested to build on Mantle or with Gasless API? Reach out via our contact form!
π§Ή Choresβ
- Latency Optimization: Shipped a technical rewrite reducing /price endpoint response timesβp95 latency dropped from ~1s to ~500ms, and p50 latency decreased from ~550ms to ~340msβwith no impact on pricing performance.
π Bug Fixesβ
- MNT and POL Compliance: Improved support for MNT and POL tokens, which do not fully adhere to the ERC20 standard.
- Slippage Handling: Slippage now correctly caps at the maximum specified basis points (bps).
- Meta-transaction Settler: Fixed an RFQ handling issue in the meta-transaction flow.
π Documentationβ
- New guide for integrating Smart Contract Wallets and Multi-Sig Wallets with the Permit2 Swap API.
- New guide on best practices for swapping native tokens (e.g., ETH).
2024-10-01β
π New Featuresβ
- 0x API v2 is now live! Follow our migration guide to upgrade your app from v1 to v2.
- Gasless API support is now available on Blast and Scroll.
- Swap API support is also live on Blast, Linea, and Scroll.
- New
slippageBps
parameter for the Gasless API: This parameter allows you to define the maximum acceptable slippage forbuyToken
, in basis points (Bps). Learn more in the Gasless API documentation. - TypeScript SDK: Our new TypeScript SDK streamlines integration with the 0x v2 Swap and Gasless APIs. It offers full type safety and easy integration with Node.js, Next.js, and React Query.
- Trade Analytics API: Coming soon! Stay tuned for more information about how this API will provide key trading metrics and insights for better decision-making.
Note: Interested to integrate Trade Analytics API when it's live? Contact us out via our form!
βοΈ New Chainsβ
- Mantle support is coming soon!
Note: Interested in building on Mantle? Contact us via form!
2024-08-28β
π New Featuresβ
- Buy/Sell Tax Support: Added support for Fee-on-Transfer tokens, which are subject to buy/sell taxes. Previously, users needed to adjust slippage tolerance manually to account for these taxes, often leading to errors. With the new fee-on-transfer accounting, slippage tolerance adjustments are no longer necessary. Additionally, the buy and sell tax are now returned, allowing users to utilize this information as needed.
- Smart Contract Wallet Support: Added support for Smart Contract Wallets in Swap API v2βs Permit2 flow.
- Gas Optimization: Implemented gas optimizations for Solidly V3 integration.
- Routing Improvements: Significantly improved routing for
amphrETH
andsDOLA
.
π New Liquidity Sourcesβ
- Arbitrum: Enabled RFQ on Arbitrum in Swap API v2.
- Base: Added
SoSwap
andKinetix
as new liquidity sources on Base. Also enabled RFQ on Base in Swap API v2. - Ethereum: Added support for
sDAI
coverage. - Optimism Integration: Added
WOOFi
as a new liquidity source on Optimism.
Note: Want to add your liquidity source? Please fill out this request form.
βοΈ New Chainsβ
- Preparation for Linea and Scroll support.
Note: Interested to build on Scroll and/or Linea? Reach out via our contact form!