kjnho

Results 2 issues of kjnho

- OS: Linux - Programming Language version: Python3.9 - CCXT version: 2.4.43 ``` import ccxt exchange = ccxt.Bitget() exchange.load_markets() print(exchange.markets['MTL']['contractSize']) ``` ``` 0.1 ``` The returned value should be None...

bug