how to get orderbook for binance alpha

#26409

Issue Details

about 2 months ago
carlosmiei
carlosmiei
question
piaoranycpiaoranyc
opened about 2 months ago
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?