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 installed your package from the official fork of Binance's GitHub account but when I'm trying to fetch all historical klines of BTCUSDT for example, it seems StartTime and EndTime are not working properly.
I will put my fetcher part code here for more technical knowledge.
Hey @rootpd, this is Amir.
I installed your package from the official fork of Binance's GitHub account but when I'm trying to fetch all historical klines of
BTCUSDT
for example, it seemsStartTime
andEndTime
are not working properly.I will put my fetcher part code here for more technical knowledge.
The first problem is when I'm increasing my
startTime
the result is not changing. See my result as well:Now if you try to reverse the loop statement the result would be the same:
result:
PS: The
EndTime
will only work withUnixNano()
notUnix()
.The text was updated successfully, but these errors were encountered: