ccxt 4.2.100 → 4.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/cjs/ccxt.js +1 -1
- package/dist/cjs/src/binance.js +56 -0
- package/dist/cjs/src/bingx.js +2 -2
- package/dist/cjs/src/bitget.js +64 -2
- package/dist/cjs/src/bybit.js +1 -1
- package/dist/cjs/src/coinex.js +55 -60
- package/dist/cjs/src/kraken.js +8 -3
- package/dist/cjs/src/kucoin.js +13 -11
- package/dist/cjs/src/okx.js +76 -5
- package/dist/cjs/src/pro/kraken.js +2 -2
- package/dist/cjs/src/woo.js +40 -0
- package/js/ccxt.d.ts +1 -1
- package/js/ccxt.js +1 -1
- package/js/src/binance.d.ts +3 -1
- package/js/src/binance.js +56 -0
- package/js/src/bingx.js +3 -3
- package/js/src/bitget.d.ts +1 -0
- package/js/src/bitget.js +64 -2
- package/js/src/bybit.js +1 -1
- package/js/src/coinex.js +55 -60
- package/js/src/kraken.js +8 -3
- package/js/src/kucoin.js +13 -11
- package/js/src/okx.d.ts +1 -0
- package/js/src/okx.js +76 -5
- package/js/src/pro/kraken.js +2 -2
- package/js/src/woo.d.ts +1 -0
- package/js/src/woo.js +40 -0
- package/package.json +2 -1
- package/.dockerignore +0 -6
- package/.eslintignore +0 -1
- package/.git-templates/hooks/pre-push +0 -55
- package/.gitattributes +0 -7
- package/CHANGELOG.md +0 -6003
- package/CODEOWNERS +0 -1
- package/CONTRIBUTING.md +0 -1099
- package/build.sh +0 -217
- package/change.sh +0 -18
- package/cleanup.sh +0 -18
- package/composer-install.sh +0 -20
- package/dist/ccxt.browser.js +0 -327256
- package/dist/ccxt.browser.min.js +0 -30
- package/dist/ccxt.browser.min.js.LICENSE.txt +0 -12
- package/doc/FAQ.rst +0 -1
- package/doc/Makefile +0 -20
- package/doc/_static/css/dark.css +0 -101
- package/doc/_static/css/index.css +0 -128
- package/doc/_static/favicon.ico +0 -0
- package/doc/_static/javascript/binance-portal.min.js +0 -2369
- package/doc/_static/javascript/index.js +0 -195
- package/doc/_static/javascript/jquery-ui.min.js +0 -6
- package/doc/ccxt.pro.install.rst +0 -1
- package/doc/ccxt.pro.manual.rst +0 -1665
- package/doc/exchange-markets-by-country.rst +0 -1423
- package/doc/exchange-markets.rst +0 -1441
- package/doc/index.rst +0 -35
- package/doc/install.rst +0 -1
- package/doc/make.bat +0 -36
- package/doc/manual.rst +0 -7471
- package/doc/readme.rst +0 -2191
- package/doc/requirements.txt +0 -6
- package/examples/ccxt.pro/html/watchTicker.html +0 -51
- package/examples/ccxt.pro/js/binance-fetch-balance-snapshot-watch-balance-updates.js +0 -55
- package/examples/ccxt.pro/js/binance-https-proxy.js +0 -48
- package/examples/ccxt.pro/js/binance-watch-ohlcv-many-symbols-continuously.js +0 -38
- package/examples/ccxt.pro/js/binance-watch-ohlcv-many-symbols.js +0 -64
- package/examples/ccxt.pro/js/binance-watch-ticker-many-symbols.js +0 -62
- package/examples/ccxt.pro/js/build-ohlcv-many-symbols.js +0 -68
- package/examples/ccxt.pro/js/calculate-ohlcvs-from-trades-warmup.js +0 -82
- package/examples/ccxt.pro/js/calculate-ohlcvs-from-trades.js +0 -59
- package/examples/ccxt.pro/js/exchange-capabitities.js +0 -72
- package/examples/ccxt.pro/js/exchange-close.js +0 -46
- package/examples/ccxt.pro/js/gateio-swap-watch-many-orderbooks.js +0 -30
- package/examples/ccxt.pro/js/gateio-watch-balance.js +0 -23
- package/examples/ccxt.pro/js/gateio-watch-order-book.js +0 -71
- package/examples/ccxt.pro/js/graceful-shutdown.js +0 -43
- package/examples/ccxt.pro/js/many-exchanges-many-streams.js +0 -37
- package/examples/ccxt.pro/js/okex-create-futures-order.js +0 -48
- package/examples/ccxt.pro/js/okex-watch-balance-and-create-order.js +0 -54
- package/examples/ccxt.pro/js/okx-watch-tickers.js +0 -31
- package/examples/ccxt.pro/js/one-exchange-many-different-streams.js +0 -46
- package/examples/ccxt.pro/js/one-exchange-many-streams-2.js +0 -26
- package/examples/ccxt.pro/js/one-exchange-many-streams.js +0 -28
- package/examples/ccxt.pro/js/socks-binance-watch-orderbook.js +0 -30
- package/examples/ccxt.pro/js/watch-fetch-many-exchanges-many-ordersbooks.js +0 -40
- package/examples/ccxt.pro/js/watch-many-exchanges-many-ordersbooks.js +0 -38
- package/examples/ccxt.pro/js/watch-many-exchanges-many-symbols.js +0 -40
- package/examples/ccxt.pro/js/watch-many-orderbooks.js +0 -27
- package/examples/ccxt.pro/js/watch-new-trades-only.js +0 -43
- package/examples/ccxt.pro/js/watch-new-trades.js +0 -42
- package/examples/ccxt.pro/js/watch-trades-many-symbols.js +0 -29
- package/examples/ccxt.pro/js/watch-vs-fetch.js +0 -29
- package/examples/cs/Examples.sln +0 -22
- package/examples/cs/c#.csproj +0 -19
- package/examples/html/basic-cors-proxy.html +0 -46
- package/examples/html/basic-inheritance.html +0 -47
- package/examples/html/basic-poller.html +0 -52
- package/examples/html/basic-rate-limiting.html +0 -49
- package/examples/html/basic.html +0 -43
- package/examples/html/binance-cors-proxy.html +0 -28
- package/examples/html/bitmex-browser-cors-proxy.js +0 -7
- package/examples/html/bitmex-cors.html +0 -46
- package/examples/html/tradingview-charts.html +0 -61
- package/examples/html/webworker/index.html +0 -97
- package/examples/html/webworker/worker.js +0 -43
- package/examples/js/advanced-error-handling.js +0 -39
- package/examples/js/aggregate-orderbook.js +0 -54
- package/examples/js/arbitrage-pairs.js +0 -130
- package/examples/js/basic-chart.js +0 -29
- package/examples/js/basic-orderbook-polling.js +0 -13
- package/examples/js/bcc-vs-bch.js +0 -115
- package/examples/js/benchmark.js +0 -104
- package/examples/js/binance-fetch-all-deposits.js +0 -45
- package/examples/js/binance-fetch-ohlcv-many-symbols-async-await.js +0 -34
- package/examples/js/binance-fetch-ohlcv-many-symbols-promise-then-callbacks.js +0 -33
- package/examples/js/binance-fetchTicker-delivery-vs-future.js +0 -31
- package/examples/js/binance-futures-transfer-from-sub-account-to-master.js +0 -41
- package/examples/js/binance-margin-stop-order.js +0 -39
- package/examples/js/binance-server-time.js +0 -34
- package/examples/js/binance-universal-transfer.js +0 -16
- package/examples/js/bitfinex-fetch-trades.js +0 -35
- package/examples/js/bitfinex2-fetch-trades.js +0 -35
- package/examples/js/bitmex-browser-cors-proxy.js +0 -7
- package/examples/js/bitpanda-fetchMyTrades-reduce.js +0 -36
- package/examples/js/bitrue-fetch-balance.js +0 -28
- package/examples/js/bitstamp-private-api.js +0 -115
- package/examples/js/bitstamp-public-api.js +0 -39
- package/examples/js/bittrex-balance.js +0 -50
- package/examples/js/bittrex-fetch-closed-orders-history.js +0 -69
- package/examples/js/blockchaincom-withdrawal.js +0 -59
- package/examples/js/build-ohlcv-bars.js +0 -48
- package/examples/js/builtin-rate-limiting-rest-poller.js +0 -25
- package/examples/js/bybit-trailing.js +0 -62
- package/examples/js/bybit-updated.cjs +0 -154
- package/examples/js/coinbase-fetch-all-balances.js +0 -36
- package/examples/js/coinex-fetch-all-deposit-addresses-using-fetchDepositAddress.js +0 -47
- package/examples/js/coinex-futures.js +0 -75
- package/examples/js/coinone-fetch-tickers.js +0 -54
- package/examples/js/coinone-markets.js +0 -16
- package/examples/js/compare-two-exchanges-capabilities.js +0 -36
- package/examples/js/cors-proxy.js +0 -5
- package/examples/js/create-order-handle-errors.js +0 -55
- package/examples/js/create-order-position-with-takeprofit-stoploss.js +0 -71
- package/examples/js/create-order-with-retry.js +0 -65
- package/examples/js/create-order-ws-example.js +0 -25
- package/examples/js/create-orders-example.js +0 -17
- package/examples/js/create-trailing-amount-order.js +0 -36
- package/examples/js/create-trailing-percent-order.js +0 -36
- package/examples/js/credentials.json +0 -5
- package/examples/js/custom-proxy-agent-for-js.js +0 -10
- package/examples/js/custom-proxy-url.js +0 -23
- package/examples/js/delta-maintenance-margin-rate-max-leverage.js +0 -60
- package/examples/js/env-variables.js +0 -26
- package/examples/js/error-handling.js +0 -89
- package/examples/js/exchange-capabilities.js +0 -135
- package/examples/js/exchanges-by-volume.js +0 -60
- package/examples/js/exchanges.js +0 -40
- package/examples/js/fetch-all-balances.js +0 -219
- package/examples/js/fetch-all-tickers-to-files-2.js +0 -53
- package/examples/js/fetch-all-tickers-to-files.js +0 -77
- package/examples/js/fetch-balance.js +0 -28
- package/examples/js/fetch-create-deposit-address.js +0 -101
- package/examples/js/fetch-from-many-exchanges-simultaneously.js +0 -21
- package/examples/js/fetch-funding-rate-history.js +0 -25
- package/examples/js/fetch-futures/prettier.config.js +0 -5
- package/examples/js/fetch-futures/src/index.js +0 -25
- package/examples/js/fetch-ohlcv-from-to-mark-index-premium.js +0 -72
- package/examples/js/fetch-ohlcv-many-exchanges-continuosly.js +0 -39
- package/examples/js/fetch-ohlcv.js +0 -16
- package/examples/js/fetch-okex-futures.js +0 -22
- package/examples/js/fetch-orders.js +0 -27
- package/examples/js/fetch-ticker-from-multiple-exchanges.js +0 -35
- package/examples/js/fetch-ticker-where-available.js +0 -75
- package/examples/js/fetch-tickers/build/index.js +0 -19
- package/examples/js/fetch-tickers/prettier.config.js +0 -5
- package/examples/js/fetch-tickers/src/index.js +0 -17
- package/examples/js/gateio-create-batch-order.js +0 -43
- package/examples/js/gateio-futures.js +0 -49
- package/examples/js/gateio-open-close-contract.js +0 -49
- package/examples/js/gateio-swaps.js +0 -74
- package/examples/js/gdax-fetch-trades-pagination.js +0 -29
- package/examples/js/hitbtc2-withdraw.js +0 -61
- package/examples/js/how-to-import-one-exchange-esm.js +0 -10
- package/examples/js/huobi-futures.js +0 -71
- package/examples/js/huobi-open-close-contract.js +0 -63
- package/examples/js/huobi-swaps.js +0 -70
- package/examples/js/huobipro-market-buy-sell-fetch-trading-limits.js +0 -98
- package/examples/js/hybridCJSExample.cjs +0 -19
- package/examples/js/hybridESMExample.js +0 -19
- package/examples/js/idex-fetch-balance.js +0 -13
- package/examples/js/instantiate-all-at-once.js +0 -46
- package/examples/js/instantiate-all-from-json.js +0 -31
- package/examples/js/kraken-create-and-close-position.js +0 -54
- package/examples/js/kraken-fetch-order-trades.js +0 -33
- package/examples/js/kraken-margin-trading.js +0 -89
- package/examples/js/kucoin-rate-limit.js +0 -38
- package/examples/js/latoken-example.js +0 -108
- package/examples/js/live-orderbook.js +0 -106
- package/examples/js/live-ticker.js +0 -80
- package/examples/js/live-tickers.js +0 -74
- package/examples/js/load-all-contracts.js +0 -41
- package/examples/js/load-all-symbols-at-once.js +0 -69
- package/examples/js/load-all-tickers-at-once.js +0 -91
- package/examples/js/load-markets-to-files.js +0 -57
- package/examples/js/looping-over-all-symbols-of-specific-exchanges.js +0 -61
- package/examples/js/looping-over-specific-symbols-of-all-exchanges.js +0 -91
- package/examples/js/margin-loan-borrow-buy-sell-repay.js +0 -70
- package/examples/js/market-status-and-currency-status.js +0 -29
- package/examples/js/ohlcv-console-chart.js +0 -29
- package/examples/js/okex-fetch-closed-orders-archive.js +0 -31
- package/examples/js/okex-transfer.js +0 -51
- package/examples/js/okx-poll-fetch-my-trades.js +0 -37
- package/examples/js/okx-poll-rate-limit.js +0 -48
- package/examples/js/order-book-extra-level-depth-param.js +0 -20
- package/examples/js/phemex-create-order-position-with-takeprofit-stoploss.js +0 -49
- package/examples/js/poll-ohlcv.js +0 -43
- package/examples/js/poloniex-fetch-order-books.js +0 -35
- package/examples/js/poloniex-limits-amount-min.js +0 -62
- package/examples/js/proxy-round-robin.js +0 -98
- package/examples/js/proxy-usage.js +0 -32
- package/examples/js/sample-local-proxy-server-with-cors.js +0 -12
- package/examples/js/search-all-exchanges.js +0 -159
- package/examples/js/shared-load-markets.js +0 -80
- package/examples/js/sort-swap-markets-by-hourly-price-change.js +0 -55
- package/examples/js/symbols.js +0 -110
- package/examples/js/theocean.js +0 -41
- package/examples/js/tickers.js +0 -106
- package/examples/js/validate-paginated-data.js +0 -61
- package/examples/js/watch-OHLCV-For-Symbols.js +0 -15
- package/examples/js/watch-OHLCV.js +0 -12
- package/examples/js/watch-OrderBook-For-Symbols.js +0 -11
- package/examples/js/watch-Trades-For-Symbols.js +0 -11
- package/examples/js/watch-tickers.js +0 -11
- package/examples/js/watchOHLCVForSymbols.js +0 -15
- package/examples/js/watchOrderBookForSymbols.js +0 -11
- package/examples/js/watchPositions-many-exchanges-continuosly.d.ts +0 -2
- package/examples/js/watchPositions-many-exchanges-continuosly.d.ts.map +0 -1
- package/examples/js/watchPositions-many-exchanges-continuosly.js +0 -49
- package/examples/js/watchPositions.d.ts +0 -2
- package/examples/js/watchPositions.d.ts.map +0 -1
- package/examples/js/watchPositions.js +0 -13
- package/examples/js/watchPositionsForSymbols.d.ts +0 -2
- package/examples/js/watchPositionsForSymbols.d.ts.map +0 -1
- package/examples/js/watchPositionsForSymbols.js +0 -14
- package/examples/js/watchTradesForSymbols.js +0 -11
- package/examples/js/withdraw-from-one-exchange-to-another.js +0 -50
- package/examples/php/README.md +0 -7
- package/examples/py/README.md +0 -15
- package/examples/py/playing_with_ccxt_example.ipynb +0 -222
- package/examples/ts/.eslintrc +0 -111
- package/examples/ts/benchmark.ts +0 -134
- package/examples/ts/build-ohlcv-bars.ts +0 -53
- package/examples/ts/cli.ts +0 -397
- package/examples/ts/compare-two-exchanges-capabilities.ts +0 -36
- package/examples/ts/create-order-position-with-takeprofit-stoploss.ts +0 -89
- package/examples/ts/create-order-ws-example.ts +0 -33
- package/examples/ts/create-orders-example.ts +0 -21
- package/examples/ts/create-trailing-amount-order.ts +0 -37
- package/examples/ts/create-trailing-percent-order.ts +0 -37
- package/examples/ts/custom-proxy-agent-for-js.ts +0 -14
- package/examples/ts/fetch-futures/package-lock.json +0 -116
- package/examples/ts/fetch-futures/package.json +0 -34
- package/examples/ts/fetch-futures/prettier.config.js +0 -4
- package/examples/ts/fetch-futures/src/index.ts +0 -28
- package/examples/ts/fetch-futures/tsconfig.json +0 -28
- package/examples/ts/fetch-ohlcv-many-exchanges-continuosly.ts +0 -44
- package/examples/ts/fetch-ohlcv.ts +0 -17
- package/examples/ts/fetch-tickers/package-lock.json +0 -116
- package/examples/ts/fetch-tickers/package.json +0 -34
- package/examples/ts/fetch-tickers/prettier.config.js +0 -4
- package/examples/ts/fetch-tickers/src/index.ts +0 -21
- package/examples/ts/fetch-tickers/tsconfig.json +0 -28
- package/examples/ts/how-to-import-one-exchange-esm.ts +0 -11
- package/examples/ts/kraken-create-and-close-position.ts +0 -69
- package/examples/ts/margin-loan-borrow-buy-sell-repay.ts +0 -72
- package/examples/ts/nextjs-page-router/.eslintrc.json +0 -3
- package/examples/ts/nextjs-page-router/README.md +0 -43
- package/examples/ts/nextjs-page-router/next.config.js +0 -6
- package/examples/ts/nextjs-page-router/package-lock.json +0 -7425
- package/examples/ts/nextjs-page-router/package.json +0 -28
- package/examples/ts/nextjs-page-router/postcss.config.js +0 -6
- package/examples/ts/nextjs-page-router/public/favicon.ico +0 -0
- package/examples/ts/nextjs-page-router/src/pages/_app.tsx +0 -6
- package/examples/ts/nextjs-page-router/src/pages/_document.tsx +0 -13
- package/examples/ts/nextjs-page-router/src/pages/balance.tsx +0 -46
- package/examples/ts/nextjs-page-router/src/pages/index.tsx +0 -8
- package/examples/ts/nextjs-page-router/src/pages/tickers.tsx +0 -61
- package/examples/ts/nextjs-page-router/src/styles/globals.css +0 -27
- package/examples/ts/nextjs-page-router/tailwind.config.ts +0 -20
- package/examples/ts/nextjs-page-router/tsconfig.json +0 -22
- package/examples/ts/phemex-create-order-position-with-takeprofit-stoploss.ts +0 -62
- package/examples/ts/proxy-usage.ts +0 -41
- package/examples/ts/sample-local-proxy-server-with-cors.ts +0 -15
- package/examples/ts/watch-OHLCV-For-Symbols.ts +0 -17
- package/examples/ts/watch-OHLCV.ts +0 -14
- package/examples/ts/watch-OrderBook-For-Symbols.ts +0 -13
- package/examples/ts/watch-Trades-For-Symbols.ts +0 -13
- package/examples/ts/watch-tickers.ts +0 -13
- package/examples/ts/watchPositions-many-exchanges-continuosly.ts +0 -53
- package/examples/ts/watchPositions.ts +0 -15
- package/examples/ts/watchPositionsForSymbols.ts +0 -16
- package/examples/tsconfig.json +0 -27
- package/examples2md.js +0 -79
- package/gource.sh +0 -3
- package/index.html +0 -7
- package/jsdoc2md.js +0 -122
- package/multilang.sh +0 -164
- package/pro-tests.json +0 -57
- package/pyproject.toml +0 -8
- package/rollup.config.js +0 -60
- package/skip-tests.json +0 -1653
- package/test-commonjs.cjs +0 -65
- package/tests-manager.sh +0 -96
- package/tsconfig.json +0 -111
- package/webpack.config.js +0 -46
package/skip-tests.json
DELETED
|
@@ -1,1653 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"ace": {
|
|
3
|
-
"skip": "temp",
|
|
4
|
-
"until": "2024-03-15",
|
|
5
|
-
"skipMethods": {
|
|
6
|
-
"loadMarkets": {
|
|
7
|
-
"currencyIdAndCode": "temporary skip, because ids are numeric and we are in wip for numeric id tests",
|
|
8
|
-
"quoteId": "numeric",
|
|
9
|
-
"quote": "numeric",
|
|
10
|
-
"baseId": "numeric",
|
|
11
|
-
"base": "numeric",
|
|
12
|
-
"settleId": "numeric",
|
|
13
|
-
"settle": "numeric",
|
|
14
|
-
"active":"is undefined"
|
|
15
|
-
},
|
|
16
|
-
"fetchOrderBook": "needs reversion of amount/price",
|
|
17
|
-
"fetchL2OrderBook": "same"
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
|
-
"alpaca": {
|
|
21
|
-
"skip": "private endpoints",
|
|
22
|
-
"skipWs": "private endpoints"
|
|
23
|
-
},
|
|
24
|
-
"ascendex": {
|
|
25
|
-
"skipMethods": {
|
|
26
|
-
"loadMarkets": {
|
|
27
|
-
"currencyIdAndCode": "broken currencies"
|
|
28
|
-
},
|
|
29
|
-
"fetchCurrencies": {
|
|
30
|
-
"currencyIdAndCode": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269432480#L3364",
|
|
31
|
-
"withdraw": "not provided",
|
|
32
|
-
"deposit": "not provided"
|
|
33
|
-
},
|
|
34
|
-
"ticker": {
|
|
35
|
-
"low":"16 Aug - happened weird negative 24hr low",
|
|
36
|
-
"bid":"messed bid-ask"
|
|
37
|
-
},
|
|
38
|
-
"orderBook": {
|
|
39
|
-
"bid":"messed bid-ask"
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
"bequant": {
|
|
44
|
-
"skipMethods": {
|
|
45
|
-
"loadMarkets": {
|
|
46
|
-
"currencyIdAndCode": "https://app.travis-ci.com/github/ccxt/ccxt/builds/264802937#L2194"
|
|
47
|
-
},
|
|
48
|
-
"ticker": {
|
|
49
|
-
"bid":"broken bid-ask"
|
|
50
|
-
},
|
|
51
|
-
"orderBook": {
|
|
52
|
-
"spread": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269129438#L3841"
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
"binance": {
|
|
57
|
-
"httpsProxy": "http://5.75.153.75:8002",
|
|
58
|
-
"wsProxy": "http://5.75.153.75:8002",
|
|
59
|
-
"skipMethods": {
|
|
60
|
-
"loadMarkets": {
|
|
61
|
-
"currencyIdAndCode": "i.e. binance does not have currency code BCC"
|
|
62
|
-
},
|
|
63
|
-
"fetchCurrencies": {
|
|
64
|
-
"precision": "not provided in public api",
|
|
65
|
-
"networks": "not yet unified"
|
|
66
|
-
},
|
|
67
|
-
"ticker": {
|
|
68
|
-
"baseVolume": "https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L2466"
|
|
69
|
-
},
|
|
70
|
-
"orderBook": {
|
|
71
|
-
"timestamp": "not present https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L3539 & https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L4119"
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
"binanceusdm ": {
|
|
76
|
-
"httpsProxy": "http://5.75.153.75:8002",
|
|
77
|
-
"wsProxy": "http://5.75.153.75:8002",
|
|
78
|
-
"skipMethods": {
|
|
79
|
-
"orderBook": {
|
|
80
|
-
"spread": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269352042#L3463"
|
|
81
|
-
},
|
|
82
|
-
"watchOrderBook": {
|
|
83
|
-
"timestamp": "not present https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L3539"
|
|
84
|
-
},
|
|
85
|
-
"watchOrderBookForSymbols": {
|
|
86
|
-
"timestamp": "same"
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"binanceus": {
|
|
91
|
-
"skipMethods": {
|
|
92
|
-
"loadMarkets": {
|
|
93
|
-
"expiry": "expiry not set for future markets",
|
|
94
|
-
"expiryDatetime": "expiry not set for future markets"
|
|
95
|
-
},
|
|
96
|
-
"ticker": {
|
|
97
|
-
"baseVolume": "quoteVolume >= baseVolume * low is failing, https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L2466"
|
|
98
|
-
},
|
|
99
|
-
"orderBook": {
|
|
100
|
-
"timestamp": "not present https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L3458 https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L3866"
|
|
101
|
-
},
|
|
102
|
-
"fetchStatus": "private endpoints"
|
|
103
|
-
}
|
|
104
|
-
},
|
|
105
|
-
"binancecoinm": {
|
|
106
|
-
"httpsProxy": "http://5.75.153.75:8002",
|
|
107
|
-
"skipMethods": {
|
|
108
|
-
"loadMarkets": {
|
|
109
|
-
"expiry": "expiry not set for future markets",
|
|
110
|
-
"expiryDatetime": "expiry not set for future markets"
|
|
111
|
-
},
|
|
112
|
-
"ticker": {
|
|
113
|
-
"baseVolume": "quoteVolume >= baseVolume * low is failing, https://app.travis-ci.com/github/ccxt/ccxt/builds/268171081#L2414"
|
|
114
|
-
},
|
|
115
|
-
"watchOrderBook": "out of order update"
|
|
116
|
-
}
|
|
117
|
-
},
|
|
118
|
-
"binanceusdm": {
|
|
119
|
-
"httpsProxy": "http://5.75.153.75:8002",
|
|
120
|
-
"skipMethods": {
|
|
121
|
-
"ticker": {
|
|
122
|
-
"baseVolume": "quoteVolume >= baseVolume * low is failing, https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L2466"
|
|
123
|
-
},
|
|
124
|
-
"fetchPositions": "currently returns a lot of default/non open positions",
|
|
125
|
-
"fetchLedger": {
|
|
126
|
-
"account": "empty",
|
|
127
|
-
"status": "not provided",
|
|
128
|
-
"before": "not provided",
|
|
129
|
-
"after": "not provided",
|
|
130
|
-
"fee": "not provided",
|
|
131
|
-
"code": "not provided",
|
|
132
|
-
"referenceId": "not provided"
|
|
133
|
-
},
|
|
134
|
-
"fetchBalance": "tmp skip"
|
|
135
|
-
}
|
|
136
|
-
},
|
|
137
|
-
"bit2c": {
|
|
138
|
-
"skip": "temporary certificate issues",
|
|
139
|
-
"until": "2023-11-25",
|
|
140
|
-
"skipMethods": {
|
|
141
|
-
"loadMarkets": {
|
|
142
|
-
"precision": "not provided",
|
|
143
|
-
"active": "not provided",
|
|
144
|
-
"taker": "not provided",
|
|
145
|
-
"maker": "not provided",
|
|
146
|
-
"info":"null"
|
|
147
|
-
},
|
|
148
|
-
"orderBook": {
|
|
149
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L4034",
|
|
150
|
-
"bid":"sometimes equals to zero: https://app.travis-ci.com/github/ccxt/ccxt/builds/267809189#L2540"
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
"tokocrypto": {
|
|
155
|
-
"httpsProxy": "http://5.75.153.75:8002",
|
|
156
|
-
"skipMethods": {
|
|
157
|
-
"orderBook":{
|
|
158
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L6195"
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
},
|
|
162
|
-
"bitbank": {
|
|
163
|
-
},
|
|
164
|
-
"bitbay": {
|
|
165
|
-
"skipMethods": {
|
|
166
|
-
"loadMarkets": {
|
|
167
|
-
"expiry": "expiry not set for future markets",
|
|
168
|
-
"expiryDatetime": "expiry not set for future markets"
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
|
-
"bitbns": {
|
|
173
|
-
"skip": "temp",
|
|
174
|
-
"skipMethods": {
|
|
175
|
-
"loadMarkets": {
|
|
176
|
-
"limits": "only one market has min>max limit",
|
|
177
|
-
"active": "not provided",
|
|
178
|
-
"currencyIdAndCode": "broken"
|
|
179
|
-
},
|
|
180
|
-
"ticker": {
|
|
181
|
-
"symbol": "might be missing",
|
|
182
|
-
"spread": "ask equals to bid"
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
},
|
|
186
|
-
"bitcoincom": {
|
|
187
|
-
"skipWs": true
|
|
188
|
-
},
|
|
189
|
-
"bitfinex": {
|
|
190
|
-
"skipMethods": {
|
|
191
|
-
"loadMarkets": "linear and inverse values are same",
|
|
192
|
-
"ticker": {
|
|
193
|
-
"symbol": "something broken with symbol",
|
|
194
|
-
"bid": "https://app.travis-ci.com/github/ccxt/ccxt/builds/262965121#L3179"
|
|
195
|
-
},
|
|
196
|
-
"orderBook":{
|
|
197
|
-
"symbol": "missing https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L3846",
|
|
198
|
-
"timestamp": "not present https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L3458"
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
},
|
|
202
|
-
"bitfinex2": {
|
|
203
|
-
"skipMethods": {
|
|
204
|
-
"loadMarkets": {
|
|
205
|
-
"currencyIdAndCode": "broken currencies"
|
|
206
|
-
},
|
|
207
|
-
"fetchCurrencies": {
|
|
208
|
-
"withdraw": "not provided",
|
|
209
|
-
"deposit": "not provided"
|
|
210
|
-
},
|
|
211
|
-
"ticker": {
|
|
212
|
-
"spread": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269273148#L3651",
|
|
213
|
-
"ask": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269484317#L3783",
|
|
214
|
-
"bid": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269327874#L3234",
|
|
215
|
-
"open": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269177570#L3624",
|
|
216
|
-
"bidVolume": "sometimes negative",
|
|
217
|
-
"askVolume": "sometimes negative"
|
|
218
|
-
},
|
|
219
|
-
"orderBook": {
|
|
220
|
-
"compareToNextItem": "multiple bids might have same value"
|
|
221
|
-
},
|
|
222
|
-
"watchOrderBook": "complete skip because of frequent checksum mismatches: https://app.travis-ci.com/github/ccxt/ccxt/builds/269273148#L3553 and also for this https://app.travis-ci.com/github/ccxt/ccxt/builds/269129438#L3999"
|
|
223
|
-
}
|
|
224
|
-
},
|
|
225
|
-
"bitflyer": {
|
|
226
|
-
"skipMethods": {
|
|
227
|
-
"loadMarkets": "contract is true, but contractSize is undefined",
|
|
228
|
-
"trade": {
|
|
229
|
-
"side": "side key has an null value, but is expected to have a value"
|
|
230
|
-
},
|
|
231
|
-
"orderBook": {
|
|
232
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L4205"
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
},
|
|
236
|
-
"bitget": {
|
|
237
|
-
"skipMethods": {
|
|
238
|
-
"loadMarkets": {
|
|
239
|
-
"precision": "broken precision",
|
|
240
|
-
"limits": "limit max value is zero, lwer than min",
|
|
241
|
-
"contractSize": "not defined when contract",
|
|
242
|
-
"currencyIdAndCode": "broken currencies"
|
|
243
|
-
},
|
|
244
|
-
"fetchCurrencies": {
|
|
245
|
-
"precision": "not provided",
|
|
246
|
-
"withdraw": "not provided",
|
|
247
|
-
"deposit": "not provided",
|
|
248
|
-
"currencyIdAndCode": "broken currencies"
|
|
249
|
-
},
|
|
250
|
-
"ticker": {
|
|
251
|
-
"bid":"broken bid-ask",
|
|
252
|
-
"open": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269099593#L3833",
|
|
253
|
-
"baseVolume": "quoteVolume >= baseVolume * low is failing"
|
|
254
|
-
},
|
|
255
|
-
"watchOrderBook": {
|
|
256
|
-
"spread": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L3729"
|
|
257
|
-
},
|
|
258
|
-
"watchOrderBookForSymbols": {
|
|
259
|
-
"spread": "same"
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
},
|
|
263
|
-
"bithumb": {
|
|
264
|
-
"skipWs": "timeouts",
|
|
265
|
-
"skipMethods": {
|
|
266
|
-
"ticker": {
|
|
267
|
-
"baseVolume": "quoteVolume >= baseVolume * low is failing"
|
|
268
|
-
},
|
|
269
|
-
"orderBook": {
|
|
270
|
-
"bid": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269273148#L4074"
|
|
271
|
-
},
|
|
272
|
-
"watchTrades":{
|
|
273
|
-
"timestamp": "it could be ahead of the current time"
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
|
-
},
|
|
277
|
-
"bitmart": {
|
|
278
|
-
"skipMethods": {
|
|
279
|
-
"loadMarkets": {
|
|
280
|
-
"expiry":"expiry is expected to be > 0",
|
|
281
|
-
"settle": "not defined when contract",
|
|
282
|
-
"settleId": "not defined when contract",
|
|
283
|
-
"currencyIdAndCode": "broken currencies"
|
|
284
|
-
},
|
|
285
|
-
"fetchCurrencies": {
|
|
286
|
-
"currencyIdAndCode": "broken currencies",
|
|
287
|
-
"precision":"not provided",
|
|
288
|
-
"networks": "missing"
|
|
289
|
-
},
|
|
290
|
-
"ticker": {
|
|
291
|
-
"spread": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269177564#L3615",
|
|
292
|
-
"baseVolume": "quoteVolume >= baseVolume * low is failing",
|
|
293
|
-
"bid": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269331129#L3609"
|
|
294
|
-
},
|
|
295
|
-
"orderBook": {
|
|
296
|
-
"spread": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269177564#L3946"
|
|
297
|
-
},
|
|
298
|
-
"watchTrades":{
|
|
299
|
-
"side": "todo: https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L4312",
|
|
300
|
-
"timestamp": "messed order coming from exchange"
|
|
301
|
-
},
|
|
302
|
-
"watchTradesForSymbols":{
|
|
303
|
-
"side": "todo: https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L3602",
|
|
304
|
-
"timestamp": "messed order coming from exchange"
|
|
305
|
-
},
|
|
306
|
-
"ohlcv": {
|
|
307
|
-
"roundTimestamp": "are not rounded: https://app.travis-ci.com/github/ccxt/ccxt/builds/269583057#L4318"
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
},
|
|
311
|
-
"bitmex": {
|
|
312
|
-
"skipMethods": {
|
|
313
|
-
"loadMarkets": "some market types are out of expected market-types",
|
|
314
|
-
"fetchOHLCV": "https://github.com/ccxt/ccxt/pull/21356#issuecomment-1969565862",
|
|
315
|
-
"watchOHLCV": "same as above, needs key fix",
|
|
316
|
-
"ticker": {
|
|
317
|
-
"average": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269484317#L4030",
|
|
318
|
-
"open": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269367056#L3473",
|
|
319
|
-
"close": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269454230#L3862",
|
|
320
|
-
"last": "same",
|
|
321
|
-
"low": "same",
|
|
322
|
-
"high": "same",
|
|
323
|
-
"previousClose": "same",
|
|
324
|
-
"vwap": "same",
|
|
325
|
-
"baseVolume":"temp",
|
|
326
|
-
"spread": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269724413#L3725"
|
|
327
|
-
},
|
|
328
|
-
"fetchPositions": {
|
|
329
|
-
"stopLossPrice": "undefined",
|
|
330
|
-
"takeProfitPrice": "undefined",
|
|
331
|
-
"marginRatio": "undefined",
|
|
332
|
-
"lastPrice": "undefined",
|
|
333
|
-
"collateral": "undefined",
|
|
334
|
-
"hedged": "undefined",
|
|
335
|
-
"lastUpdateTimestamp": "undefined",
|
|
336
|
-
"entryPrice": "undefined",
|
|
337
|
-
"markPrice": "undefined",
|
|
338
|
-
"leverage": "undefined",
|
|
339
|
-
"initialMargin": "undefined",
|
|
340
|
-
"maintenanceMargin": "can be zero for default position",
|
|
341
|
-
"notional": "can be zero for default position",
|
|
342
|
-
"contracts": "contracts",
|
|
343
|
-
"unrealizedPnl": "undefined",
|
|
344
|
-
"realizedPnl": "undefined",
|
|
345
|
-
"liquidationPrice": "can be 0",
|
|
346
|
-
"percentage": "might be 0"
|
|
347
|
-
},
|
|
348
|
-
"fetchMyTrades": {
|
|
349
|
-
"side": "sometimes side is not available"
|
|
350
|
-
},
|
|
351
|
-
"fetchLedger": {
|
|
352
|
-
"referenceId": "undefined",
|
|
353
|
-
"amount": "undefined",
|
|
354
|
-
"before":"not provided",
|
|
355
|
-
"tag": "undefined",
|
|
356
|
-
"tagFrom": "undefined",
|
|
357
|
-
"tagTo": "undefined",
|
|
358
|
-
"type": "unmapped types",
|
|
359
|
-
"timestamp": "default value might be invalid"
|
|
360
|
-
},
|
|
361
|
-
"fetchDepositsWithdrawals": {
|
|
362
|
-
"currency": "undefined",
|
|
363
|
-
"currencyIdAndCode": "messes codes"
|
|
364
|
-
},
|
|
365
|
-
"fetchTransactions": "skip",
|
|
366
|
-
"orderBook": {
|
|
367
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L4458"
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
|
-
},
|
|
371
|
-
"bitopro": {
|
|
372
|
-
"skipWs": true,
|
|
373
|
-
"skipMethods": {
|
|
374
|
-
"fetchCurrencies": {
|
|
375
|
-
"precision": "not provided",
|
|
376
|
-
"networks": "missing"
|
|
377
|
-
},
|
|
378
|
-
"loadMarkets": {
|
|
379
|
-
"currencyIdAndCode": "broken currencies"
|
|
380
|
-
},
|
|
381
|
-
"watchTicker": "datetime error: https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L4373",
|
|
382
|
-
"orderBook": {
|
|
383
|
-
"nonce": "missing https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L4373",
|
|
384
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L4373"
|
|
385
|
-
}
|
|
386
|
-
}
|
|
387
|
-
},
|
|
388
|
-
"onetrading": {
|
|
389
|
-
"skip": "Api changed, as mentioned https://github.com/ccxt/ccxt/pull/21991",
|
|
390
|
-
"skipWs": true,
|
|
391
|
-
"skipMethods": {
|
|
392
|
-
"fetchCurrencies": {
|
|
393
|
-
"withdraw": "not provided",
|
|
394
|
-
"deposit": "not provided"
|
|
395
|
-
},
|
|
396
|
-
"orderBook":{
|
|
397
|
-
"compareToNextItem": "messed bids sequence"
|
|
398
|
-
},
|
|
399
|
-
"fetchTrades": {
|
|
400
|
-
"emptyResponse": "sometimes response is empty"
|
|
401
|
-
}
|
|
402
|
-
}
|
|
403
|
-
},
|
|
404
|
-
"bitrue": {
|
|
405
|
-
"skipMethods": {
|
|
406
|
-
"loadMarkets": {
|
|
407
|
-
"currencyIdAndCode": "broken currencies",
|
|
408
|
-
"limits": "max is below min"
|
|
409
|
-
},
|
|
410
|
-
"fetchCurrencies": {
|
|
411
|
-
"precision": "not provided",
|
|
412
|
-
"withdraw": "not provided",
|
|
413
|
-
"deposit": "not provided",
|
|
414
|
-
"currencyIdAndCode": "broken currencies"
|
|
415
|
-
},
|
|
416
|
-
"fetchTrades": {
|
|
417
|
-
"side": "not set"
|
|
418
|
-
},
|
|
419
|
-
"ticker": {
|
|
420
|
-
"baseVolume": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269454230#L4164"
|
|
421
|
-
},
|
|
422
|
-
"orderBook": {
|
|
423
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L4978"
|
|
424
|
-
}
|
|
425
|
-
}
|
|
426
|
-
},
|
|
427
|
-
"bitso": {
|
|
428
|
-
"skipWs": true,
|
|
429
|
-
"skipMethods": {
|
|
430
|
-
"loadMarkets": {
|
|
431
|
-
"active": "not provided"
|
|
432
|
-
},
|
|
433
|
-
"orderBook": {
|
|
434
|
-
"bid": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269129438#L4148"
|
|
435
|
-
},
|
|
436
|
-
"fetchOHLCV": "randomly failing with 404 not found"
|
|
437
|
-
}
|
|
438
|
-
},
|
|
439
|
-
"bitstamp": {
|
|
440
|
-
"skipMethods": {
|
|
441
|
-
"fetchCurrencies": {
|
|
442
|
-
"withdraw": "not provided",
|
|
443
|
-
"deposit": "not provided"
|
|
444
|
-
},
|
|
445
|
-
"orderBook": {
|
|
446
|
-
"compareToZero": "bid/ask might be 0",
|
|
447
|
-
"spread": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269693760#L3648"
|
|
448
|
-
},
|
|
449
|
-
"ticker": {
|
|
450
|
-
"bid": "greater than ask https://app.travis-ci.com/github/ccxt/ccxt/builds/264241638#L3027",
|
|
451
|
-
"baseVolume": "baseVolume * low = 8.43e-6 * 3692.59081464 = 0.03112854056 < 0.0311285405674152"
|
|
452
|
-
}
|
|
453
|
-
}
|
|
454
|
-
},
|
|
455
|
-
"bl3p": {
|
|
456
|
-
"skipMethods": {
|
|
457
|
-
"loadMarkets": {
|
|
458
|
-
"precision":"not provided",
|
|
459
|
-
"active": "not provided",
|
|
460
|
-
"info": "null"
|
|
461
|
-
},
|
|
462
|
-
"fetchTrades": {
|
|
463
|
-
"side": "side is undefined"
|
|
464
|
-
},
|
|
465
|
-
"orderBook": {
|
|
466
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L4831"
|
|
467
|
-
}
|
|
468
|
-
}
|
|
469
|
-
},
|
|
470
|
-
"bitvavo": {
|
|
471
|
-
"skipMethods": {
|
|
472
|
-
"loadMarkets": {
|
|
473
|
-
"currencyIdAndCode": "broken currencies",
|
|
474
|
-
"taker": "is undefined",
|
|
475
|
-
"maker": "is undefined"
|
|
476
|
-
},
|
|
477
|
-
"fetchCurrencies": {
|
|
478
|
-
"precision": "not provided",
|
|
479
|
-
"networks": "missing"
|
|
480
|
-
},
|
|
481
|
-
"ticker": {
|
|
482
|
-
"bid":"broken bid-ask",
|
|
483
|
-
"baseVolume": "quoteVolume >= baseVolume * low is failing https://app.travis-ci.com/github/ccxt/ccxt/builds/266144312#L2220"
|
|
484
|
-
},
|
|
485
|
-
"orderBook": {
|
|
486
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L4685"
|
|
487
|
-
},
|
|
488
|
-
"watchOrderBook": {
|
|
489
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L3738"
|
|
490
|
-
},
|
|
491
|
-
"watchOrderBookForSymbols": {
|
|
492
|
-
"timestamp": "same"
|
|
493
|
-
}
|
|
494
|
-
}
|
|
495
|
-
},
|
|
496
|
-
"blockchaincom": {
|
|
497
|
-
"skipMethods": {
|
|
498
|
-
"loadMarkets": {
|
|
499
|
-
"taker":"not provided",
|
|
500
|
-
"maker":"not provided"
|
|
501
|
-
},
|
|
502
|
-
"orderBook": {
|
|
503
|
-
"bid": "messed bid-ask sequence",
|
|
504
|
-
"nonce": "missing https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L4517 and https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L4562",
|
|
505
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L4601",
|
|
506
|
-
"compareToNextItem": "sometimes bid equals to next bid" }
|
|
507
|
-
}
|
|
508
|
-
},
|
|
509
|
-
"btcbox": {
|
|
510
|
-
"skipMethods": {
|
|
511
|
-
"loadMarkets": {
|
|
512
|
-
"precision":"is undefined",
|
|
513
|
-
"active":"is undefined",
|
|
514
|
-
"info": "null"
|
|
515
|
-
},
|
|
516
|
-
"orderBook": {
|
|
517
|
-
"spread":"bids[0][0] (3787971.0) should be < than asks[0][0] (3787971.0)",
|
|
518
|
-
"timestamp":"https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L4820"
|
|
519
|
-
},
|
|
520
|
-
"ticker": {
|
|
521
|
-
"bid":"broken bid-ask"
|
|
522
|
-
}
|
|
523
|
-
}
|
|
524
|
-
},
|
|
525
|
-
"btcalpha": {
|
|
526
|
-
"skip": true,
|
|
527
|
-
"skipMethods": {
|
|
528
|
-
"orderBook": {
|
|
529
|
-
"spread":"bids[0][0] is not < asks[0][0]"
|
|
530
|
-
},
|
|
531
|
-
"ticker": {
|
|
532
|
-
"symbol": "https://app.travis-ci.com/github/ccxt/ccxt/builds/265171549#L2518",
|
|
533
|
-
"percentage": "broken",
|
|
534
|
-
"bid": "messed bid-ask"
|
|
535
|
-
}
|
|
536
|
-
}
|
|
537
|
-
},
|
|
538
|
-
"btcmarkets": {
|
|
539
|
-
"skipMethods": {
|
|
540
|
-
"loadMarkets":{
|
|
541
|
-
"active":"is undefined"
|
|
542
|
-
},
|
|
543
|
-
"orderBook": {
|
|
544
|
-
"compareToNextItem": "sometimes bid equals to next bid"
|
|
545
|
-
}
|
|
546
|
-
}
|
|
547
|
-
},
|
|
548
|
-
"btcturk": {
|
|
549
|
-
"skipMethods": {
|
|
550
|
-
"loadMarkets": {
|
|
551
|
-
"precision":"is undefined",
|
|
552
|
-
"active":"is undefined",
|
|
553
|
-
"info":"null"
|
|
554
|
-
},
|
|
555
|
-
"orderBook": {
|
|
556
|
-
"compareToZero": "https://app.travis-ci.com/github/ccxt/ccxt/builds/263287870#L2201",
|
|
557
|
-
"compareToNextItem": "sometimes bid equals to next bid"
|
|
558
|
-
}
|
|
559
|
-
}
|
|
560
|
-
},
|
|
561
|
-
"bybit": {
|
|
562
|
-
"httpsProxy": "http://5.75.153.75:8002",
|
|
563
|
-
"wsProxy": "http://5.75.153.75:8002",
|
|
564
|
-
"skipMethods": {
|
|
565
|
-
"loadMarkets": {
|
|
566
|
-
"currencyIdAndCode": "temp skip"
|
|
567
|
-
},
|
|
568
|
-
"fetchCurrencies": {
|
|
569
|
-
"currencyIdAndCode": "temp skip"
|
|
570
|
-
},
|
|
571
|
-
"ticker": {
|
|
572
|
-
"symbol" :"returned symbol is not same as requested symbol. i.e. BTC/USDT:USDT vs BTC/USDT"
|
|
573
|
-
},
|
|
574
|
-
"fetchPositions": "currently returns a lot of default/non open positions",
|
|
575
|
-
"fetchLedger": {
|
|
576
|
-
"account": "account is not provided",
|
|
577
|
-
"status": "status is not provided",
|
|
578
|
-
"fee": "undefined"
|
|
579
|
-
},
|
|
580
|
-
"fetchOpenInterestHistory": {
|
|
581
|
-
"openInterestAmount": "openInterestAmount is not provided"
|
|
582
|
-
},
|
|
583
|
-
"fetchBorrowRate": "does not work with unified account",
|
|
584
|
-
"orderBook": {
|
|
585
|
-
"spread": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269352042#L3669",
|
|
586
|
-
"bid": "messed https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L3794"
|
|
587
|
-
}
|
|
588
|
-
}
|
|
589
|
-
},
|
|
590
|
-
"bigone": {
|
|
591
|
-
"skipMethods": {
|
|
592
|
-
"loadMarkets": {
|
|
593
|
-
"taker": "key is there when run locally, but not on travis",
|
|
594
|
-
"maker": "key is there when run locally, but not on travis",
|
|
595
|
-
"currencyIdAndCode": true
|
|
596
|
-
},
|
|
597
|
-
"fetchCurrencies": {
|
|
598
|
-
"withdraw": "not provided",
|
|
599
|
-
"deposit": "not provided"
|
|
600
|
-
},
|
|
601
|
-
"ticker": {
|
|
602
|
-
"bid": "broken bid-ask",
|
|
603
|
-
"baseVolume": "negative value"
|
|
604
|
-
},
|
|
605
|
-
"orderBook": {
|
|
606
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L3866"
|
|
607
|
-
}
|
|
608
|
-
}
|
|
609
|
-
},
|
|
610
|
-
"coincheck": {
|
|
611
|
-
"skipWs": true,
|
|
612
|
-
"skipMethods": {
|
|
613
|
-
"loadMarkets":{
|
|
614
|
-
"info":"not provided",
|
|
615
|
-
"precision":"not provided",
|
|
616
|
-
"active":"is undefined",
|
|
617
|
-
"taker":"is undefined",
|
|
618
|
-
"maker":"is undefined"
|
|
619
|
-
},
|
|
620
|
-
"orderBook": {
|
|
621
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L4893"
|
|
622
|
-
}
|
|
623
|
-
}
|
|
624
|
-
},
|
|
625
|
-
"coinbase": {
|
|
626
|
-
"skip": "private endpoints",
|
|
627
|
-
"skipWs": "needs auth",
|
|
628
|
-
"skipMethods": {
|
|
629
|
-
"fetchCurrencies": {
|
|
630
|
-
"precision": "not provided"
|
|
631
|
-
},
|
|
632
|
-
"fetchTrades": "datetime is not same as timestamp"
|
|
633
|
-
}
|
|
634
|
-
},
|
|
635
|
-
"coinbasepro": {
|
|
636
|
-
"skipWs": "needs auth",
|
|
637
|
-
"skipMethods": {
|
|
638
|
-
"loadMarkets":{
|
|
639
|
-
"currencyIdAndCode": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269568596#L3551"
|
|
640
|
-
},
|
|
641
|
-
"fetchStatus": "request timeout",
|
|
642
|
-
"fetchCurrencies": {
|
|
643
|
-
"withdraw": "not provided",
|
|
644
|
-
"deposit": "not provided",
|
|
645
|
-
"currencyIdAndCode": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269568596#L3551"
|
|
646
|
-
},
|
|
647
|
-
"orderBook": {
|
|
648
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L5064"
|
|
649
|
-
}
|
|
650
|
-
}
|
|
651
|
-
},
|
|
652
|
-
"coinbaseinternational": {
|
|
653
|
-
"skipMethods": {
|
|
654
|
-
"loadMarkets": {
|
|
655
|
-
"currencyIdAndCode": "i.e. coinbase does not have currency code TIA"
|
|
656
|
-
},
|
|
657
|
-
"fetchCurrencies": {
|
|
658
|
-
"precision": "not provided",
|
|
659
|
-
"networks": "not provided",
|
|
660
|
-
"withdraw": "not provided",
|
|
661
|
-
"deposit": "not provided"
|
|
662
|
-
}
|
|
663
|
-
}
|
|
664
|
-
},
|
|
665
|
-
"coinmetro": {
|
|
666
|
-
"skipMethods": {
|
|
667
|
-
"fetchTrades": {
|
|
668
|
-
"side":"side is undefined"
|
|
669
|
-
},
|
|
670
|
-
"orderBook": {
|
|
671
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L5064"
|
|
672
|
-
},
|
|
673
|
-
"ticker": {
|
|
674
|
-
"spread": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269687705#L3745"
|
|
675
|
-
}
|
|
676
|
-
}
|
|
677
|
-
},
|
|
678
|
-
"coinone": {
|
|
679
|
-
"skipWs": true,
|
|
680
|
-
"skipMethods": {
|
|
681
|
-
"loadMarkets": {
|
|
682
|
-
"active":"is undefined"
|
|
683
|
-
},
|
|
684
|
-
"ticker": {
|
|
685
|
-
"baseVolume": "quote scale isn't right"
|
|
686
|
-
}
|
|
687
|
-
}
|
|
688
|
-
},
|
|
689
|
-
"coinspot": {
|
|
690
|
-
"skip":"temp",
|
|
691
|
-
"skipMethods": {
|
|
692
|
-
"loadMarkets": {
|
|
693
|
-
"precision":"not provided",
|
|
694
|
-
"taker":"is undefined",
|
|
695
|
-
"makert":"is undefined"
|
|
696
|
-
},
|
|
697
|
-
"ticker": {
|
|
698
|
-
"bid": "broken bid-ask",
|
|
699
|
-
"baseVolume": "quoteVolume >= baseVolume * low is failing"
|
|
700
|
-
}
|
|
701
|
-
}
|
|
702
|
-
},
|
|
703
|
-
"coinsph": {
|
|
704
|
-
"skipMethods": {
|
|
705
|
-
"loadMarkets": {
|
|
706
|
-
"taker":"messed",
|
|
707
|
-
"maker":"messed"
|
|
708
|
-
},
|
|
709
|
-
"ticker": {
|
|
710
|
-
"baseVolume": "quoteVolume >= baseVolume * low is failing"
|
|
711
|
-
},
|
|
712
|
-
"orderBook": {
|
|
713
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L5210"
|
|
714
|
-
}
|
|
715
|
-
}
|
|
716
|
-
},
|
|
717
|
-
"cex": {
|
|
718
|
-
"preferredSpotSymbol": "BTC/USD",
|
|
719
|
-
"skipMethods": {
|
|
720
|
-
"proxies": "probably they do not permit our proxy location",
|
|
721
|
-
"loadMarkets": {
|
|
722
|
-
"active":"is undefined",
|
|
723
|
-
"currencyIdAndCode": "messes codes"
|
|
724
|
-
},
|
|
725
|
-
"fetchCurrencies": {
|
|
726
|
-
"currencyIdAndCode": "messes codes",
|
|
727
|
-
"limits": "min is negative",
|
|
728
|
-
"withdraw": "not provided",
|
|
729
|
-
"deposit": "not provided",
|
|
730
|
-
"networks": "missing"
|
|
731
|
-
},
|
|
732
|
-
"watchOHLCV": "does not work for 1min",
|
|
733
|
-
"fetchOHLCV": "unexpected issue"
|
|
734
|
-
}
|
|
735
|
-
},
|
|
736
|
-
"coinex": {
|
|
737
|
-
"skipWs": "timeouts",
|
|
738
|
-
"skipMethods": {
|
|
739
|
-
"loadMarkets": {
|
|
740
|
-
"currencyIdAndCode":"broken",
|
|
741
|
-
"active":"is undefined"
|
|
742
|
-
}
|
|
743
|
-
}
|
|
744
|
-
},
|
|
745
|
-
"coinmate": {
|
|
746
|
-
"skip": "clourderror error",
|
|
747
|
-
"skipMethods": {
|
|
748
|
-
"loadMarkets": {
|
|
749
|
-
"active":"is undefined"
|
|
750
|
-
},
|
|
751
|
-
"orderBook": {
|
|
752
|
-
"compareToNextItem":"ask should be less than next ask"
|
|
753
|
-
}
|
|
754
|
-
}
|
|
755
|
-
},
|
|
756
|
-
"cryptocom": {
|
|
757
|
-
"skipMethods": {
|
|
758
|
-
"proxies": "probably they do not permit our proxy",
|
|
759
|
-
"loadMarkets": {
|
|
760
|
-
"limits":"max is below min",
|
|
761
|
-
"active":"is undefined",
|
|
762
|
-
"currencyIdAndCode": "from travis location (USA) these webapi endpoints cant be loaded"
|
|
763
|
-
},
|
|
764
|
-
"ticker": {
|
|
765
|
-
"timestamp": "timestamp might be of 1970-01-01T00:00:00.000Z",
|
|
766
|
-
"baseVolume": "can't be infered"
|
|
767
|
-
},
|
|
768
|
-
"fetchPositions": {
|
|
769
|
-
"entryPrice": "entryPrice is not provided",
|
|
770
|
-
"markPrice": "undefined",
|
|
771
|
-
"notional": "undefined",
|
|
772
|
-
"leverage": "undefined",
|
|
773
|
-
"liquidationPrice": "undefined",
|
|
774
|
-
"marginMode": "undefined",
|
|
775
|
-
"percentage": "undefined",
|
|
776
|
-
"marginRatio": "undefined",
|
|
777
|
-
"stopLossPrice": "undefined",
|
|
778
|
-
"takeProfitPrice": "undefined",
|
|
779
|
-
"maintenanceMargin": "undefined",
|
|
780
|
-
"initialMarginPercentage": "undefined",
|
|
781
|
-
"maintenanceMarginPercentage": "undefined",
|
|
782
|
-
"hedged": "undefined",
|
|
783
|
-
"side": "undefined",
|
|
784
|
-
"contracts": "undefined"
|
|
785
|
-
},
|
|
786
|
-
"fetchAccounts": {
|
|
787
|
-
"type": "type is not provided",
|
|
788
|
-
"code": "not provided"
|
|
789
|
-
},
|
|
790
|
-
"watchOrderBook": {
|
|
791
|
-
"nonce": "missing https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L4756"
|
|
792
|
-
}
|
|
793
|
-
}
|
|
794
|
-
},
|
|
795
|
-
"currencycom": {
|
|
796
|
-
"skipMethods": {
|
|
797
|
-
"loadMarkets": {
|
|
798
|
-
"type": "unexpected market type",
|
|
799
|
-
"contractSize": "not defined when contract",
|
|
800
|
-
"settle": "not defined when contract",
|
|
801
|
-
"settleId": "not defined when contract"
|
|
802
|
-
},
|
|
803
|
-
"ticker": {
|
|
804
|
-
"bid": "not above bid https://app.travis-ci.com/github/ccxt/ccxt/builds/263871244#L2163",
|
|
805
|
-
"baseVolume": "quoteVolume >= baseVolume * low is failing"
|
|
806
|
-
},
|
|
807
|
-
"watchTrades": {
|
|
808
|
-
"fees": "missing https://app.travis-ci.com/github/ccxt/ccxt/builds/269365378#L3601"
|
|
809
|
-
},
|
|
810
|
-
"orderBook": {
|
|
811
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L5510"
|
|
812
|
-
}
|
|
813
|
-
}
|
|
814
|
-
},
|
|
815
|
-
"delta": {
|
|
816
|
-
"skipCSharp": "frequent timeouts https://app.travis-ci.com/github/ccxt/ccxt/builds/269273148#L4301 https://app.travis-ci.com/github/ccxt/ccxt/builds/269533613#L3622",
|
|
817
|
-
"skipMethods": {
|
|
818
|
-
"loadMarkets": "expiryDatetime must be equal to expiry in iso8601 format",
|
|
819
|
-
"orderBook": {
|
|
820
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L5295",
|
|
821
|
-
"bid": "bid more than ask"
|
|
822
|
-
},
|
|
823
|
-
"ticker": {
|
|
824
|
-
"baseVolume": "quoteVolume >= baseVolume * low is failing",
|
|
825
|
-
"bid": "failing the test"
|
|
826
|
-
},
|
|
827
|
-
"fetchOHLCV": {
|
|
828
|
-
"4":"https://app.travis-ci.com/github/ccxt/ccxt/builds/269542746#L3512"
|
|
829
|
-
}
|
|
830
|
-
}
|
|
831
|
-
},
|
|
832
|
-
"deribit": {
|
|
833
|
-
"skipMethods": {
|
|
834
|
-
"fetchCurrencies": {
|
|
835
|
-
"networks": "not provided",
|
|
836
|
-
"withdraw": "not provided",
|
|
837
|
-
"deposit": "not provided"
|
|
838
|
-
},
|
|
839
|
-
"loadMarkets": "strike is set when option is not true",
|
|
840
|
-
"fetchBalance": "does not add up",
|
|
841
|
-
"fetchPositions": {
|
|
842
|
-
"percentage": "undefined",
|
|
843
|
-
"hedged": "undefined",
|
|
844
|
-
"stopLossPrice": "undefined",
|
|
845
|
-
"takeProfitPrice": "undefined",
|
|
846
|
-
"lastPrice": "undefined",
|
|
847
|
-
"collateral": "undefined",
|
|
848
|
-
"marginMode": "undefined",
|
|
849
|
-
"marginRatio": "undefined",
|
|
850
|
-
"contracts": "undefined",
|
|
851
|
-
"id": "undefined"
|
|
852
|
-
},
|
|
853
|
-
"fetchDeposits": {
|
|
854
|
-
"id": "undefined",
|
|
855
|
-
"network": "undefined",
|
|
856
|
-
"addressFrom": "undefined",
|
|
857
|
-
"tag": "undefined",
|
|
858
|
-
"tagTo": "undefined",
|
|
859
|
-
"tagFrom": "undefined",
|
|
860
|
-
"fee": "undefined"
|
|
861
|
-
},
|
|
862
|
-
"ticker": {
|
|
863
|
-
"close": "might be negative https://app.travis-ci.com/github/ccxt/ccxt/builds/269484317#L4371",
|
|
864
|
-
"open": "same",
|
|
865
|
-
"low": "same",
|
|
866
|
-
"high": "same",
|
|
867
|
-
"bid": "same",
|
|
868
|
-
"ask": "same",
|
|
869
|
-
"average": "same"
|
|
870
|
-
},
|
|
871
|
-
"fetchTickers": "requires custom param"
|
|
872
|
-
}
|
|
873
|
-
},
|
|
874
|
-
"fmfwio": {
|
|
875
|
-
"skipMethods": {
|
|
876
|
-
"fetchCurrencies": {
|
|
877
|
-
"fee": "not provided"
|
|
878
|
-
},
|
|
879
|
-
"ticker": {
|
|
880
|
-
"bid":"messed bid-ask"
|
|
881
|
-
}
|
|
882
|
-
}
|
|
883
|
-
},
|
|
884
|
-
"gemini": {
|
|
885
|
-
"skipWs": "fixes needed",
|
|
886
|
-
"skipMethods": {
|
|
887
|
-
"loadMarkets": {
|
|
888
|
-
"currencyIdAndCode": "messed codes",
|
|
889
|
-
"active": "not provided"
|
|
890
|
-
},
|
|
891
|
-
"fetchCurrencies":{
|
|
892
|
-
"withdraw": "not provided",
|
|
893
|
-
"deposit": "not provided"
|
|
894
|
-
},
|
|
895
|
-
"watchOrderBook": {
|
|
896
|
-
"nonce": "missing https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L4833"
|
|
897
|
-
},
|
|
898
|
-
"orderBook": {
|
|
899
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L5654"
|
|
900
|
-
}
|
|
901
|
-
}
|
|
902
|
-
},
|
|
903
|
-
"hitbtc": {
|
|
904
|
-
"skipMethods": {
|
|
905
|
-
"loadMarkets": {
|
|
906
|
-
"currencyIdAndCode": "messed codes"
|
|
907
|
-
},
|
|
908
|
-
"fetchCurrencies": {
|
|
909
|
-
"fee": "not provided",
|
|
910
|
-
"currencyIdAndCode": "https://app.travis-ci.com/github/ccxt/ccxt/builds/268371892#L2455"
|
|
911
|
-
},
|
|
912
|
-
"ticker": {
|
|
913
|
-
"bid":"messed bid-ask"
|
|
914
|
-
},
|
|
915
|
-
"watchOrderBook": {
|
|
916
|
-
"bid": "https://app.travis-ci.com/github/ccxt/ccxt/builds/268349324#L2400"
|
|
917
|
-
}
|
|
918
|
-
}
|
|
919
|
-
},
|
|
920
|
-
"digifinex": {
|
|
921
|
-
"skipMethods": {
|
|
922
|
-
"loadMarkets": {
|
|
923
|
-
"currencyIdAndCode": "messed codes"
|
|
924
|
-
},
|
|
925
|
-
"fetchCurrencies": {
|
|
926
|
-
"precision": "messed"
|
|
927
|
-
},
|
|
928
|
-
"fetchTicker": "unexpected symbol is being returned | safeMarket() requires a fourth argument for BTC_USDT to disambiguate between different markets with the same market id",
|
|
929
|
-
"fetchTickers": "unexpected symbol is being returned | safeMarket() requires a fourth argument for BTC_USDT to disambiguate between different markets with the same market id",
|
|
930
|
-
"fetchLeverageTiers": {
|
|
931
|
-
"minNotional": "undefined",
|
|
932
|
-
"currencyIdAndCode": "messed codes",
|
|
933
|
-
"currency": "messed"
|
|
934
|
-
},
|
|
935
|
-
"fetchBorrowRates": {
|
|
936
|
-
"currencyIdAndCode": "messed codes",
|
|
937
|
-
"currency": "messed"
|
|
938
|
-
},
|
|
939
|
-
"fetchBorrowInterest": "symbol is messed",
|
|
940
|
-
"fetchPositions": {
|
|
941
|
-
"percentage": "undefined",
|
|
942
|
-
"stopLossPrice": "undefined",
|
|
943
|
-
"takeProfitPrice": "undefined",
|
|
944
|
-
"collateral": "undefined",
|
|
945
|
-
"initialMargin": "undefined",
|
|
946
|
-
"initialMarginPercentage": "undefined",
|
|
947
|
-
"hedged": "undefined",
|
|
948
|
-
"id": "undefined",
|
|
949
|
-
"notional":"undefined"
|
|
950
|
-
},
|
|
951
|
-
"fetchBalance": "tmp skip"
|
|
952
|
-
}
|
|
953
|
-
},
|
|
954
|
-
"gate": {
|
|
955
|
-
"skipMethods": {
|
|
956
|
-
"loadMarkets": {
|
|
957
|
-
"currencyIdAndCode": "messed codes",
|
|
958
|
-
"fetchCurrencies": {
|
|
959
|
-
"fee":"not provided"
|
|
960
|
-
},
|
|
961
|
-
"limits": "max should be above min",
|
|
962
|
-
"contractSize": "broken for some markets",
|
|
963
|
-
"strike": "incorrect number type"
|
|
964
|
-
},
|
|
965
|
-
"fetchCurrencies": {
|
|
966
|
-
"currencyIdAndCode": "https://app.travis-ci.com/github/ccxt/ccxt/builds/268371892#L2559"
|
|
967
|
-
},
|
|
968
|
-
"fetchTrades": {
|
|
969
|
-
"timestamp": "timestamp is in decimals"
|
|
970
|
-
},
|
|
971
|
-
"ticker": {
|
|
972
|
-
"bid":"messed bid-ask",
|
|
973
|
-
"baseVolume": "https://app.travis-ci.com/github/ccxt/ccxt/builds/262963390#L3138"
|
|
974
|
-
},
|
|
975
|
-
"fetchPositions": "currently returns a lot of default/non open positions",
|
|
976
|
-
"fetchLedger": {
|
|
977
|
-
"currency": "undefined",
|
|
978
|
-
"status": "undefined",
|
|
979
|
-
"fee": "undefined",
|
|
980
|
-
"account": "undefined",
|
|
981
|
-
"referenceAccount": "undefined",
|
|
982
|
-
"referenceId": "undefined"
|
|
983
|
-
},
|
|
984
|
-
"fetchTradingFees": "sandbox does not have this endpoint",
|
|
985
|
-
"fetchDeposits": "sandbox does not have this endpoint",
|
|
986
|
-
"fetchWithdrawals": "sandbox does not have this endpoint"
|
|
987
|
-
}
|
|
988
|
-
},
|
|
989
|
-
"hollaex": {
|
|
990
|
-
"skipWs": "temp",
|
|
991
|
-
"skipMethods": {
|
|
992
|
-
"watchOrderBook": {
|
|
993
|
-
"nonce": "https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L4957"
|
|
994
|
-
}
|
|
995
|
-
}
|
|
996
|
-
},
|
|
997
|
-
"htx": {
|
|
998
|
-
"skipMethods": {
|
|
999
|
-
"loadMarkets": {
|
|
1000
|
-
"limits":"messed",
|
|
1001
|
-
"currencyIdAndCode": "messed codes"
|
|
1002
|
-
},
|
|
1003
|
-
"fetchCurrencies": {
|
|
1004
|
-
"withdraw":"not provided",
|
|
1005
|
-
"deposit":"not provided",
|
|
1006
|
-
"precision":"is undefined",
|
|
1007
|
-
"limits": "broken somewhere"
|
|
1008
|
-
},
|
|
1009
|
-
"ticker": {
|
|
1010
|
-
"baseVolume": "https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L4860",
|
|
1011
|
-
"bid":"messed bid-ask"
|
|
1012
|
-
},
|
|
1013
|
-
"orderBook": {
|
|
1014
|
-
"symbol": "undefined, todo fix https://app.travis-ci.com/github/ccxt/ccxt/builds/269484317#L3670"
|
|
1015
|
-
},
|
|
1016
|
-
"watchOrderBook": {
|
|
1017
|
-
"timestamp": "not provided"
|
|
1018
|
-
},
|
|
1019
|
-
"watchOrderBookForSymbols": {
|
|
1020
|
-
"timestamp": "not provided"
|
|
1021
|
-
}
|
|
1022
|
-
}
|
|
1023
|
-
},
|
|
1024
|
-
"huobijp": {
|
|
1025
|
-
"skipWs": "timeouts",
|
|
1026
|
-
"skipMethods": {
|
|
1027
|
-
"loadMarkets": {
|
|
1028
|
-
"limits": "messed"
|
|
1029
|
-
},
|
|
1030
|
-
"fetchCurrencies": {
|
|
1031
|
-
"fee": "not defined",
|
|
1032
|
-
"networks": "missing"
|
|
1033
|
-
},
|
|
1034
|
-
"ticker": {
|
|
1035
|
-
"baseVolume": "quoteVolume >= baseVolume * low is failing"
|
|
1036
|
-
},
|
|
1037
|
-
"fetchTrades": {
|
|
1038
|
-
"fees": "missing"
|
|
1039
|
-
}
|
|
1040
|
-
}
|
|
1041
|
-
},
|
|
1042
|
-
"probit": {
|
|
1043
|
-
"skipWs": "timeouts",
|
|
1044
|
-
"skipMethods": {
|
|
1045
|
-
"loadMarkets": "needs fixing",
|
|
1046
|
-
"fetchCurrencies": {
|
|
1047
|
-
"limits": "messed"
|
|
1048
|
-
},
|
|
1049
|
-
"ticker": {
|
|
1050
|
-
"baseVolume": "quoteVolume >= baseVolume * low is failing"
|
|
1051
|
-
},
|
|
1052
|
-
"orderBook":{
|
|
1053
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L6363"
|
|
1054
|
-
}
|
|
1055
|
-
}
|
|
1056
|
-
},
|
|
1057
|
-
"idex": {
|
|
1058
|
-
"skipWs": "timeouts",
|
|
1059
|
-
"skipCSharp": "for some reasons, frequent rate limits only in C#",
|
|
1060
|
-
"skipMethods": {
|
|
1061
|
-
"fetchCurrencies": {
|
|
1062
|
-
"withdraw":"not provided",
|
|
1063
|
-
"deposit":"not provided",
|
|
1064
|
-
"networks": "missing"
|
|
1065
|
-
},
|
|
1066
|
-
"ticker": {
|
|
1067
|
-
"baseVolume": "quoteVolume >= baseVolume * low is failing",
|
|
1068
|
-
"spread":"messed bid-ask"
|
|
1069
|
-
},
|
|
1070
|
-
"orderBook": {
|
|
1071
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L5797",
|
|
1072
|
-
"compareToZero": "bid/ask might be 0 - https://app.travis-ci.com/github/ccxt/ccxt/builds/263552512#L2214"
|
|
1073
|
-
}
|
|
1074
|
-
}
|
|
1075
|
-
},
|
|
1076
|
-
"indodax": {
|
|
1077
|
-
"skipMethods": {
|
|
1078
|
-
"orderBook": {
|
|
1079
|
-
"timestamp":"https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L5881"
|
|
1080
|
-
}
|
|
1081
|
-
}
|
|
1082
|
-
},
|
|
1083
|
-
"independentreserve": {
|
|
1084
|
-
"skipWs": "timeouts",
|
|
1085
|
-
"skipMethods": {
|
|
1086
|
-
"loadMarkets": {
|
|
1087
|
-
"active":"is undefined"
|
|
1088
|
-
},
|
|
1089
|
-
"fetchTrades": {
|
|
1090
|
-
"side":"side is undefined"
|
|
1091
|
-
},
|
|
1092
|
-
"fetchTickers": "negative values",
|
|
1093
|
-
"orderBook": {
|
|
1094
|
-
"compareToNextItem": "sometimes bid equals to next bid",
|
|
1095
|
-
"compareToZero": "https://app.travis-ci.com/github/ccxt/ccxt/builds/263629640#L2165"
|
|
1096
|
-
},
|
|
1097
|
-
"fetchL2OrderBook": {
|
|
1098
|
-
"compareToNextItem": "same",
|
|
1099
|
-
"compareToZero": "same"
|
|
1100
|
-
}
|
|
1101
|
-
}
|
|
1102
|
-
},
|
|
1103
|
-
"kuna": {
|
|
1104
|
-
"skip": "temporary glitches with this exchange: https://app.travis-ci.com/github/ccxt/ccxt/builds/267517440#L2304",
|
|
1105
|
-
"httpsProxy": "http://5.75.153.75:8002",
|
|
1106
|
-
"skipMethods": {
|
|
1107
|
-
"loadMarkets": {
|
|
1108
|
-
"active":"is undefined"
|
|
1109
|
-
},
|
|
1110
|
-
"fetchCurrencies": {
|
|
1111
|
-
"deposit":"is undefined",
|
|
1112
|
-
"withdraw":"is undefined",
|
|
1113
|
-
"active":"is undefined",
|
|
1114
|
-
"precision":"somewhat strange atm https://app.travis-ci.com/github/ccxt/ccxt/builds/267515280#L2337"
|
|
1115
|
-
}
|
|
1116
|
-
}
|
|
1117
|
-
},
|
|
1118
|
-
"kucoin": {
|
|
1119
|
-
"skipMethods":{
|
|
1120
|
-
"fetchCurrencies": {
|
|
1121
|
-
"depositForNonCrypto": "not provided",
|
|
1122
|
-
"withdrawForNonCrypto": "not provided"
|
|
1123
|
-
},
|
|
1124
|
-
"loadMarkets": {
|
|
1125
|
-
"currencyIdAndCode": "messed"
|
|
1126
|
-
},
|
|
1127
|
-
"ticker": {
|
|
1128
|
-
"bid":"messed bid-ask",
|
|
1129
|
-
"baseVolume": "quoteVolume <= baseVolume * high https://app.travis-ci.com/github/ccxt/ccxt/builds/263304041#L2190"
|
|
1130
|
-
}
|
|
1131
|
-
}
|
|
1132
|
-
},
|
|
1133
|
-
"kucoinfutures": {
|
|
1134
|
-
"skipCSharp": true,
|
|
1135
|
-
"skipMethods":{
|
|
1136
|
-
"loadMarkets": {
|
|
1137
|
-
"currencyIdAndCode": "messed"
|
|
1138
|
-
},
|
|
1139
|
-
"fetchPositions": {
|
|
1140
|
-
"percentage": "percentage is not provided"
|
|
1141
|
-
},
|
|
1142
|
-
"fetchTickers": {
|
|
1143
|
-
"baseVolume": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269634788#L1898"
|
|
1144
|
-
},
|
|
1145
|
-
"watchOrderBook": {
|
|
1146
|
-
"spread": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269407124#L3464"
|
|
1147
|
-
}
|
|
1148
|
-
}
|
|
1149
|
-
},
|
|
1150
|
-
"latoken": {
|
|
1151
|
-
"skipMethods":{
|
|
1152
|
-
"loadMarkets": {
|
|
1153
|
-
"precision": "messed just for one pair https://app.travis-ci.com/github/ccxt/ccxt/builds/269924468#L4006",
|
|
1154
|
-
"currency": "messed",
|
|
1155
|
-
"currencyIdAndCode": "messed"
|
|
1156
|
-
},
|
|
1157
|
-
"fetchCurrencies": {
|
|
1158
|
-
"currency": "messed",
|
|
1159
|
-
"currencyIdAndCode": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269188556#L4337",
|
|
1160
|
-
"withdraw":"not provided",
|
|
1161
|
-
"deposit":"not provided"
|
|
1162
|
-
},
|
|
1163
|
-
"ticker":{
|
|
1164
|
-
"open": "negative values",
|
|
1165
|
-
"high": "negative values",
|
|
1166
|
-
"low": "negative values",
|
|
1167
|
-
"close": "negative values",
|
|
1168
|
-
"bid": "negative values",
|
|
1169
|
-
"ask": "negative values",
|
|
1170
|
-
"average": "negative values"
|
|
1171
|
-
},
|
|
1172
|
-
"orderBook":{
|
|
1173
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L6049"
|
|
1174
|
-
}
|
|
1175
|
-
}
|
|
1176
|
-
},
|
|
1177
|
-
"luno": {
|
|
1178
|
-
"skipWs": "temp",
|
|
1179
|
-
"skipMethods": {
|
|
1180
|
-
"orderBook": {
|
|
1181
|
-
"compareToNextItem": "messed"
|
|
1182
|
-
}
|
|
1183
|
-
}
|
|
1184
|
-
},
|
|
1185
|
-
"lbank": {
|
|
1186
|
-
"skipMethods": {
|
|
1187
|
-
"loadMarkets": "settle must be defined when contract is true",
|
|
1188
|
-
"ticker": {
|
|
1189
|
-
"baseVolume": "quoteVolume >= baseVolume * low is failing"
|
|
1190
|
-
},
|
|
1191
|
-
"watchTrades": {
|
|
1192
|
-
"timestamp": "ts several hours ahead in in future :)"
|
|
1193
|
-
},
|
|
1194
|
-
"orderBook": {
|
|
1195
|
-
"spread": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269364330#L3612"
|
|
1196
|
-
},
|
|
1197
|
-
"watchOHLCV": "some timestamp issues"
|
|
1198
|
-
}
|
|
1199
|
-
},
|
|
1200
|
-
"lykke": {
|
|
1201
|
-
"skipMethods": {
|
|
1202
|
-
"loadMarkets": {
|
|
1203
|
-
"currencyIdAndCode": "messed codes"
|
|
1204
|
-
},
|
|
1205
|
-
"fetchCurrencies": {
|
|
1206
|
-
"fee":"not provided"
|
|
1207
|
-
},
|
|
1208
|
-
"orderBook": {
|
|
1209
|
-
"compareToNextItem": "sometimes bid equals to next bid"
|
|
1210
|
-
},
|
|
1211
|
-
"ticker": {
|
|
1212
|
-
"baseVolume": "quoteVolume >= baseVolume * low is failing",
|
|
1213
|
-
"close": "might be negative https://app.travis-ci.com/github/ccxt/ccxt/builds/269484317#L4657",
|
|
1214
|
-
"open": "same",
|
|
1215
|
-
"low": "same",
|
|
1216
|
-
"high": "same",
|
|
1217
|
-
"average": "same"
|
|
1218
|
-
}
|
|
1219
|
-
}
|
|
1220
|
-
},
|
|
1221
|
-
"mercado": {
|
|
1222
|
-
"skipMethods": {
|
|
1223
|
-
"loadMarkets": "needs migration to v4, as raw info is not being used. granular can be used for skipping 'info'",
|
|
1224
|
-
"ticker": {
|
|
1225
|
-
"spread": "sometimes bid is not lower than ask"
|
|
1226
|
-
},
|
|
1227
|
-
"orderBook": {
|
|
1228
|
-
"spread": "bid-ask crossing",
|
|
1229
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L6133"
|
|
1230
|
-
},
|
|
1231
|
-
"fetchCurrencies": {
|
|
1232
|
-
"info":"key is missing"
|
|
1233
|
-
}
|
|
1234
|
-
}
|
|
1235
|
-
},
|
|
1236
|
-
"novadax": {
|
|
1237
|
-
"skipMethods": {
|
|
1238
|
-
"ticker": {
|
|
1239
|
-
"baseVolume": "quoteVolume >= baseVolume * low is failing",
|
|
1240
|
-
"bid": "https://app.travis-ci.com/github/ccxt/ccxt/builds/266029139"
|
|
1241
|
-
}
|
|
1242
|
-
}
|
|
1243
|
-
},
|
|
1244
|
-
"ndax": {
|
|
1245
|
-
"skipWs": "timeouts",
|
|
1246
|
-
"skipMethods": {
|
|
1247
|
-
"fetchCurrencies": {
|
|
1248
|
-
"withdraw": "not provided",
|
|
1249
|
-
"deposit": "not provided"
|
|
1250
|
-
}
|
|
1251
|
-
}
|
|
1252
|
-
},
|
|
1253
|
-
"mexc": {
|
|
1254
|
-
"skipMethods": {
|
|
1255
|
-
"loadMarkets":{
|
|
1256
|
-
"currencyIdAndCode": "messed"
|
|
1257
|
-
},
|
|
1258
|
-
"fetchCurrencies":{
|
|
1259
|
-
"limits": "max above min",
|
|
1260
|
-
"precision":"is undefined"
|
|
1261
|
-
},
|
|
1262
|
-
"fetchTrades": {
|
|
1263
|
-
"side": "side is not buy/sell"
|
|
1264
|
-
},
|
|
1265
|
-
"ticker": {
|
|
1266
|
-
"baseVolume": "https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L6610",
|
|
1267
|
-
"spread":"https://app.travis-ci.com/github/ccxt/ccxt/builds/269273148#L3916"
|
|
1268
|
-
},
|
|
1269
|
-
"fetchAccounts": {
|
|
1270
|
-
"type": "type is not provided"
|
|
1271
|
-
},
|
|
1272
|
-
"fetchLeverageTiers": "swap only supported",
|
|
1273
|
-
"orderBook": {
|
|
1274
|
-
"spread": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269273148#L3916"
|
|
1275
|
-
}
|
|
1276
|
-
}
|
|
1277
|
-
},
|
|
1278
|
-
"oceanex": {
|
|
1279
|
-
"skipMethods": {
|
|
1280
|
-
"loadMarkets":{
|
|
1281
|
-
"active":"is undefined"
|
|
1282
|
-
},
|
|
1283
|
-
"fetchOrderBooks": "fetchOrderBooks returned 0 length"
|
|
1284
|
-
}
|
|
1285
|
-
},
|
|
1286
|
-
"p2b": {
|
|
1287
|
-
"skip": "temp issues",
|
|
1288
|
-
"skipWs": "flaky",
|
|
1289
|
-
"httpsProxy": "http://51.83.140.52:11230",
|
|
1290
|
-
"skipMethods": {
|
|
1291
|
-
"loadMarkets": "invalid URL",
|
|
1292
|
-
"fetchTrades": "requires order id"
|
|
1293
|
-
}
|
|
1294
|
-
},
|
|
1295
|
-
"paymium": {
|
|
1296
|
-
"skip": "exchange is down",
|
|
1297
|
-
"skipMethods": {
|
|
1298
|
-
"loadMarkets": {
|
|
1299
|
-
"precision": "not provided",
|
|
1300
|
-
"active": "not provided",
|
|
1301
|
-
"info": "null",
|
|
1302
|
-
"taker":"is undefined",
|
|
1303
|
-
"maker":"is undefined"
|
|
1304
|
-
},
|
|
1305
|
-
"ticker": {
|
|
1306
|
-
"baseVolume": "quoteVolume >= baseVolume * low is failing"
|
|
1307
|
-
}
|
|
1308
|
-
}
|
|
1309
|
-
},
|
|
1310
|
-
"phemex": {
|
|
1311
|
-
"skipPhpAsync": true,
|
|
1312
|
-
"skipCSharp": true,
|
|
1313
|
-
"skipMethods": {
|
|
1314
|
-
"loadMarkets": {
|
|
1315
|
-
"contractSize": "broken for some markets",
|
|
1316
|
-
"active": "not provided",
|
|
1317
|
-
"currencyIdAndCode": "messed",
|
|
1318
|
-
"taker": "null",
|
|
1319
|
-
"maker": "null"
|
|
1320
|
-
},
|
|
1321
|
-
"fetchCurrencies": {
|
|
1322
|
-
"withdraw": "not provided",
|
|
1323
|
-
"deposit": "not provided"
|
|
1324
|
-
},
|
|
1325
|
-
"ticker": {
|
|
1326
|
-
"baseVolume": "quoteVolume >= baseVolume * low is failing",
|
|
1327
|
-
"bid": "messed bid-ask"
|
|
1328
|
-
}
|
|
1329
|
-
}
|
|
1330
|
-
},
|
|
1331
|
-
"okcoin": {
|
|
1332
|
-
"skipWs": "temp",
|
|
1333
|
-
"skipMethods": {
|
|
1334
|
-
"ticker": {
|
|
1335
|
-
"symbol": "missing https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L6721",
|
|
1336
|
-
"baseVolume": "quoteVolume >= baseVolume * low is failing"
|
|
1337
|
-
}
|
|
1338
|
-
}
|
|
1339
|
-
},
|
|
1340
|
-
"exmo": {
|
|
1341
|
-
"skipMethods": {
|
|
1342
|
-
"loadMarkets": {
|
|
1343
|
-
"active":"is undefined"
|
|
1344
|
-
},
|
|
1345
|
-
"fetchCurrencies":{
|
|
1346
|
-
"info":"null",
|
|
1347
|
-
"withdraw":"not provided",
|
|
1348
|
-
"deposit":"not provided"
|
|
1349
|
-
},
|
|
1350
|
-
"ticker": {
|
|
1351
|
-
"baseVolume": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269352042#L3690"
|
|
1352
|
-
},
|
|
1353
|
-
"watchOrderBook": {
|
|
1354
|
-
"nonce": "missing https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L4807"
|
|
1355
|
-
},
|
|
1356
|
-
"orderBook": {
|
|
1357
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L5420"
|
|
1358
|
-
}
|
|
1359
|
-
}
|
|
1360
|
-
},
|
|
1361
|
-
"poloniex": {
|
|
1362
|
-
"skipMethods": {
|
|
1363
|
-
"loadMarkets": {
|
|
1364
|
-
"currencyIdAndCode": "some currencies does not exist in currencies"
|
|
1365
|
-
},
|
|
1366
|
-
"fetchCurrencies": {
|
|
1367
|
-
"currencyIdAndCode": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269956260#L4357",
|
|
1368
|
-
"withdraw": "undefined",
|
|
1369
|
-
"deposit": "undefined",
|
|
1370
|
-
"networks": "networks key is missing",
|
|
1371
|
-
"precision": "not provided"
|
|
1372
|
-
},
|
|
1373
|
-
"fetchTrades": {
|
|
1374
|
-
"side": "side is not buy/sell"
|
|
1375
|
-
},
|
|
1376
|
-
"ticker": {
|
|
1377
|
-
"baseVolume": "quoteVolume <= baseVolume * high | https://app.travis-ci.com/github/ccxt/ccxt/builds/263884643#L2462"
|
|
1378
|
-
},
|
|
1379
|
-
"watchOrderBook": {
|
|
1380
|
-
"nonce": "missing https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L6909"
|
|
1381
|
-
}
|
|
1382
|
-
}
|
|
1383
|
-
},
|
|
1384
|
-
"poloniexfutures": {
|
|
1385
|
-
"skipCSharp": "too flaky, check the reason later",
|
|
1386
|
-
"skipMethods": {
|
|
1387
|
-
"watchOrderBook": {
|
|
1388
|
-
"spread": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269769010#L3644"
|
|
1389
|
-
}
|
|
1390
|
-
}
|
|
1391
|
-
},
|
|
1392
|
-
"okx": {
|
|
1393
|
-
"skipCSharp": true,
|
|
1394
|
-
"skipMethods": {
|
|
1395
|
-
"loadMarkets": "linear & inverse must not be same",
|
|
1396
|
-
"fetchCurrencies": {
|
|
1397
|
-
"info": "null",
|
|
1398
|
-
"currencyIdAndCode": "temp skip"
|
|
1399
|
-
},
|
|
1400
|
-
"ticker": {
|
|
1401
|
-
"baseVolume": "quoteVolume <= baseVolume * high : https://app.travis-ci.com/github/ccxt/ccxt/builds/263319874#L2132"
|
|
1402
|
-
},
|
|
1403
|
-
"fetchBorrowRate": "some fields that we can't skip missing",
|
|
1404
|
-
"fetchBorrowRates": "same",
|
|
1405
|
-
"watchOrderBook": {
|
|
1406
|
-
"nonce": "missing https://app.travis-ci.com/github/ccxt/ccxt/builds/267900037#L6721"
|
|
1407
|
-
}
|
|
1408
|
-
}
|
|
1409
|
-
},
|
|
1410
|
-
"kraken": {
|
|
1411
|
-
"skipMethods": {
|
|
1412
|
-
"loadMarkets": {
|
|
1413
|
-
"currencyIdAndCode": "https://app.travis-ci.com/github/ccxt/ccxt/builds/267515280#L2314"
|
|
1414
|
-
},
|
|
1415
|
-
"fetchCurrencies": {
|
|
1416
|
-
"withdraw": "undefined",
|
|
1417
|
-
"deposit": "undefined",
|
|
1418
|
-
"currencyIdAndCode": "same as in loadMarkets"
|
|
1419
|
-
},
|
|
1420
|
-
"ticker": {
|
|
1421
|
-
"baseVolume": "quoteVolume <= baseVolume * high is failing"
|
|
1422
|
-
},
|
|
1423
|
-
"orderBook": {
|
|
1424
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L5965"
|
|
1425
|
-
}
|
|
1426
|
-
}
|
|
1427
|
-
},
|
|
1428
|
-
"krakenfutures": {
|
|
1429
|
-
"skipMethods": {
|
|
1430
|
-
"loadMarkets" :{
|
|
1431
|
-
"active": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269484317#L4502",
|
|
1432
|
-
"contractSize":"https://app.travis-ci.com/github/ccxt/ccxt/builds/269640396#L3857",
|
|
1433
|
-
"currencyIdAndCode": "messed"
|
|
1434
|
-
},
|
|
1435
|
-
"fetchCurrencies": {
|
|
1436
|
-
"currencyIdAndCode": "messed",
|
|
1437
|
-
"withdraw": "undefined",
|
|
1438
|
-
"deposit": "undefined"
|
|
1439
|
-
},
|
|
1440
|
-
"watchTrades": {
|
|
1441
|
-
"timestamp": "timestamp reversed: https://app.travis-ci.com/github/ccxt/ccxt/builds/269484317#L3681"
|
|
1442
|
-
},
|
|
1443
|
-
"watchBidsAsks": {
|
|
1444
|
-
"bidVolume": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269878519#L3759",
|
|
1445
|
-
"askVolume": "same"
|
|
1446
|
-
},
|
|
1447
|
-
"watchOrderBook.cs": {
|
|
1448
|
-
"bid": "strange issue specifically for krakenfutures, todo in near future https://app.travis-ci.com/github/ccxt/ccxt/builds/269965859#L4781"
|
|
1449
|
-
},
|
|
1450
|
-
"watchOrderBookForSymbols.cs": {
|
|
1451
|
-
"bid": "same as above"
|
|
1452
|
-
}
|
|
1453
|
-
},
|
|
1454
|
-
"timeout": 120000
|
|
1455
|
-
},
|
|
1456
|
-
"upbit": {
|
|
1457
|
-
"skipMethods": {
|
|
1458
|
-
"ticker": {
|
|
1459
|
-
"baseVolume": "quoteVolume >= baseVolume * low is failing"
|
|
1460
|
-
}
|
|
1461
|
-
}
|
|
1462
|
-
},
|
|
1463
|
-
"timex": {
|
|
1464
|
-
"skipMethods": {
|
|
1465
|
-
"loadMarkets": {
|
|
1466
|
-
"currencyIdAndCode": "messed"
|
|
1467
|
-
},
|
|
1468
|
-
"fetchCurrencies": {
|
|
1469
|
-
"fee":"is undefined",
|
|
1470
|
-
"networks": "key not present"
|
|
1471
|
-
},
|
|
1472
|
-
"fetchTrades": {
|
|
1473
|
-
"fees": "missingn from structure"
|
|
1474
|
-
},
|
|
1475
|
-
"fetchTickers": "temporary issues"
|
|
1476
|
-
}
|
|
1477
|
-
},
|
|
1478
|
-
"wavesexchange": {
|
|
1479
|
-
"skipMethods": {
|
|
1480
|
-
"loadMarkets": "missing key",
|
|
1481
|
-
"fetchOHLCV": "index 1 (open price) is undefined",
|
|
1482
|
-
"ticker": {
|
|
1483
|
-
"baseVolume": "quoteVolume >= baseVolume * low is failing"
|
|
1484
|
-
}
|
|
1485
|
-
}
|
|
1486
|
-
},
|
|
1487
|
-
"whitebit": {
|
|
1488
|
-
"skipWs": "timeouts",
|
|
1489
|
-
"skipMethods": {
|
|
1490
|
-
"loadMarkets": "contractSize must be undefined when contract is false",
|
|
1491
|
-
"fetchCurrencies": {
|
|
1492
|
-
"info": "missing key",
|
|
1493
|
-
"precision":"not provided",
|
|
1494
|
-
"fee":"is undefined",
|
|
1495
|
-
"networks":"missing",
|
|
1496
|
-
"limits": "broken for some markets"
|
|
1497
|
-
}
|
|
1498
|
-
}
|
|
1499
|
-
},
|
|
1500
|
-
"woo": {
|
|
1501
|
-
"skipWs": "requires auth",
|
|
1502
|
-
"skipMethods":{
|
|
1503
|
-
"loadMarkets":{
|
|
1504
|
-
"active": "undefined",
|
|
1505
|
-
"currencyIdAndCode": "messed"
|
|
1506
|
-
},
|
|
1507
|
-
"fetchCurrencies":{
|
|
1508
|
-
"withdraw": "undefined",
|
|
1509
|
-
"deposit": "undefined"
|
|
1510
|
-
},
|
|
1511
|
-
"fetchPositions": {
|
|
1512
|
-
"leverage": "undefined",
|
|
1513
|
-
"percentage": "undefined",
|
|
1514
|
-
"hedged": "undefined",
|
|
1515
|
-
"stopLossPrice": "undefined",
|
|
1516
|
-
"takeProfitPrice": "undefined",
|
|
1517
|
-
"id": "undefined",
|
|
1518
|
-
"marginRatio": "undefined",
|
|
1519
|
-
"collateral": "undefined"
|
|
1520
|
-
}
|
|
1521
|
-
}
|
|
1522
|
-
},
|
|
1523
|
-
"yobit": {
|
|
1524
|
-
"skipMethods": {
|
|
1525
|
-
"loadMarkets":{
|
|
1526
|
-
"currencyIdAndCode": "messed"
|
|
1527
|
-
},
|
|
1528
|
-
"fetchTickers": "all tickers request exceedes max url length",
|
|
1529
|
-
"orderBook":{
|
|
1530
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L6425"
|
|
1531
|
-
}
|
|
1532
|
-
}
|
|
1533
|
-
},
|
|
1534
|
-
"zaif": {
|
|
1535
|
-
"skipMethods": {
|
|
1536
|
-
"fetchCurrencies": {
|
|
1537
|
-
"info": "key is missing"
|
|
1538
|
-
},
|
|
1539
|
-
"loadMarkets": {
|
|
1540
|
-
"active": "is undefined"
|
|
1541
|
-
},
|
|
1542
|
-
"orderBook":{
|
|
1543
|
-
"timestamp": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269572350#L6279"
|
|
1544
|
-
}
|
|
1545
|
-
}
|
|
1546
|
-
},
|
|
1547
|
-
"zonda": {
|
|
1548
|
-
"skipMethods": {
|
|
1549
|
-
"loadMarkets": {
|
|
1550
|
-
"active":"is undefined"
|
|
1551
|
-
}
|
|
1552
|
-
}
|
|
1553
|
-
},
|
|
1554
|
-
"bingx": {
|
|
1555
|
-
"skipWs": "broken symbols returned",
|
|
1556
|
-
"skipMethods": {
|
|
1557
|
-
"loadMarkets": {
|
|
1558
|
-
"taker": "is undefined",
|
|
1559
|
-
"maker": "is undefined",
|
|
1560
|
-
"contractSize": "returns zero for BTC/USDT:USDT https://app.travis-ci.com/github/ccxt/ccxt/builds/269614608#L3778",
|
|
1561
|
-
"currencyIdAndCode": "not all currencies are available"
|
|
1562
|
-
},
|
|
1563
|
-
"fetchTrades": {
|
|
1564
|
-
"side": "undefined"
|
|
1565
|
-
},
|
|
1566
|
-
"ticker": {
|
|
1567
|
-
"baseVolume": "not supported",
|
|
1568
|
-
"spread": "same bid-ask https://app.travis-ci.com/github/ccxt/ccxt/builds/269550508#L3581"
|
|
1569
|
-
},
|
|
1570
|
-
"fetchOHLCV": "spot not supported",
|
|
1571
|
-
"fetchCurrencies": {
|
|
1572
|
-
"deposit": "not provided",
|
|
1573
|
-
"precision": "not provided"
|
|
1574
|
-
},
|
|
1575
|
-
"orderBook": {
|
|
1576
|
-
"bid": "multiple bid prices are equal https://app.travis-ci.com/github/ccxt/ccxt/builds/265172859#L2745"
|
|
1577
|
-
},
|
|
1578
|
-
"watchTrades": {
|
|
1579
|
-
"side": "undefined"
|
|
1580
|
-
},
|
|
1581
|
-
"fetchPositions": {
|
|
1582
|
-
"marginRatio": "undefined",
|
|
1583
|
-
"stopLossPrice": "undefined",
|
|
1584
|
-
"takeProfitPrice": "undefined",
|
|
1585
|
-
"initialMarginPercentage": "undefined",
|
|
1586
|
-
"hedged": "undefined",
|
|
1587
|
-
"timestamp": "undefined",
|
|
1588
|
-
"datetime": "undefined",
|
|
1589
|
-
"lastUpdateTimestamp": "undefined",
|
|
1590
|
-
"maintenanceMargin": "undefined",
|
|
1591
|
-
"contractSize": "undefined",
|
|
1592
|
-
"markPrice": "undefined",
|
|
1593
|
-
"lastPrice": "undefined",
|
|
1594
|
-
"percentage": "undefined",
|
|
1595
|
-
"liquidationPrice": "undefined"
|
|
1596
|
-
}
|
|
1597
|
-
}
|
|
1598
|
-
},
|
|
1599
|
-
"wazirx": {
|
|
1600
|
-
"skipWs": "timeouts",
|
|
1601
|
-
"skipMethods": {
|
|
1602
|
-
"loadMarkets": "private",
|
|
1603
|
-
"fetchCurrencies": "private",
|
|
1604
|
-
"ticker": {
|
|
1605
|
-
"bid": "https://app.travis-ci.com/github/ccxt/ccxt/builds/269200021#L4048"
|
|
1606
|
-
}
|
|
1607
|
-
}
|
|
1608
|
-
},
|
|
1609
|
-
"coinlist": {
|
|
1610
|
-
"skipMethods": {
|
|
1611
|
-
"ticker": {
|
|
1612
|
-
"baseVolume": "quoteVolume >= baseVolume * low is failing",
|
|
1613
|
-
"bid": "invalid"
|
|
1614
|
-
}
|
|
1615
|
-
}
|
|
1616
|
-
},
|
|
1617
|
-
"bitteam": {
|
|
1618
|
-
"skip": "tmp timeout",
|
|
1619
|
-
"skipPhpAsync": true,
|
|
1620
|
-
"skipMethods": {
|
|
1621
|
-
"loadMarkets": {
|
|
1622
|
-
"taker": "is undefined",
|
|
1623
|
-
"maker": "is undefined"
|
|
1624
|
-
},
|
|
1625
|
-
"fetchCurrencies": {
|
|
1626
|
-
"deposit": "not provided",
|
|
1627
|
-
"withdraw": "not provided"
|
|
1628
|
-
}
|
|
1629
|
-
}
|
|
1630
|
-
},
|
|
1631
|
-
"hyperliquid": {
|
|
1632
|
-
"skipMethods": {
|
|
1633
|
-
"loadMarkets": {
|
|
1634
|
-
"currencyIdAndCode": "different"
|
|
1635
|
-
},
|
|
1636
|
-
"fetchTrades": "private",
|
|
1637
|
-
"fetchCurrencies": {
|
|
1638
|
-
"id": "skip",
|
|
1639
|
-
"precision": "skip",
|
|
1640
|
-
"networks": "not provided",
|
|
1641
|
-
"limits" : "not provided",
|
|
1642
|
-
"deposit": "not provided",
|
|
1643
|
-
"withdraw": "not provided"
|
|
1644
|
-
},
|
|
1645
|
-
"watchTrades": {
|
|
1646
|
-
"currency": "not provided"
|
|
1647
|
-
}
|
|
1648
|
-
}
|
|
1649
|
-
},
|
|
1650
|
-
"tradeogre": {
|
|
1651
|
-
"skip": "flaky"
|
|
1652
|
-
}
|
|
1653
|
-
}
|