You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnLoanOrders does not return the whole order book. The order book is actually quite large to what is returned. There is a '?limit' variable that can be encoded with a number of entries.
The text was updated successfully, but these errors were encountered:
It's not listed on their API page currently. When I was trying to retrieve loans when the orderbook had more than 1000 I found it quite odd that I was only receiving 1000 and thus made this post. I found that inserting the following code (quick fix) into the poloniex-api init.py
returnLoanOrders does not return the whole order book. The order book is actually quite large to what is returned. There is a '?limit' variable that can be encoded with a number of entries.
The text was updated successfully, but these errors were encountered: