SymBot
SymBot copied to clipboard
Error fetching Ticker data from Woofi Pro Dex - NotSupported error
When connect to Woofi Pro, I get error: {"name":"NotSupported"} woofipro fetchTicker() is not supported yet" when I try to create a bot.
As Woofi Pro is part of CCXT library, I am hoping this can be resolved.
Thanks for the information. It looks like that method hasn't been implemented for woofipro by the CCXT developers, and currently that is how SymBot retrieves the ticker data for all exchanges. That exchange does appear to support fetchOrderBook but SymBot currently not does not utilize that method, although maybe something to look at implementing in the future. You could also raise an issue on the CCXT GitHub or Discord group to see when that might be implemented.