sammchardy / python-binance-chain

Binance Chain Exchange API python implementation for automated trading
http://python-binance-chain.rtfd.io
MIT License
297 stars 133 forks source link

set limit to 1000 of get_markets #37

Closed cbarraford closed 3 years ago

cbarraford commented 3 years ago

The default limit for get_markets is 100 (despite the docs saying 500). Since there are 140+ BEP2 assets, the get_markets function doesn't return all markets. This change sets the query to have a limit of 1000.