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
I wonder if line 364 should be params["since"] = since instead, or something like that? Seems like it's being set to None no matter what, which is probably why the feature isn't working.
The text was updated successfully, but these errors were encountered:
kraken.spot.User.get_trades_history do not use the the since parameter (kraken/spot/user.py#L468-L538). This is also not part of the documentation you linked.
btschwertfeger
changed the title
Market().get_recent_trades() since parameter does not work.kraken.spot.Market.get_recent_trades: 'since' parameter does not work
Jun 28, 2023
I'm using version 1.4.0
https://docs.kraken.com/rest/#tag/Market-Data/operation/getRecentTrades says that the since parameter "Filter trades since given timestamp".
Supplying the since parameter has no effect.
I can see in the code that:
I wonder if line 364 should be
params["since"] = since
instead, or something like that? Seems like it's being set to None no matter what, which is probably why the feature isn't working.The text was updated successfully, but these errors were encountered: