Replies: 1 comment
-
This was fixed in 0707631. Please re-check. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to run some examples there, looks like the folders are not fully working, fyi
NameError Traceback (most recent call last)
Cell In[4], line 1
----> 1 download_book_ticker('binance', 'BTCUSDT', start_date, end_date, 'spot/book_ticker/BTCUSDT')
2 download_book_ticker('binance-futures', 'BTCUSDT', start_date, end_date, 'usdm/book_ticker/BTCUSDT')
NameError: name 'download_book_ticker' is not defined
Beta Was this translation helpful? Give feedback.
All reactions