Traders—both retail and automated—should take note: Binance has made several updates reducing the minimum order size on select spot and margin trading pairs. These changes, rolled out throughout 2023 and into mid‑2024, aim to make trading more accessible and user‑friendly. Below is a comprehensive rundown of the updates, why they matter, and how you should adjust your trading strategies moving forward.
By 03:00 UTC, Binance lowered minimum order sizes for spot and margin pairs quoted in DAI, EUR, USDT, TUSD, GBP, FDUSD, USDC, and VAI from 10 units to 5 units of the quote currency.
By 07:00 UTC, the same reduction applied to pairs quoted in ETH, BNB, RON, PLN, and ZAR—for instance, from 0.005 ETH to 0.001 ETH, or 0.05 BNB to 0.01 BNB (CryptoNews).
Binance further reduced minimum order sizes for several U.S.T‑quoted altcoin pairs such as AKRO/USDT, CREAM/USDT, GFT/USDT, LOOM/USDT, MULTI/USDT, OAX/USDT, REI/USDT, and VTHO/USDT, moving from 5 USDT to just 1 USDT (Binance).
A sweeping reduction lowered minimum size on leading memecoins and “micro‑assets,” including PEPE, SHIB, FLOKI, BONK, PEOPLE, MEME, and 1000SATS, trimming minimums from 5 USDT (or FDUSD, TUSD, EUR) to 1 unit of the quote asset (Binance).
Additional pairs like BOME/USDT, DOGE/USDT, and WIF/USDT had their minimums cut from 5 units of USDT, USDC or FDUSD to 1—this reduction took effect by June 7, 2024, 07:00 UTC .
Lowering minimum order sizes helps users with smaller capital engage with new and niche tokens, diversifying their portfolios without significant upfront investment.
Automated traders, grid bots, and algorithmic strategies can now operate effectively at low volume, especially on high-volatility or low-cap pairs that previously required larger orders.
Whether trading manually via the app or deploying automated trades, users now have greater flexibility in order sizing, enabling smoother risk management and testing strategies at smaller scales.
No Effect on Existing Orders—open positions or pending orders placed before these changes remained unaffected .
Trade Features Unchanged—core functionality for spot and margin trades remained intact, with only the minimum required trade size adjusted.
API Users Caution—developers and bots should fetch updated parameters using GET /api/v3/exchangeInfo
or reference the API Changelog to avoid errors caused by invalid order sizes .
Refresh Trading Rules Regularly: Integrate routines to dynamically fetch Binance exchange info so that your bots adapt to any future changes seamlessly.
Recalibrate Bot Settings: Reduce grid spacing or minimal DCA sizes to take advantage of the new lower minimums.
Try New Tokens: You can now open positions in altcoins or memecoins with as little as 1 USDT or equivalent. It’s ideal for exploration.
Watch Order Execution: With tiny orders, ensure the chosen pair has sufficient liquidity to avoid high slippage.
API vs App Differences: Always verify the minimum sizes using the official API endpoint or Binance’s Trading Rules—there should be no surprise rejections.
Note Regional Availability: Some tokens or trading rules may vary by jurisdiction based on local regulations or exchange-level constraints.
Date (UTC) | Quote Asset / Asset Pair | Old Min Order | New Min Order |
---|---|---|---|
Aug 31, 2023 03:00 | USDT, DAI, USDC, FDUSD, EUR, GBP, TUSD, VAI | 10 units | 5 units |
Aug 31, 2023 07:00 | ETH‑quoted, BNB‑quoted, RON, PLN, ZAR pairs | e.g. 0.005 ETH, etc. | e.g. 0.001 ETH, etc. |
Oct 13, 2023 07:00 | AKRO/USDT, CREAM, GFT, LOOM, MULTI, OAX, REI, VTHO | 5 USDT | 1 USDT |
Dec 22, 2023 07:00 | PEPE, SHIB, BONK, FLOKI, 1000SATS, MEME | 5 units (USDT etc.) | 1 unit |
Jun 07, 2024 07:00 | BOME, DOGE, WIF pairs (spot & margin) | 5 units | 1 unit |
While these updates are widely welcomed, some traders point out the need to adjust strategy quickly:
On Gate.io’s API for spot pairs, users discovered that the minimum quote amount changed from 1 USDT to 10 USDT for certain pairs. As a result, placing orders via API failed—while the web app still allowed the smaller size. The platform confirmed: “The minimum order size change only applies to API endpoints” .
Though not Binance-specific, it underscores the importance of syncing API config vs UI behavior.
Liquidity Risk on Ultra‑low Orders: Placing ultra-small market orders on lightly traded pairs can still lead to poor fills or higher relative slippage.
Tick / Step Size Complexity: Some pairs require specific granular tick/step sizes; rounding or truncation may create partial fills or rejections if size doesn’t comply.
Regulatory Overlays: In restricted regions or for restricted tokens, minimums may remain different or unchanged due to compliance requirements.
Binance has systematically lowered minimum order sizes over time—from 5–10 units to 1 unit—on numerous spot and margin pairs across major quote assets and memecoins.
These changes increase accessibility, especially for small‑scale traders and bot operators, and reflect Binance’s ongoing effort to improve trading experience.
Automated traders and developers should update bots to reflect new minimums; manual traders can now experiment with niche tokens using lower capital.
Use GET /api/v3/exchangeInfo
regularly to fetch live minimum order constraints.
If using bots or automated schemes, test in sandbox or with small amounts after each parameter update.
Diversify with caution—lower minimums are great, but prioritize liquidity and execution quality.
Be aware of differences between API-enforced rules vs UI behavior—always verify actual limits before placing orders in production.