Orders History: Symbol is optional
TomasMichal opened this issue · 2 comments
TomasMichal commented
https://docs.bitfinex.com/reference#rest-auth-orders-history
In endpoint /v2/auth/r/orders/Symbol/hist is parametr Symbol optional, but in Bitfinex.Net is required. Therefore, it is not possible to get whole orders history.
JKorf commented
Hi, I wasn't aware that the parameter was optional. I've pushed version 3.3.0 which in which the parameter is optional. Also made the parameter optional for the GetTradesHistory and GetLedgerHistory endpoints.
TomasMichal commented
Hi, thank you very much :)