Closed cbarraford closed 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.
get_markets
1000
The default limit for
get_markets
is 100 (despite the docs saying 500). Since there are 140+ BEP2 assets, theget_markets
function doesn't return all markets. This change sets the query to have a limit of1000
.