how to get orderbook for binance alpha
Author
Operating System
windows
Programming Languages
Python
Description
When I run these two lines of code:
symbol = 'OIK/USDT'
orderbook = exchange.fetch_order_book(symbol)
I get the error:
ccxt.base.errors.BadSymbol: binance does not have market symbol OIK/USDT
How can I fetch the order book information for Binance Alpha projects like OIK/ZKJ/SPX?
how to get orderbook for binance alpha
Author
Operating System
windows
Programming Languages
Python
Description
When I run these two lines of code:
symbol = 'OIK/USDT'
orderbook = exchange.fetch_order_book(symbol)
I get the error:
ccxt.base.errors.BadSymbol: binance does not have market symbol OIK/USDT
How can I fetch the order book information for Binance Alpha projects like OIK/ZKJ/SPX?