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
As shown in above code, in bithumb exchange, the keyword for fetchOrderBook() is symbol.
But, in other exchanges, it's market.
Of course, it's not a big deal if I don't put keyword when calling the function.
The text was updated successfully, but these errors were encountered:
dhmk815
changed the title
Inconsistent name of keyword argument of fetchOrderBook() between exchanges
Inconsistent name of keyword argument of fetchOrderBook() between exchanges in Python ccxt
Oct 21, 2017
dhmk815
changed the title
Inconsistent name of keyword argument of fetchOrderBook() between exchanges in Python ccxt
Inconsistent name of keyword argument of fetchOrderBook() between exchanges in Python version
Oct 21, 2017
Hello, I found something inconsistent in the name of keyword argument of
fetchOrderBook()
.As shown in above code, in bithumb exchange, the keyword for
fetchOrderBook()
issymbol
.But, in other exchanges, it's
market
.Of course, it's not a big deal if I don't put keyword when calling the function.
The text was updated successfully, but these errors were encountered: