-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Bibox exchange does not support fetchTickers #2203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey!)
It does work normally for me. Try it yourself with the script above (examples/php/cli.php). Let us know if it does not help. Thx! |
Hey @kroitor - I sent you an email at your gmail, please check. |
|
Right, however...
There are two errors:
So, if you update and run $tickers=$exchange->fetchTickers(array('BTC/USDT','BTC/LTC'));
print_r($tickers); It should show just one symbol (the one of the two that is a proper one, namely BTC/USDT):
... and if you fix your code for
Yep, an array of $symbols to be precise... Let us know if it does not help. Thx! |
Bibox exchange does not support fetchTickers as can be seen from https://github.com/Biboxcom/api_reference/wiki/api_reference as well as by testing (an empty array is returned whereas fetchTicker works fine). Thus;
'fetchTickers' => true,
to be changed to'fetchTickers' => false,
in ccxt/php/bibox.phpThank you
The text was updated successfully, but these errors were encountered: