How do I get the minimum transaction amount with the binance api? For example, the minimum purchase price for MANA / USDT and ATOM / USDT is '10 USDT'. The same is true for BTC / USDT. How do I get it from'from binance.client import Client'? I also want to know how to get it using ccxt.
Thank you.