I've tested using the native websocket against using ccxt.pro watchOrder. When I cancel an order on the exchange (Kraken), the order event that comes through is not the correct order event. For example, I just canceled an order with ID ONMR3I-7GRVA-RNRQUK and the message that came th...
const exchange = new pro.okx({ "enableRateLimit": true, "apiKey": okexApiKey, "secret": okexSecret, "password": okexPass, }); watchOrderBooks(exchange, ["BTC-USDT-SWAP","ETH-USDT-SWAP"]) async function watchOrderBooks(exchange, perpSymbols) { ...
# setup.pysetup(# ...install_requires=[# install the most recent version'ccxtpro @ git+https://github.com/kroitor/ccxt.pro.git#subdirectory=python'# install a specific version number# 'ccxtpro @ git+https://github.com/kroitor/ccxt.pro.git@0.1.13#subdirectory=python']# ...) Python Ins...
thrown in /Users/anton/code/ccxt/php/pro/test/custom/syntax.php on line 8 Fatal error: Uncaught ErrorException: Creation of dynamic property ccxt\pro\coinbaseinternational::$errors is deprecated in /Users/anton/code/ccxt/php/Exchange.php on line 1176 in /Users/anton/code/ccxt/php/pro/test/...
Operating System all Programming Languages Python CCXT Version latest Description Good day. I have reviewed the documentation of ccxt.pro and am somewhat confused about the dataset returned by the subscription to watch_order_book. I wrot...
The CCXT Pro is hosted in a private repository on GitHub. The access to the repository is licensed and granted by invitation only on a paid basis. In order to access the repository, the users must obtain prepaid subscription plans at https://ccxt.pro. The users pay for the continued ...
pro-tests.json rollup.config.js run-tests-ws.js run-tests.js setup.cfg skip-tests.json test-commonjs.cjs tests-manager.sh tsconfig.json webpack.config.js Breadcrumbs ccxt / Latest commit carlosmiei Merge branch 'master' of github.com:ccxt/ccxt into poloniexfutures-so… ...
{pairIdsEmpty}); const exchangeInstance = new ccxt.pro[exchangeId]({}); if (exchangeId in ccxt) { while (true) { if (pairIdsEmpty) { console.log('sleep 5s'); await sleep(5000); } else { try { const orderBookCcxt = await exchangeInstance.watchOrderBookForSymbols(pairIds); // ...
A JavaScript / Python / PHP library for cryptocurrency trading and e-commerce with support for many bitcoin/ether/altcoin exchange markets and merchant APIs. Install·Usage·Manual·FAQ·Examples·Contributing·Social·CCXT Pro TheCCXTlibrary is used to connect and trade with cryptocurrency exchanges an...
"coinbasepro": "BTC/USDT", "coinex": "BTC/USDT", "cryptocom": "BTC/USDT", "currencycom": "BTC/USDT", "deribit": "BTC/USD:BTC", "exmo": "BTC/USDT", "gate": "BTC/USDT", "gateio": "BTC/USDT", "gemini": "BTC/USD", "hitbtc": "BTC/USDT", "hollaex": "BTC/USDT", ...