JKorf / Bittrex.Net

A C# .Net wrapper for the Bittrex web API including all features easily accessible and usable
MIT License
141 stars 62 forks source link

Incorrect pageSize limit? #181

Closed dlmac closed 3 years ago

dlmac commented 3 years ago

https://github.com/JKorf/Bittrex.Net/blob/875dcf89b75b5f22a42c91a44c721769d78853bc/Bittrex.Net/BittrexClientV3.cs#L647

https://bittrex.github.io/api/v3#operation--orders-closed-get

Should be able to set 200?

JKorf commented 3 years ago

Thanks for the report. You're right, I've fixed this in the latest version.