We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found that fetchTrades function of OKCoinUSD returns integer id. According to the documentation, this function must return string id.
Python:
ccxt/python/ccxt/okcoinusd.py
Line 191 in cf67518
ccxt/js/okcoinusd.js
Line 200 in cf67518
ccxt/php/okcoinusd.php
Line 197 in cf67518
The text was updated successfully, but these errors were encountered:
3539ab3
This issue was fixed in 1.9.305. Thx!
Sorry, something went wrong.
kroitor
No branches or pull requests
I found that fetchTrades function of OKCoinUSD returns integer id.
According to the documentation, this function must return string id.
Python:
ccxt/python/ccxt/okcoinusd.py
Line 191 in cf67518
JavaScript:
ccxt/js/okcoinusd.js
Line 200 in cf67518
PHP:
ccxt/php/okcoinusd.php
Line 197 in cf67518
The text was updated successfully, but these errors were encountered: