For example, if you buy a single ETH_USDT contract at the latest market price of 3864.41 USDT, the lowest price to buy one ETH is 386.44 USDT, how fast can you get the lowest price for this contract?
Help (click on the image to get in touch) ```python markets = exchange.GetMarkets() currency = exchange.GetCurrency() ct = "swap" key = currency + "." + ct Log(key, ":", markets[key]['PricePrecision']) ```
Inventors quantify - small dreamsThe GetMarkets function can be used to obtain information about the market varieties.