A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go / Java
This report presents the forensic synthetic code analysis of ccxt/ccxt, a Python project with 43,295 GitHub stars. SynthScan v2.0 examined 6,034,656 lines of code across 8895 source files, recording 86389 pattern matches distributed across 25 syntactic categories. The overall adjusted score of 20.2 places this repository in the Moderate AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 86389 distinct pattern matches across 25 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .php-cs-fixer.dist.php | 1 | <?php | COMMENT |
| LOW | exchanges.cfg | 1 | # ------------------------------------------------------------------------------- | COMMENT |
| LOW | pyproject.toml | 61 | # for CPython 3.8-3.14 on win_amd64/win_arm64 only - no win32, no sdist builds | COMMENT |
| LOW | tsconfig.json | 21 | // "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorator | COMMENT |
| LOW | tsconfig.json | 41 | // "noResolve": true, /* Disallow `import`s, `require`s or `<reference>`s from expand | COMMENT |
| LOW | tsconfig.json | 61 | // "mapRoot": "", /* Specify the location where debugger should locate map files | COMMENT |
| LOW | tsconfig.json | 81 | "strict": true, /* Enable all strict type-checking options. */ | COMMENT |
| LOW | go/ccxt.go | 1 | // Package ccxt makes `go build` and `go build ./...` work from the go/ directory. | COMMENT |
| LOW | go/tests/base/test.urlencodeBase64.go | 21 | Assert(ccxt.IsEqual(exchange.UrlencodeBase64(""), "")) | COMMENT |
| LOW | go/tests/base/test.number.go | 81 | Assert(IsEqual(exchange.DecimalToPrecision("1234.69", TRUNCATE, 0, SIGNIFICANT_DIGITS, PAD_WITH_ZERO), "0")) | COMMENT |
| LOW | go/tests/base/test.number.go | 201 | Assert(IsEqual(exchange.DecimalToPrecision("-69.3", TRUNCATE, OpNeg(2), DECIMAL_PLACES), "0")) | COMMENT |
| LOW | go/tests/base/test.sort.go | 21 | AssertDeepEqual(exchange, nil, "sort", exchange.Sort([]any{"b", "a", "b", "c"}), []any{"a", "b", "b", "c"}) | COMMENT |
| LOW | go/tests/base/test.futures.go | 121 | // func fakeAuthRequest() <-chan interface{} { | COMMENT |
| LOW | go/tests/base/test.futures.go | 141 | // ch <- <-future.(<-chan interface{}) | COMMENT |
| LOW | go/tests/base/test.futures.go | 161 | // return ch | COMMENT |
| LOW | go/tests/base/test.networkMethods.go | 41 | Assert(ccxt.IsEqual(exchange.NetworkCodeToId("TRC20", "USDC"), "Tron")) | COMMENT |
| LOW | go/tests/base/test.networkMethods.go | 81 | Assert(ccxt.IsEqual(exchange.NetworkIdToCode("Ether", "USDC"), "ERC20")) | COMMENT |
| LOW | go/tests/base/test.networkMethods.go | 161 | // assert (exchange.prioritizedNetworkAliases ('ETH', 'MYTOKEN') === 'ERC20'); | COMMENT |
| LOW | go/tests/base/test.networkMethods.go | 181 | // function helperTestNetworkProtocolCorrector () { | COMMENT |
| LOW | go/tests/base/utils.go | 121 | COMMENT | |
| LOW | go/tests/base/utils.go | 141 | // log.Fatal(err) | COMMENT |
| LOW | go/tests/base/utils.go | 221 | // Empty in Go, just returning | COMMENT |
| LOW | go/tests/base/utils.go | 301 | ch <- nil | COMMENT |
| LOW | go/tests/base/utils.go | 321 | // } else { | COMMENT |
| LOW | go/tests/base/utils.go | 341 | // in = append(in, reflect.ValueOf(arg)) | COMMENT |
| LOW | go/tests/base/utils.go | 501 | COMMENT | |
| LOW | go/tests/base/test.decimalToPrecision.go | 201 | Assert(ccxt.IsEqual(exchange.DecimalToPrecision("-69.3", ccxt.TRUNCATE, ccxt.OpNeg(1), ccxt.SIGNIFICANT_DIGITS), "-60") | COMMENT |
| LOW | go/tests/base/tests.go | 3121 | // await exchange.GetcreateOrder() ('SOL/USDC:USDC', 'limit', 'buy', 1, 100); | COMMENT |
| LOW | go/tests/base/test.fetchHistory.go | 101 | // 'id': 'sampleexchange', | COMMENT |
| LOW | go/tests/base/test.fetchHistory.go | 121 | // const exchange = new ccxt.coinbase ({ | COMMENT |
| LOW | go/tests/base/cache/orderbook.go | 81 | // 'asks': [ [ 11.1, 27, '1244' ], [ 13.3, 13, '1243' ], [ 14.4, 12, '1242' ], [ 15.5, 11, '1241' ], [ 16.6, 10, '1 | COMMENT |
| LOW | go/tests/base/cache/orderbook.go | 161 | // 'timestamp': 1574827239000, | COMMENT |
| LOW | go/tests/base/cache/orderbook.go | 181 | // const storedIncremetalOrderBookTarget = { | COMMENT |
| LOW | go/tests/base/cache/orderbook.go | 281 | // incrementalOrderBook.limit (); | COMMENT |
| LOW | go/tests/base/cache/orderbook.go | 301 | // incrementalOrderBook.limit (); | COMMENT |
| LOW | go/tests/base/cache/orderbook.go | 321 | // incrementalIndexedOrderBook.limit (); | COMMENT |
| LOW | go/v4/kraken.go | 561 | AppendToArray(&promises, this.PublicGetAssetPairs(params)) | COMMENT |
| LOW | go/v4/kraken.go | 581 | // "pair_decimals": 7, | COMMENT |
| LOW | go/v4/kraken.go | 601 | // [250000, 0.1], | COMMENT |
| LOW | go/v4/kraken.go | 781 | _ = params | COMMENT |
| LOW | go/v4/kraken.go | 801 | // "decimals": 8, | COMMENT |
| LOW | go/v4/kraken.go | 821 | // "XBT.M": { | COMMENT |
| LOW | go/v4/kraken.go | 941 | var request any = map[string]any{ | COMMENT |
| LOW | go/v4/kraken.go | 961 | // "nextvolume": '50000.0000' | COMMENT |
| LOW | go/v4/kraken.go | 1041 | AddElementToObject(request, "count", limit) // 100 | COMMENT |
| LOW | go/v4/kraken.go | 1081 | func (this *KrakenCore) ParseTicker(ticker any, optionalArgs ...any) any { | COMMENT |
| LOW | go/v4/kraken.go | 1221 | return nil | COMMENT |
| LOW | go/v4/kraken.go | 1301 | COMMENT | |
| LOW | go/v4/kraken.go | 1341 | // "time": 1520102320.555, | COMMENT |
| LOW | go/v4/kraken.go | 1541 | // "4.28169434", // amount | COMMENT |
| LOW | go/v4/kraken.go | 1561 | // "vol": '22.20000000', | COMMENT |
| LOW | go/v4/kraken.go | 1581 | // "misc": "closing", | COMMENT |
| LOW | go/v4/kraken.go | 1721 | // https://github.com/ccxt/ccxt/issues/5677 | COMMENT |
| LOW | go/v4/kraken.go | 1801 | } | COMMENT |
| LOW | go/v4/kraken.go | 1941 | var orderRequest any = this.OrderRequest("createOrder", symbol, typeVar, request, amount, price, params) | COMMENT |
| LOW | go/v4/kraken.go | 2021 | var response any = nil | COMMENT |
| LOW | go/v4/kraken.go | 2121 | "stop-loss-limit": "limit", | COMMENT |
| LOW | go/v4/kraken.go | 2141 | // } | COMMENT |
| LOW | go/v4/kraken.go | 2161 | // "error": [], | COMMENT |
| LOW | go/v4/kraken.go | 2181 | // "vol": "10.00000000", | COMMENT |
| 53805 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | python/ccxt/exmo.py | 2276 | # "confirmations": null, | COMMENT |
| HIGH | python/ccxt/hitbtc.py | 797 | # "expiry":null, | COMMENT |
| HIGH | python/ccxt/hitbtc.py | 799 | # "base_currency":null, | COMMENT |
| HIGH | python/ccxt/btcturk.py | 288 | # "minAmount": null, | COMMENT |
| HIGH | python/ccxt/btcturk.py | 930 | # "stopPrice": null, | COMMENT |
| HIGH | python/ccxt/apex.py | 425 | # "crossCollateralDiscountRate": null, | COMMENT |
| HIGH⚡ | python/ccxt/upbit.py | 334 | # "minimum": null, | COMMENT |
| HIGH⚡ | python/ccxt/upbit.py | 335 | # "onetime": null, | COMMENT |
| HIGH⚡ | python/ccxt/upbit.py | 339 | # "fixed": null, | COMMENT |
| HIGH | python/ccxt/upbit.py | 410 | # "bid": {"currency": "KRW", "price_unit": null, "min_total": 1000}, | COMMENT |
| HIGH | python/ccxt/upbit.py | 411 | # "ask": {"currency": "BTC", "price_unit": null, "min_total": 1000}, | COMMENT |
| HIGH | python/ccxt/upbit.py | 988 | # "bid": {"currency": "KRW", "price_unit": null, "min_total": 5000}, | COMMENT |
| HIGH | python/ccxt/upbit.py | 989 | # "ask": {"currency": "BTC", "price_unit": null, "min_total": 5000}, | COMMENT |
| HIGH | python/ccxt/upbit.py | 1536 | # "txid": null, | COMMENT |
| HIGH | python/ccxt/upbit.py | 1539 | # "done_at": null, | COMMENT |
| HIGH | python/ccxt/upbit.py | 1627 | # "done_at": null, | COMMENT |
| HIGH | python/ccxt/upbit.py | 2222 | # "done_at": null, | COMMENT |
| HIGH | python/ccxt/hyperliquid.py | 429 | # {specialStatuses: null, time: '1764617438643'} | COMMENT |
| HIGH | python/ccxt/hyperliquid.py | 553 | # null, | COMMENT |
| HIGH | python/ccxt/hyperliquid.py | 795 | # "evmContract":null, | COMMENT |
| HIGH | python/ccxt/hyperliquid.py | 805 | # "evmContract":null, | COMMENT |
| HIGH | python/ccxt/hyperliquid.py | 1518 | # "liquidationMarkPx": null, | COMMENT |
| HIGH | python/ccxt/hyperliquid.py | 3057 | # "cloid": null, | COMMENT |
| HIGH | python/ccxt/hyperliquid.py | 3101 | # "cloid": null, | COMMENT |
| HIGH | python/ccxt/hyperliquid.py | 3108 | # "liquidationMarkPx": null, | COMMENT |
| HIGH | python/ccxt/hyperliquid.py | 3123 | # "cloid": null, | COMMENT |
| HIGH | python/ccxt/hyperliquid.py | 3161 | # "cloid": null, | COMMENT |
| HIGH | python/ccxt/hyperliquid.py | 3172 | # "tif": null, | COMMENT |
| HIGH | python/ccxt/hyperliquid.py | 3306 | # "liquidationMarkPx": null, | COMMENT |
| HIGH | python/ccxt/hyperliquid.py | 3328 | # "liquidationMarkPx": null, | COMMENT |
| HIGH | python/ccxt/coinsph.py | 2012 | # "withdrawOrderId": null, | COMMENT |
| HIGH | python/ccxt/coinsph.py | 474 | '-1102': BadRequest, # A mandatory parameter was not sent, was empty/null, or malformed. Mandatory | CODE |
| HIGH⚡ | python/ccxt/bitrue.py | 1301 | # "weightedAvgPrice": null, | COMMENT |
| HIGH⚡ | python/ccxt/bitrue.py | 1302 | # "prevClosePrice": null, | COMMENT |
| HIGH⚡ | python/ccxt/bitrue.py | 1304 | # "lastQty": null, | COMMENT |
| HIGH⚡ | python/ccxt/bitrue.py | 1391 | # weightedAvgPrice: null, | COMMENT |
| HIGH⚡ | python/ccxt/bitrue.py | 1392 | # prevClosePrice: null, | COMMENT |
| HIGH⚡ | python/ccxt/bitrue.py | 1394 | # lastQty: null, | COMMENT |
| HIGH⚡ | python/ccxt/bitrue.py | 1650 | # weightedAvgPrice: null, | COMMENT |
| HIGH⚡ | python/ccxt/bitrue.py | 1651 | # prevClosePrice: null, | COMMENT |
| HIGH⚡ | python/ccxt/bitrue.py | 1653 | # lastQty: null, | COMMENT |
| HIGH⚡ | python/ccxt/bitrue.py | 1710 | # "origClientOrderId":null, | COMMENT |
| HIGH⚡ | python/ccxt/bitrue.py | 1713 | # "commission":null, | COMMENT |
| HIGH⚡ | python/ccxt/bitrue.py | 1714 | # "commissionAssert":null, | COMMENT |
| HIGH⚡ | python/ccxt/bitrue.py | 2469 | # "origClientOrderId":null, | COMMENT |
| HIGH⚡ | python/ccxt/bitrue.py | 2472 | # "commission":null, | COMMENT |
| HIGH⚡ | python/ccxt/bitrue.py | 2473 | # "commissionAssert":null, | COMMENT |
| HIGH⚡ | python/ccxt/bitrue.py | 2809 | # "msg": null, | COMMENT |
| HIGH⚡ | python/ccxt/bitrue.py | 2812 | # "ctime": null, | COMMENT |
| HIGH⚡ | python/ccxt/bitrue.py | 644 | '-1166': InvalidOrder, # {"code":"-1166","msg":"The leverage value of the order is inconsistent wit | CODE |
| HIGH⚡ | python/ccxt/bitrue.py | 654 | '-1160': InvalidOrder, # {"code":"-1160","msg":"Minimum order amount 10","data":null} | CODE |
| HIGH⚡ | python/ccxt/bitrue.py | 655 | '-1156': InvalidOrder, # {"code":"-1156","msg":"The number of closed positions exceeds the total nu | CODE |
| HIGH⚡ | python/ccxt/bitrue.py | 662 | '-2017': InsufficientFunds, # {code":"-2017","msg":"Insufficient balance","data":null} | CODE |
| HIGH | python/ccxt/bitrue.py | 1048 | # "updateTime":null, | COMMENT |
| HIGH | python/ccxt/bitrue.py | 1079 | # "sumMaintenanceMargin":null, | COMMENT |
| HIGH | python/ccxt/bitrue.py | 1080 | # "futureModel":null, | COMMENT |
| HIGH | python/ccxt/bitrue.py | 1150 | # "sumMaintenanceMargin":null, | COMMENT |
| HIGH | python/ccxt/bitrue.py | 1151 | # "futureModel":null, | COMMENT |
| HIGH | python/ccxt/bitrue.py | 1183 | # "sumMaintenanceMargin":null, | COMMENT |
| HIGH | python/ccxt/bitrue.py | 1184 | # "futureModel":null, | COMMENT |
| 3791 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | python/ccxt/exmo.py | 0 | add margin https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/modify-isolated-position | STRING |
| HIGH | python/ccxt/async_support/exmo.py | 0 | add margin https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/modify-isolated-position | STRING |
| HIGH | python/ccxt/okx.py | 0 | add margin https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/modify-isolated-position | STRING |
| HIGH | python/ccxt/async_support/okx.py | 0 | add margin https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/modify-isolated-position | STRING |
| HIGH | python/ccxt/poloniex.py | 0 | add margin https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/modify-isolated-position | STRING |
| HIGH | python/ccxt/async_support/poloniex.py | 0 | add margin https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/modify-isolated-position | STRING |
| HIGH | python/ccxt/aster.py | 0 | add margin https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/modify-isolated-position | STRING |
| HIGH | python/ccxt/async_support/aster.py | 0 | add margin https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/modify-isolated-position | STRING |
| HIGH | python/ccxt/bitget.py | 0 | add margin https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/modify-isolated-position | STRING |
| HIGH | python/ccxt/async_support/bitget.py | 0 | add margin https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/modify-isolated-position | STRING |
| HIGH | python/ccxt/gate.py | 0 | add margin https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/modify-isolated-position | STRING |
| HIGH | python/ccxt/async_support/gate.py | 0 | add margin https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/modify-isolated-position | STRING |
| HIGH | python/ccxt/delta.py | 0 | add margin https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/modify-isolated-position | STRING |
| HIGH | python/ccxt/async_support/delta.py | 0 | add margin https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/modify-isolated-position | STRING |
| HIGH | python/ccxt/coinex.py | 0 | add margin https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/modify-isolated-position | STRING |
| HIGH | python/ccxt/async_support/coinex.py | 0 | add margin https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/modify-isolated-position | STRING |
| HIGH | python/ccxt/mexc.py | 0 | add margin https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/modify-isolated-position | STRING |
| HIGH | python/ccxt/async_support/mexc.py | 0 | add margin https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/modify-isolated-position | STRING |
| HIGH | python/ccxt/lighter.py | 0 | add margin https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/modify-isolated-position | STRING |
| HIGH | python/ccxt/async_support/lighter.py | 0 | add margin https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/modify-isolated-position | STRING |
| HIGH | python/ccxt/binance.py | 0 | add margin https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/modify-isolated-position | STRING |
| HIGH | python/ccxt/async_support/binance.py | 0 | add margin https://developers.binance.com/docs/derivatives/usds-margined-futures/trade/rest-api/modify-isolated-position | STRING |
| HIGH | python/ccxt/exmo.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/async_support/exmo.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/hitbtc.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/async_support/hitbtc.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/coinsph.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/async_support/coinsph.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/hashkey.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/async_support/hashkey.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/hollaex.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/async_support/hollaex.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/lbank.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/async_support/lbank.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/bitopro.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/async_support/bitopro.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/blockchaincom.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/async_support/blockchaincom.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/bitso.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/async_support/bitso.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/bitfinex.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/async_support/bitfinex.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/bitstamp.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/async_support/bitstamp.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/coincheck.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/async_support/coincheck.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/poloniex.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/async_support/poloniex.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/gemini.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/async_support/gemini.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/cryptomus.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/async_support/cryptomus.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/woo.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/async_support/woo.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/bitvavo.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/async_support/bitvavo.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/foxbit.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/async_support/foxbit.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/cryptocom.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| HIGH | python/ccxt/async_support/cryptocom.py | 0 | https://docs.bitvavo.com/#tag/account/paths/~1account/get fetch the trading fees for multiple markets :param dict [param | STRING |
| 4215 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | go/tests/base/test.currency.go | 39 | AddElementToObject(format, "type", "crypto") | CODE |
| MEDIUM | go/v4/kraken.go | 1580 | // "leverage": "5", | COMMENT |
| MEDIUM | go/v4/kraken.go | 2136 | // "sell 0.00100000 ETHUSDT @ stop loss 2677.00 -> limit 2577.00 with 5:1 leverage" | COMMENT |
| MEDIUM | go/v4/kraken.go | 2177 | // "leverage": "none", | COMMENT |
| MEDIUM | go/v4/kraken.go | 2211 | // "leverage": "none", | COMMENT |
| MEDIUM | go/v4/kraken.go | 2674 | // "leverage":"none", | COMMENT |
| MEDIUM | go/v4/kraken.go | 2921 | // "leverage": "5", | COMMENT |
| MEDIUM | go/v4/kraken.go | 3226 | // "leverage": "none", | COMMENT |
| MEDIUM | go/v4/kraken.go | 3339 | // "leverage":"none", | COMMENT |
| MEDIUM | go/v4/kraken.go | 4074 | // "leverage": "2.00000", | COMMENT |
| MEDIUM | go/v4/kraken.go | 4100 | // "leverage": "2.00000", | COMMENT |
| MEDIUM | go/v4/digifinex_wrapper.go | 1284 | * @returns {object} a dictionary of [leverage tiers structures]{@link https://docs.ccxt.com/?id=leverage-tiers-structur | COMMENT |
| MEDIUM | go/v4/digifinex_wrapper.go | 1317 | * @returns {object} a [leverage tiers structure]{@link https://docs.ccxt.com/?id=leverage-tiers-structure} | COMMENT |
| MEDIUM | go/v4/hashkey.go | 3111 | // "leverage": "5", | COMMENT |
| MEDIUM | go/v4/hashkey.go | 3898 | // "leverage": "5", | COMMENT |
| MEDIUM | go/v4/hashkey.go | 3919 | // "leverage": "5", | COMMENT |
| MEDIUM | go/v4/hashkey.go | 4342 | // "leverage": "5", | COMMENT |
| MEDIUM | go/v4/hashkey.go | 4403 | * @see https://hashkeyglobal-apidoc.readme.io/reference/query-futures-leverage-trade | COMMENT |
| MEDIUM | go/v4/hashkey.go | 4406 | * @returns {object} a [leverage structure]{@link https://docs.ccxt.com/?id=leverage-structure} | COMMENT |
| MEDIUM | go/v4/hashkey.go | 4431 | // "leverage": "5", | COMMENT |
| MEDIUM | go/v4/hashkey.go | 4462 | * @see https://hashkeyglobal-apidoc.readme.io/reference/change-futures-leverage-trade | COMMENT |
| MEDIUM | go/v4/hashkey.go | 4498 | // "leverage": "3" | COMMENT |
| MEDIUM | go/v4/hashkey.go | 4701 | * @returns {object} a dictionary of [leverage tiers structures]{@link https://docs.ccxt.com/?id=leverage-tiers-structur | COMMENT |
| MEDIUM⚡ | go/v4/bitrue.go | 3491 | * @see https://www.bitrue.com/api-docs#change-initial-leverage-trade-hmac-sha256 | COMMENT |
| MEDIUM⚡ | go/v4/bitrue.go | 3491 | * @see https://www.bitrue.com/api-docs#change-initial-leverage-trade-hmac-sha256 | COMMENT |
| MEDIUM⚡ | go/v4/bitrue.go | 3492 | * @see https://www.bitrue.com/api_docs_includes_file/delivery.html#change-initial-leverage-trade-hmac-sha256 | COMMENT |
| MEDIUM⚡ | go/v4/bitrue.go | 3492 | * @see https://www.bitrue.com/api_docs_includes_file/delivery.html#change-initial-leverage-trade-hmac-sha256 | COMMENT |
| MEDIUM | go/v4/bitrue.go | 2030 | // Note this is not the actual cost, since Binance futures uses leverage to calculate margins. | COMMENT |
| MEDIUM | go/v4/bybit.go | 7505 | // "leverage": "10", | COMMENT |
| MEDIUM | go/v4/bybit.go | 7646 | // "leverage": "10", | COMMENT |
| MEDIUM | go/v4/bybit.go | 7702 | // "leverage": "4.2", | COMMENT |
| MEDIUM | go/v4/bybit.go | 7720 | // "leverage":"1.00", | COMMENT |
| MEDIUM | go/v4/bybit.go | 7752 | // "leverage": "10", | COMMENT |
| MEDIUM | go/v4/bybit.go | 7777 | // "leverage": "10", | COMMENT |
| MEDIUM | go/v4/bybit.go | 7807 | // leverage: '10', | COMMENT |
| MEDIUM | go/v4/bybit.go | 7943 | * @returns {object} a [leverage structure]{@link https://docs.ccxt.com/?id=leverage-structure} | COMMENT |
| MEDIUM | go/v4/bybit.go | 8108 | * @see https://bybit-exchange.github.io/docs/v5/position/leverage | COMMENT |
| MEDIUM | go/v4/bybit.go | 8136 | // engage in leverage setting | COMMENT |
| MEDIUM | go/v4/bybit.go | 9142 | * @returns {object} a [leverage tiers structure]{@link https://docs.ccxt.com/?id=leverage-tiers-structure} | COMMENT |
| MEDIUM | go/v4/bybit.go | 10220 | * @returns {object} a dictionary of [leverage tiers structures]{@link https://docs.ccxt.com/?id=leverage-tiers-structur | COMMENT |
| MEDIUM | go/v4/bybit.go | 10758 | // leverage: '10', | COMMENT |
| MEDIUM | go/v4/bybit.go | 11375 | * @returns {object[]} an array of [auto de leverage structures]{@link https://docs.ccxt.com/?id=auto-de-leverage-struct | COMMENT |
| MEDIUM | go/v4/bybit.go | 11418 | // "leverage": "", | COMMENT |
| MEDIUM | go/v4/bybit.go | 11474 | // "leverage": "", | COMMENT |
| MEDIUM | go/v4/toobit_wrapper.go | 1079 | * @see https://toobit-docs.github.io/apidocs/usdt_swap/v1/en/#change-initial-leverage-trade | COMMENT |
| MEDIUM | go/v4/toobit_wrapper.go | 1079 | * @see https://toobit-docs.github.io/apidocs/usdt_swap/v1/en/#change-initial-leverage-trade | COMMENT |
| MEDIUM⚡ | go/v4/toobit_wrapper.go | 1113 | * @see https://toobit-docs.github.io/apidocs/usdt_swap/v1/en/#get-the-leverage-multiple-and-position-mode-user_data | COMMENT |
| MEDIUM⚡ | go/v4/toobit_wrapper.go | 1113 | * @see https://toobit-docs.github.io/apidocs/usdt_swap/v1/en/#get-the-leverage-multiple-and-position-mode-user_data | COMMENT |
| MEDIUM⚡ | go/v4/toobit_wrapper.go | 1116 | * @returns {object} a [leverage structure]{@link https://docs.ccxt.com/?id=leverage-structure} | COMMENT |
| MEDIUM | go/v4/hyperliquid.go | 4535 | // "leverage": { | COMMENT |
| MEDIUM | go/v4/hyperliquid.go | 4591 | // "leverage": { | COMMENT |
| MEDIUM | go/v4/hitbtc.go | 3542 | // "leverage": "10.00", | COMMENT |
| MEDIUM | go/v4/hitbtc.go | 3642 | // "leverage": "10.00", | COMMENT |
| MEDIUM | go/v4/hitbtc.go | 3681 | // "leverage": "10.00", | COMMENT |
| MEDIUM | go/v4/hitbtc.go | 4062 | // "leverage": "8.00", | COMMENT |
| MEDIUM | go/v4/hitbtc.go | 4094 | // "leverage": "8.00", | COMMENT |
| MEDIUM | go/v4/hitbtc.go | 4200 | * @returns {object} a [leverage structure]{@link https://docs.ccxt.com/?id=leverage-structure} | COMMENT |
| MEDIUM | go/v4/hitbtc.go | 4250 | // "leverage": "12.00", | COMMENT |
| MEDIUM | go/v4/hitbtc.go | 4508 | // "leverage":"1.00", | COMMENT |
| MEDIUM⚡ | go/v4/okx.go | 6639 | * @see https://www.okx.com/docs-v5/en/#rest-api-account-get-leverage | COMMENT |
| 5392 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | postinstall.js | 70 | function parseTotalCountFromLinkHeader (linkHeader) { | CODE |
| LOW | go/tests/base/test.networkMethods.go | 154 | // function helperTestNetworkProtocolCorrector () { | COMMENT |
| LOW | go/tests/base/test.networkMethods.go | 181 | // function helperTestNetworkProtocolCorrector () { | COMMENT |
| LOW | python/ccxt/exmo.py | 341 | def parse_margin_modification(self, data: dict, market: Market = None) -> MarginModification: | CODE |
| LOW | python/ccxt/exmo.py | 402 | def fetch_private_trading_fees(self, params={}): | CODE |
| LOW | python/ccxt/exmo.py | 455 | def fetch_public_trading_fees(self, params={}): | CODE |
| LOW | python/ccxt/exmo.py | 578 | def fetch_deposit_withdraw_fees(self, codes: Strings = None, params={}): | CODE |
| LOW | python/ccxt/exmo.py | 615 | def parse_deposit_withdraw_fee(self, fee, currency: Currency = None): | CODE |
| LOW | python/ccxt/exmo.py | 1476 | def create_market_order_with_cost(self, symbol: str, side: OrderSide, cost: float, params={}): | CODE |
| LOW | python/ccxt/exmo.py | 1493 | def create_market_buy_order_with_cost(self, symbol: str, cost: float, params={}): | CODE |
| LOW | python/ccxt/exmo.py | 1509 | def create_market_sell_order_with_cost(self, symbol: str, cost: float, params={}): | CODE |
| LOW | python/ccxt/exmo.py | 2363 | def fetch_deposits_withdrawals(self, code: Str = None, since: Int = None, limit: Int = None, params={}) -> List[Tran | CODE |
| LOW | python/ccxt/hitbtc.py | 1452 | def fetch_transactions_helper(self, types, code, since, limit, params): | CODE |
| LOW | python/ccxt/hitbtc.py | 1596 | def fetch_deposits_withdrawals(self, code: Str = None, since: Int = None, limit: Int = None, params={}) -> List[Tran | CODE |
| LOW | python/ccxt/hitbtc.py | 2776 | def fetch_funding_rate_history(self, symbol: Str = None, since: Int = None, limit: Int = None, params={}): | CODE |
| LOW | python/ccxt/hitbtc.py | 3312 | def parse_margin_modification(self, data: dict, market: Market = None) -> MarginModification: | CODE |
| LOW | python/ccxt/hitbtc.py | 3492 | def fetch_deposit_withdraw_fees(self, codes: Strings = None, params={}): | CODE |
| LOW | python/ccxt/hitbtc.py | 3532 | def parse_deposit_withdraw_fee(self, fee, currency: Currency = None): | CODE |
| LOW | python/ccxt/hitbtc.py | 3622 | def handle_margin_mode_and_params(self, methodName, params={}, defaultValue: Any = None) -> list: | CODE |
| LOW⚡ | python/ccxt/okx.py | 1473 | def handle_market_type_and_params(self, methodName: str, market: Market = None, params={}, defaultValue: Any = None) | CODE |
| LOW⚡ | python/ccxt/okx.py | 1481 | def convert_to_instrument_type(self, type): | CODE |
| LOW⚡ | python/ccxt/okx.py | 1485 | def create_expired_option_market(self, symbol: str): | CODE |
| LOW | python/ccxt/okx.py | 2688 | def fetch_funding_rate_history(self, symbol: Str = None, since: Int = None, limit: Int = None, params={}): | CODE |
| LOW | python/ccxt/okx.py | 2999 | def create_market_buy_order_with_cost(self, symbol: str, cost: float, params={}): | CODE |
| LOW | python/ccxt/okx.py | 3021 | def create_market_sell_order_with_cost(self, symbol: str, cost: float, params={}): | CODE |
| LOW | python/ccxt/okx.py | 3705 | def cancel_orders_for_symbols(self, orders: List[CancellationRequest], params={}): | CODE |
| LOW | python/ccxt/okx.py | 5152 | def fetch_deposit_addresses_by_network(self, code: str, params={}) -> List[DepositAddress]: | CODE |
| LOW | python/ccxt/okx.py | 5882 | def fetch_positions_for_symbol(self, symbol: str, params={}): | CODE |
| LOW | python/ccxt/okx.py | 6922 | def parse_borrow_rate_histories(self, response, codes, since, limit): | CODE |
| LOW | python/ccxt/okx.py | 6950 | def fetch_borrow_rate_histories(self, codes=None, since: Int = None, limit: Int = None, params={}): | CODE |
| LOW | python/ccxt/okx.py | 6992 | def fetch_borrow_rate_history(self, code: str, since: Int = None, limit: Int = None, params={}): | CODE |
| LOW | python/ccxt/okx.py | 7069 | def parse_margin_modification(self, data: dict, market: Market = None) -> MarginModification: | CODE |
| LOW | python/ccxt/okx.py | 7168 | def fetch_market_leverage_tiers(self, symbol: str, params={}) -> List[LeverageTier]: | CODE |
| LOW | python/ccxt/okx.py | 7223 | def parse_market_leverage_tiers(self, info, market: Market = None) -> List[LeverageTier]: | CODE |
| LOW | python/ccxt/okx.py | 7541 | def fetch_open_interest_history(self, symbol: str, timeframe='1d', since: Int = None, limit: Int = None, params={}): | CODE |
| LOW | python/ccxt/okx.py | 7666 | def fetch_deposit_withdraw_fees(self, codes: Strings = None, params={}): | CODE |
| LOW | python/ccxt/okx.py | 7729 | def parse_deposit_withdraw_fees(self, response, codes: Strings = None, currencyIdKey: Any = None): | CODE |
| LOW | python/ccxt/okx.py | 8459 | def fetch_convert_trade_history(self, code: Str = None, since: Int = None, limit: Int = None, params={}) -> List[Con | CODE |
| LOW | python/ccxt/okx.py | 8674 | def fetch_margin_adjustment_history(self, symbol: Str = None, type: Str = None, since: Num = None, limit: Num = None | CODE |
| LOW | python/ccxt/okx.py | 8846 | def fetch_long_short_ratio_history(self, symbol: Str = None, timeframe: Str = None, since: Int = None, limit: Int = | CODE |
| LOW | python/ccxt/apex.py | 1048 | def fetch_funding_rate_history(self, symbol: Str = None, since: Int = None, limit: Int = None, params={}): | CODE |
| LOW | python/ccxt/apex.py | 1260 | def generate_random_client_id_omni(self, _accountId: str): | CODE |
| LOW | python/ccxt/coinbaseinternational.py | 339 | def handle_portfolio_and_params(self, methodName: str, params={}): | CODE |
| LOW | python/ccxt/coinbaseinternational.py | 357 | def handle_network_id_and_params(self, currencyCode: str, methodName: str, params={}): | CODE |
| LOW | python/ccxt/coinbaseinternational.py | 500 | def fetch_funding_rate_history(self, symbol: Str = None, since: Int = None, limit: Int = None, params={}): | CODE |
| LOW | python/ccxt/coinbaseinternational.py | 554 | def parse_funding_rate_history(self, info, market: Market = None): | CODE |
| LOW | python/ccxt/coinbaseinternational.py | 908 | def fetch_deposits_withdrawals(self, code: Str = None, since: Int = None, limit: Int = None, params={}) -> List[Tran | CODE |
| LOW | python/ccxt/hyperliquid.py | 729 | def calculate_price_precision(self, price: float, amountPrecision: float, maxDecimals: float): | CODE |
| LOW | python/ccxt/hyperliquid.py | 1048 | def update_spot_currency_code(self, code: str) -> str: | CODE |
| LOW | python/ccxt/hyperliquid.py | 1671 | def build_user_dex_abstraction_sig(self, message): | CODE |
| LOW | python/ccxt/hyperliquid.py | 1682 | def build_user_abstraction_sig(self, message): | CODE |
| LOW | python/ccxt/hyperliquid.py | 1693 | def build_approve_builder_fee_sig(self, message): | CODE |
| LOW | python/ccxt/hyperliquid.py | 1768 | def handle_builder_fee_approval(self): | CODE |
| LOW | python/ccxt/hyperliquid.py | 1876 | def enable_user_dex_abstraction(self, enabled: bool, params={}): | CODE |
| LOW | python/ccxt/hyperliquid.py | 2438 | def cancel_orders_for_symbols(self, orders: List[CancellationRequest], params={}): | CODE |
| LOW | python/ccxt/hyperliquid.py | 2784 | def fetch_funding_rate_history(self, symbol: Str = None, since: Int = None, limit: Int = None, params={}): | CODE |
| LOW | python/ccxt/hyperliquid.py | 2936 | def fetch_canceled_and_closed_orders(self, symbol: Str = None, since: Int = None, limit: Int = None, params={}) -> L | CODE |
| LOW | python/ccxt/hyperliquid.py | 3735 | def parse_margin_modification(self, data: dict, market: Market = None) -> MarginModification: | CODE |
| LOW | python/ccxt/hyperliquid.py | 4578 | def calculate_rate_limiter_cost(self, api, method, path, params, config={}): | CODE |
| LOW | python/ccxt/hyperliquid.py | 4586 | def parse_create_edit_order_args(self, id: Str, symbol: str, type: OrderType, side: OrderSide, amount: float, price: | CODE |
| 14492 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | README.md | 490 | 'apiKey': 'YOUR_API_KEY', | CODE |
| HIGH | README.md | 550 | 'apiKey': 'YOUR_API_KEY', | CODE |
| HIGH | README.md | 596 | 'apiKey' => 'YOUR_API_KEY', | CODE |
| HIGH | README.md | 725 | config.put("apiKey", "YOUR_API_KEY"); | CODE |
| HIGH | python/README.md | 490 | 'apiKey': 'YOUR_API_KEY', | CODE |
| HIGH | python/README.md | 550 | 'apiKey': 'YOUR_API_KEY', | CODE |
| HIGH | python/README.md | 596 | 'apiKey' => 'YOUR_API_KEY', | CODE |
| HIGH | python/README.md | 725 | config.put("apiKey", "YOUR_API_KEY"); | CODE |
| HIGH⚡ | website/content-i18n/pt/manual.md | 4661 | 'apiKey' => 'YOUR_API_KEY', | CODE |
| HIGH⚡ | website/content-i18n/pt/manual.md | 4668 | "apiKey": "YOUR_API_KEY", | CODE |
| HIGH⚡ | website/content-i18n/pt/manual.md | 4673 | exchange.ApiKey = "YOUR_API_KEY" | CODE |
| HIGH⚡ | website/content-i18n/pt/manual.md | 4679 | { "apiKey", "YOUR_API_KEY" }, | CODE |
| HIGH⚡ | website/content-i18n/pt/manual.md | 4684 | exchange.apiKey = "YOUR_API_KEY"; | CODE |
| HIGH⚡ | website/content-i18n/pt/manual.md | 4690 | config.put("apiKey", "YOUR_API_KEY"); | CODE |
| HIGH⚡ | website/content-i18n/pt/manual.md | 4695 | exchange.apiKey = "YOUR_API_KEY"; | CODE |
| HIGH | website/content-i18n/pt/manual.md | 249 | 'apiKey': 'YOUR_API_KEY', | CODE |
| HIGH | website/content-i18n/pt/manual.md | 266 | 'apiKey': 'YOUR_API_KEY', | CODE |
| HIGH | website/content-i18n/pt/manual.md | 289 | 'apiKey' => 'YOUR_API_KEY', | CODE |
| HIGH | website/content-i18n/pt/manual.md | 302 | "apiKey": "YOUR_API_KEY", | CODE |
| HIGH | website/content-i18n/pt/manual.md | 313 | { "apiKey", "YOUR_API_KEY" }, | CODE |
| HIGH | website/content-i18n/pt/manual.md | 327 | config.put("apiKey", "YOUR_API_KEY"); | CODE |
| HIGH | website/content-i18n/pt/manual.md | 4617 | 'apiKey': 'YOUR_API_KEY', | CODE |
| HIGH | website/content-i18n/pt/manual.md | 4639 | 'apiKey': 'YOUR_API_KEY', | CODE |
| HIGH | website/content-i18n/pt/manual.md | 5438 | 'apiKey': YOUR_API_KEY, | CODE |
| HIGH | website/content-i18n/pt/manual.md | 5469 | 'apiKey': YOUR_API_KEY, | CODE |
| HIGH⚡ | website/content-i18n/zh/manual.md | 4662 | 'apiKey' => 'YOUR_API_KEY', | CODE |
| HIGH⚡ | website/content-i18n/zh/manual.md | 4669 | "apiKey": "YOUR_API_KEY", | CODE |
| HIGH⚡ | website/content-i18n/zh/manual.md | 4674 | exchange.ApiKey = "YOUR_API_KEY" | CODE |
| HIGH⚡ | website/content-i18n/zh/manual.md | 4680 | { "apiKey", "YOUR_API_KEY" }, | CODE |
| HIGH⚡ | website/content-i18n/zh/manual.md | 4685 | exchange.apiKey = "YOUR_API_KEY"; | CODE |
| HIGH⚡ | website/content-i18n/zh/manual.md | 4691 | config.put("apiKey", "YOUR_API_KEY"); | CODE |
| HIGH⚡ | website/content-i18n/zh/manual.md | 4696 | exchange.apiKey = "YOUR_API_KEY"; | CODE |
| HIGH | website/content-i18n/zh/manual.md | 249 | 'apiKey': 'YOUR_API_KEY', | CODE |
| HIGH | website/content-i18n/zh/manual.md | 266 | 'apiKey': 'YOUR_API_KEY', | CODE |
| HIGH | website/content-i18n/zh/manual.md | 289 | 'apiKey' => 'YOUR_API_KEY', | CODE |
| HIGH | website/content-i18n/zh/manual.md | 302 | "apiKey": "YOUR_API_KEY", | CODE |
| HIGH | website/content-i18n/zh/manual.md | 313 | { "apiKey", "YOUR_API_KEY" }, | CODE |
| HIGH | website/content-i18n/zh/manual.md | 327 | config.put("apiKey", "YOUR_API_KEY"); | CODE |
| HIGH | website/content-i18n/zh/manual.md | 4618 | 'apiKey': 'YOUR_API_KEY', | CODE |
| HIGH | website/content-i18n/zh/manual.md | 4640 | 'apiKey': 'YOUR_API_KEY', | CODE |
| HIGH | website/content-i18n/zh/manual.md | 5439 | 'apiKey': YOUR_API_KEY, | CODE |
| HIGH | website/content-i18n/zh/manual.md | 5470 | 'apiKey': YOUR_API_KEY, | CODE |
| HIGH⚡ | website/content-i18n/de/manual.md | 4657 | 'apiKey' => 'YOUR_API_KEY', | CODE |
| HIGH⚡ | website/content-i18n/de/manual.md | 4664 | "apiKey": "YOUR_API_KEY", | CODE |
| HIGH⚡ | website/content-i18n/de/manual.md | 4669 | exchange.ApiKey = "YOUR_API_KEY" | CODE |
| HIGH⚡ | website/content-i18n/de/manual.md | 4675 | { "apiKey", "YOUR_API_KEY" }, | CODE |
| HIGH⚡ | website/content-i18n/de/manual.md | 4680 | exchange.apiKey = "YOUR_API_KEY"; | CODE |
| HIGH⚡ | website/content-i18n/de/manual.md | 4686 | config.put("apiKey", "YOUR_API_KEY"); | CODE |
| HIGH⚡ | website/content-i18n/de/manual.md | 4691 | exchange.apiKey = "YOUR_API_KEY"; | CODE |
| HIGH | website/content-i18n/de/manual.md | 249 | 'apiKey': 'YOUR_API_KEY', | CODE |
| HIGH | website/content-i18n/de/manual.md | 266 | 'apiKey': 'YOUR_API_KEY', | CODE |
| HIGH | website/content-i18n/de/manual.md | 289 | 'apiKey' => 'YOUR_API_KEY', | CODE |
| HIGH | website/content-i18n/de/manual.md | 302 | "apiKey": "YOUR_API_KEY", | CODE |
| HIGH | website/content-i18n/de/manual.md | 313 | { "apiKey", "YOUR_API_KEY" }, | CODE |
| HIGH | website/content-i18n/de/manual.md | 327 | config.put("apiKey", "YOUR_API_KEY"); | CODE |
| HIGH | website/content-i18n/de/manual.md | 4613 | 'apiKey': 'YOUR_API_KEY', | CODE |
| HIGH | website/content-i18n/de/manual.md | 4635 | 'apiKey': 'YOUR_API_KEY', | CODE |
| HIGH | website/content-i18n/de/manual.md | 5434 | 'apiKey': YOUR_API_KEY, | CODE |
| HIGH | website/content-i18n/de/manual.md | 5465 | 'apiKey': YOUR_API_KEY, | CODE |
| HIGH⚡ | website/content-i18n/ko/manual.md | 4657 | 'apiKey' => 'YOUR_API_KEY', | CODE |
| 695 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | exchanges.cfg | 1 | # ------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | exchanges.cfg | 5 | # ------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/kraken.py | 873 | # --------------- | COMMENT |
| MEDIUM | python/ccxt/__init__.py | 23 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/__init__.py | 27 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/kucoin.py | 6434 | # #------------------------------------------------------ | COMMENT |
| MEDIUM | python/ccxt/kucoin.py | 7341 | # #-------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/kucoin.py | 7356 | # #-------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/kucoin.py | 7480 | # #-------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/kucoin.py | 7495 | # #-------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/bitget.py | 982 | # -------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/bitget.py | 1297 | # -------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/htx.py | 221 | # ------------------------------------------------------------ | COMMENT |
| MEDIUM | python/ccxt/htx.py | 352 | # ------------------------------------------------------------ | COMMENT |
| MEDIUM | python/ccxt/phemex.py | 2596 | # ---------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/phemex.py | 2602 | # ---------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/__init__.py | 5 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/__init__.py | 9 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/Exchange/test_watch_ticker.py | 7 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/Exchange/test_watch_ticker.py | 12 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …o/test/Exchange/test_watch_liquidations_for_symbols.py | 7 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …o/test/Exchange/test_watch_liquidations_for_symbols.py | 12 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …pro/test/Exchange/test_watch_order_book_for_symbols.py | 7 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …pro/test/Exchange/test_watch_order_book_for_symbols.py | 12 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …thon/ccxt/pro/test/Exchange/test_watch_liquidations.py | 7 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …thon/ccxt/pro/test/Exchange/test_watch_liquidations.py | 12 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/Exchange/test_watch_trades.py | 7 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/Exchange/test_watch_trades.py | 12 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/Exchange/test_watch_tickers.py | 7 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/Exchange/test_watch_tickers.py | 12 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/Exchange/test_watch_ohlcv.py | 7 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/Exchange/test_watch_ohlcv.py | 12 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/Exchange/test_watch_order_book.py | 7 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/Exchange/test_watch_order_book.py | 12 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/Exchange/test_watch_bids_asks.py | 7 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/Exchange/test_watch_bids_asks.py | 12 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/Exchange/test_watch_orders.py | 7 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/Exchange/test_watch_orders.py | 12 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/Exchange/test_watch_position.py | 7 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/Exchange/test_watch_position.py | 12 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/Exchange/test_watch_balance.py | 7 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/Exchange/test_watch_balance.py | 12 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …ccxt/pro/test/Exchange/test_watch_ohlcv_for_symbols.py | 7 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …ccxt/pro/test/Exchange/test_watch_ohlcv_for_symbols.py | 12 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …cxt/pro/test/Exchange/test_watch_trades_for_symbols.py | 7 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …cxt/pro/test/Exchange/test_watch_trades_for_symbols.py | 12 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/Exchange/test_watch_positions.py | 7 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/Exchange/test_watch_positions.py | 12 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/Exchange/test_watch_my_trades.py | 7 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/Exchange/test_watch_my_trades.py | 12 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …thon/ccxt/pro/test/Exchange/test_un_watch_positions.py | 7 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …thon/ccxt/pro/test/Exchange/test_un_watch_positions.py | 12 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | python/ccxt/pro/test/base/test_order_book.py | 224 | # ------------------------------------------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | python/ccxt/pro/test/base/test_order_book.py | 7 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/base/test_order_book.py | 12 | # ---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/base/test_order_book.py | 26 | # -------------------------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | python/ccxt/pro/test/base/test_order_book.py | 247 | # ------------------------------------------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | python/ccxt/pro/test/base/test_order_book.py | 273 | # ------------------------------------------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | python/ccxt/pro/test/base/test_order_book.py | 289 | # ------------------------------------------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | python/ccxt/pro/test/base/test_order_book.py | 314 | # ------------------------------------------------------------------------------------------------------------------ | COMMENT |
| 735 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | playground/lib/examples.ts | 155 | except Exception as e: | CODE |
| LOW | playground/lib/runners/pyproxy/sitecustomize.py | 16 | except Exception: | CODE |
| LOW | playground/lib/runners/pyproxy/sitecustomize.py | 24 | except Exception: | CODE |
| MEDIUM | python/ccxt/hyperliquid.py | 1761 | def initialize_client(self): | CODE |
| LOW | python/ccxt/hyperliquid.py | 1723 | except Exception as e: | CODE |
| LOW | python/ccxt/hyperliquid.py | 1764 | except Exception as e: | CODE |
| LOW | python/ccxt/hyperliquid.py | 1782 | except Exception as e: | CODE |
| LOW | python/ccxt/hyperliquid.py | 1813 | except Exception as e: | CODE |
| LOW | python/ccxt/bitrue.py | 3182 | except Exception as e: | CODE |
| LOW | python/ccxt/kraken.py | 2501 | except Exception as e: | CODE |
| LOW | python/ccxt/grvt.py | 609 | except Exception as e: | CODE |
| LOW | python/ccxt/grvt.py | 1722 | except Exception as error: | CODE |
| LOW | python/ccxt/coinbase.py | 1482 | except Exception as e: | CODE |
| LOW | python/ccxt/coinbase.py | 1487 | except Exception as e: | CODE |
| LOW | python/ccxt/bullish.py | 1299 | except Exception as e: | CODE |
| LOW | python/ccxt/kucoin.py | 8393 | except Exception as exc: | CODE |
| LOW | python/ccxt/aster.py | 4066 | except Exception as e: | CODE |
| MEDIUM | python/ccxt/pacifica.py | 393 | def initialize_client(self): | CODE |
| LOW | python/ccxt/pacifica.py | 396 | except Exception as e: | CODE |
| LOW | python/ccxt/pacifica.py | 414 | except Exception as e: | CODE |
| LOW | python/ccxt/cryptocom.py | 580 | except Exception as e: | CODE |
| LOW | python/ccxt/bitget.py | 1944 | except Exception as e: | CODE |
| LOW | python/ccxt/gate.py | 1214 | except Exception as e: | CODE |
| LOW | python/ccxt/whitebit.py | 1406 | except Exception as error: | CODE |
| LOW | python/ccxt/whitebit.py | 1424 | except Exception as error: | CODE |
| LOW | python/ccxt/phemex.py | 3116 | except Exception as e: | CODE |
| LOW | python/ccxt/coinbaseexchange.py | 2044 | except Exception as e: | CODE |
| LOW | python/ccxt/tokocrypto.py | 2513 | except Exception as e: | CODE |
| LOW | python/ccxt/lighter.py | 609 | except Exception as e: | CODE |
| LOW | python/ccxt/binance.py | 11047 | except Exception as e: | CODE |
| LOW | python/ccxt/binance.py | 11755 | except Exception as e: | CODE |
| LOW | python/ccxt/pro/hitbtc.py | 1330 | except Exception as e: | CODE |
| LOW | python/ccxt/pro/okx.py | 2279 | except Exception as e: | CODE |
| LOW | python/ccxt/pro/apex.py | 916 | except Exception as error: | CODE |
| LOW | python/ccxt/pro/apex.py | 976 | except Exception as e: | CODE |
| LOW | python/ccxt/pro/coinbaseinternational.py | 759 | except Exception as e: | CODE |
| LOW | python/ccxt/pro/hyperliquid.py | 1321 | except Exception as e: | CODE |
| LOW | python/ccxt/pro/bitrue.py | 821 | except Exception as error: | CODE |
| LOW | python/ccxt/pro/bybit.py | 2289 | except Exception as error: | CODE |
| LOW | python/ccxt/pro/hashkey.py | 789 | except Exception as error: | CODE |
| LOW | python/ccxt/pro/hollaex.py | 460 | except Exception as e: | CODE |
| LOW | python/ccxt/pro/lbank.py | 876 | except Exception as e: | CODE |
| LOW | python/ccxt/pro/bitmart.py | 1821 | except Exception as e: | CODE |
| LOW | python/ccxt/pro/poloniex.py | 1225 | except Exception as e: | CODE |
| LOW | python/ccxt/pro/derive.py | 647 | except Exception as error: | CODE |
| LOW | python/ccxt/pro/woo.py | 226 | except Exception as e: | CODE |
| LOW | python/ccxt/pro/woo.py | 274 | except Exception as e: | CODE |
| LOW | python/ccxt/pro/woo.py | 1399 | except Exception as error: | CODE |
| LOW | python/ccxt/pro/krakenfutures.py | 1508 | except Exception as error: | CODE |
| LOW | python/ccxt/pro/bullish.py | 715 | except Exception as e: | CODE |
| LOW | python/ccxt/pro/kucoin.py | 159 | except Exception as e: | CODE |
| LOW | python/ccxt/pro/kucoin.py | 260 | except Exception as e: | CODE |
| LOW | python/ccxt/pro/bitvavo.py | 1334 | except Exception as e: | CODE |
| LOW | python/ccxt/pro/aster.py | 1202 | except Exception as error: | CODE |
| LOW | python/ccxt/pro/bithumb.py | 377 | except Exception as e: | CODE |
| LOW⚡ | python/ccxt/pro/pacifica.py | 1143 | except Exception as e: | CODE |
| LOW | python/ccxt/pro/cryptocom.py | 74 | except Exception as e: | CODE |
| LOW | python/ccxt/pro/cryptocom.py | 1231 | except Exception as e: | CODE |
| LOW | python/ccxt/pro/bitget.py | 2412 | except Exception as e: | CODE |
| LOW | python/ccxt/pro/gate.py | 1738 | except Exception as e: | CODE |
| 749 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | python/ccxt/__init__.py | 29 | CODE | |
| LOW | python/ccxt/__init__.py | 30 | CODE | |
| LOW | python/ccxt/__init__.py | 32 | CODE | |
| LOW | python/ccxt/__init__.py | 33 | CODE | |
| LOW | python/ccxt/__init__.py | 34 | CODE | |
| LOW | python/ccxt/__init__.py | 35 | CODE | |
| LOW | python/ccxt/__init__.py | 36 | CODE | |
| LOW | python/ccxt/__init__.py | 37 | CODE | |
| LOW | python/ccxt/__init__.py | 38 | CODE | |
| LOW | python/ccxt/__init__.py | 39 | CODE | |
| LOW | python/ccxt/__init__.py | 40 | CODE | |
| LOW | python/ccxt/__init__.py | 41 | CODE | |
| LOW | python/ccxt/__init__.py | 44 | CODE | |
| LOW | python/ccxt/__init__.py | 45 | CODE | |
| LOW | python/ccxt/__init__.py | 46 | CODE | |
| LOW | python/ccxt/__init__.py | 47 | CODE | |
| LOW | python/ccxt/__init__.py | 48 | CODE | |
| LOW | python/ccxt/__init__.py | 49 | CODE | |
| LOW | python/ccxt/__init__.py | 50 | CODE | |
| LOW | python/ccxt/__init__.py | 51 | CODE | |
| LOW | python/ccxt/__init__.py | 52 | CODE | |
| LOW | python/ccxt/__init__.py | 53 | CODE | |
| LOW | python/ccxt/__init__.py | 54 | CODE | |
| LOW | python/ccxt/__init__.py | 55 | CODE | |
| LOW | python/ccxt/__init__.py | 56 | CODE | |
| LOW | python/ccxt/__init__.py | 57 | CODE | |
| LOW | python/ccxt/__init__.py | 58 | CODE | |
| LOW | python/ccxt/__init__.py | 59 | CODE | |
| LOW | python/ccxt/__init__.py | 60 | CODE | |
| LOW | python/ccxt/__init__.py | 61 | CODE | |
| LOW | python/ccxt/__init__.py | 62 | CODE | |
| LOW | python/ccxt/__init__.py | 63 | CODE | |
| LOW | python/ccxt/__init__.py | 64 | CODE | |
| LOW | python/ccxt/__init__.py | 65 | CODE | |
| LOW | python/ccxt/__init__.py | 66 | CODE | |
| LOW | python/ccxt/__init__.py | 67 | CODE | |
| LOW | python/ccxt/__init__.py | 68 | CODE | |
| LOW | python/ccxt/__init__.py | 69 | CODE | |
| LOW | python/ccxt/__init__.py | 70 | CODE | |
| LOW | python/ccxt/__init__.py | 71 | CODE | |
| LOW | python/ccxt/__init__.py | 72 | CODE | |
| LOW | python/ccxt/__init__.py | 73 | CODE | |
| LOW | python/ccxt/__init__.py | 74 | CODE | |
| LOW | python/ccxt/__init__.py | 75 | CODE | |
| LOW | python/ccxt/__init__.py | 76 | CODE | |
| LOW | python/ccxt/__init__.py | 77 | CODE | |
| LOW | python/ccxt/__init__.py | 78 | CODE | |
| LOW | python/ccxt/__init__.py | 79 | CODE | |
| LOW | python/ccxt/__init__.py | 80 | CODE | |
| LOW | python/ccxt/__init__.py | 81 | CODE | |
| LOW | python/ccxt/__init__.py | 82 | CODE | |
| LOW | python/ccxt/__init__.py | 83 | CODE | |
| LOW | python/ccxt/__init__.py | 84 | CODE | |
| LOW | python/ccxt/__init__.py | 85 | CODE | |
| LOW | python/ccxt/__init__.py | 87 | CODE | |
| LOW | python/ccxt/__init__.py | 88 | CODE | |
| LOW | python/ccxt/__init__.py | 89 | CODE | |
| LOW | python/ccxt/__init__.py | 90 | CODE | |
| LOW | python/ccxt/__init__.py | 91 | CODE | |
| LOW | python/ccxt/__init__.py | 92 | CODE | |
| 800 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | ….BouncyCastle/math/ec/multiplier/WTauNafPreCompInfo.cs | 13 | * {@link org.bouncycastle.math.ec.multiplier.WTauNafMultiplier.multiply() | COMMENT |
| CRITICAL | .claude/skills/ccxt-java/SKILL.md | 324 | var wsExchange = new io.github.ccxt.exchanges.pro.Binance(); | CODE |
| CRITICAL | .claude/skills/ccxt-java/SKILL.md | 667 | var wsExchange = new io.github.ccxt.exchanges.pro.Binance(); | CODE |
| CRITICAL | …rc/test/java/io/github/ccxt/ConcurrencyStressTest.java | 55 | Object mockResponse = io.github.ccxt.base.JsonHelper.deserialize(mockJson); | CODE |
| CRITICAL | …va/lib/src/test/java/io/github/ccxt/ws/LiveWsTest.java | 24 | @org.junit.jupiter.api.condition.EnabledIf("isLiveTestEnabled") | CODE |
| CRITICAL | …/test/java/io/github/ccxt/ws/WsClientPingPongTest.java | 34 | new io.netty.handler.codec.http.DefaultHttpHeaders(), 65536); | CODE |
| CRITICAL | …test/java/io/github/ccxt/ws/WatchOrderBookExample.java | 19 | exchange = new io.github.ccxt.exchanges.pro.Binance(config); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 790 | return io.github.ccxt.base.Functions.isHttpMethod( | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 796 | return io.github.ccxt.base.Functions.keysort(parameters); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 800 | return io.github.ccxt.base.Functions.sort(inputList); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 805 | return io.github.ccxt.base.Functions.omit(a, keys); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 809 | return io.github.ccxt.base.Functions.omit(a, key); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 813 | return (java.util.Map<String, Object>) io.github.ccxt.base.Functions.omit(a, key); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 817 | return io.github.ccxt.base.Functions.omitN(a, keys); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 821 | return io.github.ccxt.base.Functions.toArray(a); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 825 | return io.github.ccxt.base.Functions.arrayConcat(a, b); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 829 | return io.github.ccxt.base.Functions.aggregate(bidasks); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 833 | return io.github.ccxt.base.Functions.uuidv1(); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 837 | return io.github.ccxt.base.Functions.uuid16(); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 853 | return io.github.ccxt.base.Functions.extractParams(str); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 857 | return io.github.ccxt.base.Functions.isJsonEncodedObject(str); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 861 | return io.github.ccxt.base.Functions.json(obj); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 866 | return io.github.ccxt.base.Functions.Json(obj); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 870 | return io.github.ccxt.base.Functions.ordered(ob); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 878 | return io.github.ccxt.base.Generic.sortBy(array, value1, null, null); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 882 | return io.github.ccxt.base.Generic.sortBy(array, value1, desc, null); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 886 | return io.github.ccxt.base.Generic.sortBy(array, value1, desc, defaultValue); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 890 | return io.github.ccxt.base.Generic.sortBy2(array, key1, key2, desc); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 894 | return io.github.ccxt.base.Generic.sortBy2(array, key1, key2, null); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 899 | return io.github.ccxt.base.Generic.filterBy(aa, key, value); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 904 | return io.github.ccxt.base.Generic.extend(aa, bb); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 908 | return io.github.ccxt.base.Generic.Extend(aa, bb); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 913 | return io.github.ccxt.base.Generic.deepExtend2(objs); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 917 | return io.github.ccxt.base.Generic.deepExtend(objs); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 921 | return io.github.ccxt.base.Generic.deepExtend(objs); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 926 | return io.github.ccxt.base.Generic.inArray(elem, list2); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 930 | return io.github.ccxt.base.Generic.isArray(a); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 935 | return io.github.ccxt.base.Generic.indexBySafe(a, key); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 939 | return io.github.ccxt.base.Generic.indexBy(a, key); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 944 | return io.github.ccxt.base.Generic.groupBy(trades, key); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 949 | return io.github.ccxt.base.Generic.omitZero(value); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 954 | return io.github.ccxt.base.Generic.sum(args); | CODE |
| CRITICAL⚡ | java/lib/src/main/java/io/github/ccxt/Exchange.java | 958 | return io.github.ccxt.base.Generic.sum(a, b); | CODE |
| CRITICAL | java/lib/src/main/java/io/github/ccxt/Exchange.java | 1743 | var raceFuture = io.github.ccxt.ws.Future.race(futures); | CODE |
| CRITICAL | java/lib/src/main/java/io/github/ccxt/Exchange.java | 1980 | return new io.github.ccxt.ws.WsOrderBook.IndexedOrderBook(snapshot, depth); | CODE |
| CRITICAL | java/lib/src/main/java/io/github/ccxt/Exchange.java | 1986 | return new io.github.ccxt.ws.WsOrderBook.CountedOrderBook(snapshot, depth); | CODE |
| CRITICAL | java/lib/src/main/java/io/github/ccxt/Exchange.java | 2161 | return this.httpClient.sendAsync(request, java.net.http.HttpResponse.BodyHandlers.ofByteArray()) | CODE |
| CRITICAL | java/lib/src/main/java/io/github/ccxt/Exchange.java | 2677 | org.bouncycastle.jcajce.provider.digest.Keccak.Digest256 k = new org.bouncycastle.jcajce.provider.digest.Keccak. | CODE |
| CRITICAL | …main/java/io/github/ccxt/exchanges/pro/GateeuCore.java | 26 | Object parentWsDescribe = new io.github.ccxt.exchanges.pro.Binance().describeData(); | CODE |
| CRITICAL | …n/java/io/github/ccxt/exchanges/pro/BinanceusCore.java | 26 | Object parentWsDescribe = new io.github.ccxt.exchanges.pro.Binance().describeData(); | CODE |
| CRITICAL | …ain/java/io/github/ccxt/exchanges/pro/BitmartCore.java | 2142 | Helpers.addElementToObject(orderbook, side, new io.github.ccxt.ws.OrderBookSide.Bids(new java.util.Array | CODE |
| CRITICAL | …ain/java/io/github/ccxt/exchanges/pro/BitmartCore.java | 2145 | Helpers.addElementToObject(orderbook, side, new io.github.ccxt.ws.OrderBookSide.Asks(new java.util.Array | CODE |
| CRITICAL | …ava/io/github/ccxt/exchanges/pro/BinancecoinmCore.java | 26 | Object parentWsDescribe = new io.github.ccxt.exchanges.pro.Binance().describeData(); | CODE |
| CRITICAL | …ain/java/io/github/ccxt/exchanges/pro/BequantCore.java | 26 | Object parentWsDescribe = new io.github.ccxt.exchanges.pro.Binance().describeData(); | CODE |
| CRITICAL | …java/io/github/ccxt/exchanges/pro/BinanceusdmCore.java | 26 | Object parentWsDescribe = new io.github.ccxt.exchanges.pro.Binance().describeData(); | CODE |
| CRITICAL | …ain/java/io/github/ccxt/exchanges/pro/BybiteuCore.java | 26 | Object parentWsDescribe = new io.github.ccxt.exchanges.pro.Binance().describeData(); | CODE |
| CRITICAL⚡ | …a/lib/src/main/java/io/github/ccxt/base/Functions.java | 29 | new com.fasterxml.jackson.databind.module.SimpleModule("OrderBookSideSnapshot"); | CODE |
| CRITICAL⚡ | …a/lib/src/main/java/io/github/ccxt/base/Functions.java | 32 | m.setSerializerModifier(new com.fasterxml.jackson.databind.ser.BeanSerializerModifier() { | CODE |
| CRITICAL⚡ | …a/lib/src/main/java/io/github/ccxt/base/Functions.java | 39 | if (io.github.ccxt.ws.OrderBookSide.class.isAssignableFrom(valueType.getRawClass())) { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | python/ccxt/exmo.py | 723 | CODE | |
| LOW | python/ccxt/exmo.py | 1525 | CODE | |
| LOW | python/ccxt/exmo.py | 2239 | CODE | |
| LOW | python/ccxt/hitbtc.py | 1305 | CODE | |
| LOW | python/ccxt/hitbtc.py | 1888 | CODE | |
| LOW | python/ccxt/hitbtc.py | 1935 | CODE | |
| LOW | python/ccxt/hitbtc.py | 1997 | CODE | |
| LOW | python/ccxt/hitbtc.py | 2079 | CODE | |
| LOW | python/ccxt/hitbtc.py | 2140 | CODE | |
| LOW | python/ccxt/hitbtc.py | 2182 | CODE | |
| LOW | python/ccxt/hitbtc.py | 2222 | CODE | |
| LOW | python/ccxt/hitbtc.py | 2264 | CODE | |
| LOW | python/ccxt/hitbtc.py | 3383 | CODE | |
| LOW | python/ccxt/okx.py | 1563 | CODE | |
| LOW | python/ccxt/okx.py | 1732 | CODE | |
| LOW | python/ccxt/okx.py | 2583 | CODE | |
| LOW | python/ccxt/okx.py | 3043 | CODE | |
| LOW | python/ccxt/okx.py | 3705 | CODE | |
| LOW | python/ccxt/okx.py | 4413 | CODE | |
| LOW | python/ccxt/okx.py | 5895 | CODE | |
| LOW | python/ccxt/okx.py | 6303 | CODE | |
| LOW | python/ccxt/apex.py | 1244 | CODE | |
| LOW | python/ccxt/upbit.py | 299 | CODE | |
| LOW | python/ccxt/upbit.py | 1159 | CODE | |
| LOW | python/ccxt/upbit.py | 1310 | CODE | |
| LOW | python/ccxt/upbit.py | 1676 | CODE | |
| LOW | python/ccxt/hyperliquid.py | 511 | CODE | |
| LOW | python/ccxt/hyperliquid.py | 2147 | CODE | |
| LOW | python/ccxt/hyperliquid.py | 2952 | CODE | |
| LOW | python/ccxt/hyperliquid.py | 4180 | CODE | |
| LOW | python/ccxt/hyperliquid.py | 4238 | CODE | |
| LOW | python/ccxt/hyperliquid.py | 4525 | CODE | |
| LOW | python/ccxt/coinsph.py | 691 | CODE | |
| LOW | python/ccxt/coinsph.py | 1356 | CODE | |
| LOW | python/ccxt/bitrue.py | 834 | CODE | |
| LOW | python/ccxt/bitrue.py | 1213 | CODE | |
| LOW | python/ccxt/bitrue.py | 1836 | CODE | |
| LOW | python/ccxt/bitrue.py | 1968 | CODE | |
| LOW | python/ccxt/bitrue.py | 3090 | CODE | |
| LOW | python/ccxt/bitrue.py | 3210 | CODE | |
| LOW | python/ccxt/bybit.py | 1863 | CODE | |
| LOW | python/ccxt/bybit.py | 2214 | CODE | |
| LOW | python/ccxt/bybit.py | 2541 | CODE | |
| LOW | python/ccxt/bybit.py | 2677 | CODE | |
| LOW | python/ccxt/bybit.py | 3003 | CODE | |
| LOW | python/ccxt/bybit.py | 3283 | CODE | |
| LOW | python/ccxt/bybit.py | 3348 | CODE | |
| LOW | python/ccxt/bybit.py | 4032 | CODE | |
| LOW | python/ccxt/bybit.py | 6414 | CODE | |
| LOW | python/ccxt/bybit.py | 6676 | CODE | |
| LOW | python/ccxt/bybit.py | 9341 | CODE | |
| LOW | python/ccxt/mercado.py | 716 | CODE | |
| LOW | python/ccxt/kraken.py | 1359 | CODE | |
| LOW | python/ccxt/kraken.py | 1821 | CODE | |
| LOW | python/ccxt/kraken.py | 2062 | CODE | |
| LOW | python/ccxt/kraken.py | 3102 | CODE | |
| LOW | python/ccxt/kraken.py | 3464 | CODE | |
| LOW | python/ccxt/lbank.py | 977 | CODE | |
| LOW | python/ccxt/lbank.py | 1560 | CODE | |
| LOW | python/ccxt/lbank.py | 2763 | CODE | |
| 755 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | go/v4/exchange_crypto.go | 558 | // // Step 2: Parse EC private key | COMMENT |
| LOW | go/v4/pro/binance.go | 3123 | // Step 1: Create listenToken via REST API | COMMENT |
| LOW | go/v4/pro/binance.go | 3144 | // Step 2: Subscribe to user data stream via WebSocket API | COMMENT |
| LOW | python/ccxt/pro/binance.py | 2350 | # Step 1: Create listenToken via REST API | COMMENT |
| LOW | python/ccxt/pro/binance.py | 2366 | # Step 2: Subscribe to user data stream via WebSocket API | COMMENT |
| LOW | js/src/pro/binance.js | 2515 | // Step 1: Create listenToken via REST API | COMMENT |
| LOW | js/src/pro/binance.js | 2534 | // Step 2: Subscribe to user data stream via WebSocket API | COMMENT |
| LOW | cs/ccxt/exchanges/pro/binance.cs | 2853 | // Step 1: Create listenToken via REST API | COMMENT |
| LOW | cs/ccxt/exchanges/pro/binance.cs | 2875 | // Step 2: Subscribe to user data stream via WebSocket API | COMMENT |
| LOW | .agents/skills/onchain-pay-open-api/SKILL.md | 96 | ### Step 1: Gather credentials | COMMENT |
| LOW | .agents/skills/onchain-pay-open-api/SKILL.md | 107 | ### Step 2: Build the JSON body | COMMENT |
| LOW | .agents/skills/onchain-pay-open-api/SKILL.md | 116 | ### Step 3: Sign and call using the bundled script | COMMENT |
| LOW | .agents/skills/onchain-pay-open-api/SKILL.md | 128 | ### Step 4: Return results | COMMENT |
| LOW | …ills/onchain-pay-open-api/references/authentication.md | 7 | ### Step 1: Build the Signing Payload | COMMENT |
| LOW | …ills/onchain-pay-open-api/references/authentication.md | 21 | ### Step 2: Sign with RSA SHA256 | COMMENT |
| LOW | …ills/onchain-pay-open-api/references/authentication.md | 33 | ### Step 3: Send Request with Headers | COMMENT |
| LOW | .agents/skills/p2p/references/authentication.md | 28 | ### Step 1: Build Query String | COMMENT |
| LOW | .agents/skills/p2p/references/authentication.md | 35 | ### Step 2: Percent-Encode Parameters | COMMENT |
| LOW⚡ | .agents/skills/p2p/references/authentication.md | 49 | ### Step 3: Generate Signature | COMMENT |
| LOW⚡ | .agents/skills/p2p/references/authentication.md | 59 | ### Step 4: Append Signature | COMMENT |
| LOW⚡ | .agents/skills/p2p/references/authentication.md | 64 | ### Step 5: Add Headers | COMMENT |
| LOW | .agents/skills/payment-assistant/SKILL.md | 21 | ### Step 0: Check if user provided a PAYMENT LINK (text, not an image) | COMMENT |
| LOW⚡ | .agents/skills/payment-assistant/SKILL.md | 32 | ### Step 1: Try to READ the QR data directly (Vision) | COMMENT |
| LOW⚡ | .agents/skills/payment-assistant/SKILL.md | 37 | ### Step 2: Check for image file path | COMMENT |
| LOW⚡ | .agents/skills/payment-assistant/SKILL.md | 42 | ### Step 3: Ask user for help (DO NOT auto-use clipboard!) | COMMENT |
| LOW⚡ | .agents/skills/payment-assistant/SKILL.md | 48 | ### Step 4: Only after user confirms → use clipboard | COMMENT |
| LOW | .agents/skills/payment-assistant/SKILL.md | 70 | ### Step 1 - Get QR Data (Choose ONE method) | COMMENT |
| LOW⚡ | .agents/skills/payment-assistant/SKILL.md | 97 | ### Step 2 - Purchase (IMMEDIATELY after getting QR data) | COMMENT |
| LOW⚡ | .agents/skills/payment-assistant/SKILL.md | 102 | ### Step 3 - Set amount (if needed) | COMMENT |
| LOW⚡ | .agents/skills/payment-assistant/SKILL.md | 107 | ### Step 4 - Confirm payment (after user confirms) | COMMENT |
| LOW⚡ | .agents/skills/fiat/references/authentication.md | 19 | ### Step 1: Build Query String | COMMENT |
| LOW⚡ | .agents/skills/fiat/references/authentication.md | 26 | ### Step 2: Percent‑Encode Parameters | COMMENT |
| LOW | .agents/skills/fiat/references/authentication.md | 40 | ### Step 3: Generate Signature | COMMENT |
| LOW⚡ | .agents/skills/fiat/references/authentication.md | 74 | ### Step 4: Append Signature | COMMENT |
| LOW⚡ | .agents/skills/fiat/references/authentication.md | 79 | ### Step 5: Add Product User Agent Header | COMMENT |
| LOW⚡ | …s/skills/binance-agentic-wallet/references/security.md | 13 | ### Step 1: Identify the target token | COMMENT |
| LOW⚡ | …s/skills/binance-agentic-wallet/references/security.md | 19 | ### Step 2: Call the Token Audit | COMMENT |
| LOW⚡ | …s/skills/binance-agentic-wallet/references/security.md | 27 | ### Step 3: Interpret audit results and present to user | COMMENT |
| LOW⚡ | …s/skills/binance-agentic-wallet/references/security.md | 35 | ### Step 4: Continue with swap flow | COMMENT |
| LOW | …ain/java/io/github/ccxt/exchanges/pro/BinanceCore.java | 3078 | // Step 1: Create listenToken via REST API | COMMENT |
| LOW | …ain/java/io/github/ccxt/exchanges/pro/BinanceCore.java | 3100 | // Step 2: Subscribe to user data stream via WebSocket API | COMMENT |
| LOW | ts/src/pro/binance.ts | 2550 | // Step 1: Create listenToken via REST API | COMMENT |
| LOW | ts/src/pro/binance.ts | 2569 | // Step 2: Subscribe to user data stream via WebSocket API | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | python/ccxt/okx.py | 3818 | CODE | |
| LOW | python/ccxt/okx.py | 6723 | CODE | |
| LOW | python/ccxt/okx.py | 6788 | CODE | |
| LOW | python/ccxt/okx.py | 6836 | CODE | |
| LOW | python/ccxt/apex.py | 1814 | CODE | |
| LOW | python/ccxt/hyperliquid.py | 1940 | CODE | |
| LOW | python/ccxt/hyperliquid.py | 2550 | CODE | |
| LOW | python/ccxt/hyperliquid.py | 2782 | CODE | |
| LOW | python/ccxt/hyperliquid.py | 3614 | CODE | |
| LOW | python/ccxt/hyperliquid.py | 3663 | CODE | |
| LOW | python/ccxt/hyperliquid.py | 4455 | CODE | |
| LOW | python/ccxt/hyperliquid.py | 4481 | CODE | |
| LOW | python/ccxt/bybit.py | 4732 | CODE | |
| LOW | python/ccxt/bybit.py | 6798 | CODE | |
| LOW | python/ccxt/bybit.py | 6845 | CODE | |
| LOW | python/ccxt/hashkey.py | 4323 | CODE | |
| LOW | python/ccxt/kraken.py | 2593 | CODE | |
| LOW | python/ccxt/blofin.py | 2417 | CODE | |
| LOW | python/ccxt/blockchaincom.py | 608 | CODE | |
| LOW | python/ccxt/poloniex.py | 1566 | CODE | |
| LOW | python/ccxt/poloniex.py | 2799 | CODE | |
| LOW | python/ccxt/poloniex.py | 3110 | CODE | |
| LOW | python/ccxt/poloniex.py | 3250 | CODE | |
| LOW | python/ccxt/derive.py | 597 | CODE | |
| LOW | python/ccxt/bitmex.py | 2295 | CODE | |
| LOW | python/ccxt/coinbase.py | 4846 | CODE | |
| LOW | python/ccxt/woo.py | 1571 | CODE | |
| LOW | python/ccxt/woo.py | 3415 | CODE | |
| LOW | python/ccxt/mudrex.py | 625 | CODE | |
| LOW | python/ccxt/krakenfutures.py | 1449 | CODE | |
| LOW | python/ccxt/kucoin.py | 10498 | CODE | |
| LOW | python/ccxt/bitvavo.py | 1733 | CODE | |
| LOW | python/ccxt/aster.py | 1922 | CODE | |
| LOW | python/ccxt/aster.py | 2820 | CODE | |
| LOW | python/ccxt/xt.py | 4740 | CODE | |
| LOW | python/ccxt/zebpay.py | 1388 | CODE | |
| LOW | python/ccxt/pacifica.py | 2436 | CODE | |
| LOW | python/ccxt/pacifica.py | 2466 | CODE | |
| LOW | python/ccxt/pacifica.py | 2936 | CODE | |
| LOW | python/ccxt/foxbit.py | 1383 | CODE | |
| LOW | python/ccxt/bitget.py | 8815 | CODE | |
| LOW | python/ccxt/gate.py | 3567 | CODE | |
| LOW | python/ccxt/htx.py | 6088 | CODE | |
| LOW | python/ccxt/htx.py | 9291 | CODE | |
| LOW | python/ccxt/whitebit.py | 2188 | CODE | |
| LOW | python/ccxt/deepcoin.py | 2518 | CODE | |
| LOW | python/ccxt/bydfi.py | 875 | CODE | |
| LOW | python/ccxt/bydfi.py | 1862 | CODE | |
| LOW | python/ccxt/paradex.py | 1351 | CODE | |
| LOW | python/ccxt/bitflyer.py | 911 | CODE | |
| LOW | python/ccxt/mexc.py | 4131 | CODE | |
| LOW | python/ccxt/mexc.py | 5496 | CODE | |
| LOW | python/ccxt/lighter.py | 635 | CODE | |
| LOW | python/ccxt/lighter.py | 1294 | CODE | |
| LOW | python/ccxt/lighter.py | 3019 | CODE | |
| LOW | python/ccxt/binance.py | 12192 | CODE | |
| LOW | python/ccxt/binance.py | 12216 | CODE | |
| LOW | python/ccxt/toobit.py | 2726 | CODE | |
| LOW | python/ccxt/toobit.py | 2752 | CODE | |
| LOW | python/ccxt/pro/bitmart.py | 1911 | CODE | |
| 69 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | go/v4/modetrade.go | 1350 | // "email": "test@test.com", | COMMENT |
| LOW | go/v4/modetrade.go | 3345 | // "email": "test@test.com", | COMMENT |
| LOW | go/v4/woofipro.go | 1388 | // "email": "test@test.com", | COMMENT |
| LOW | go/v4/woofipro.go | 3360 | // "email": "test@test.com", | COMMENT |
| LOW | playground/components/OutputPanel.tsx | 36 | <span className="placeholder"> | CODE |
| LOW | playground/components/OutputPanel.tsx | 41 | <span className="placeholder"> | CODE |
| LOW | playground/components/OutputPanel.tsx | 72 | {!hasOut && !hasErr && <span className="placeholder">(no output)</span>} | CODE |
| LOW | python/ccxt/woofipro.py | 1177 | # "email": "test@test.com", | COMMENT |
| LOW | python/ccxt/woofipro.py | 2591 | # "email": "test@test.com", | COMMENT |
| LOW | python/ccxt/modetrade.py | 1141 | # "email": "test@test.com", | COMMENT |
| LOW | python/ccxt/modetrade.py | 2570 | # "email": "test@test.com", | COMMENT |
| LOW | python/ccxt/async_support/woofipro.py | 1178 | # "email": "test@test.com", | COMMENT |
| LOW | python/ccxt/async_support/woofipro.py | 2592 | # "email": "test@test.com", | COMMENT |
| LOW | python/ccxt/async_support/modetrade.py | 1141 | # "email": "test@test.com", | COMMENT |
| LOW | python/ccxt/async_support/modetrade.py | 2570 | # "email": "test@test.com", | COMMENT |
| LOW | js/src/modetrade.js | 1161 | // "email": "test@test.com", | COMMENT |
| LOW | js/src/modetrade.js | 2698 | // "email": "test@test.com", | COMMENT |
| LOW | js/src/woofipro.js | 1197 | // "email": "test@test.com", | COMMENT |
| LOW | js/src/woofipro.js | 2711 | // "email": "test@test.com", | COMMENT |
| LOW | cs/ccxt/exchanges/woofipro.cs | 1263 | // "email": "test@test.com", | COMMENT |
| LOW | cs/ccxt/exchanges/woofipro.cs | 2946 | // "email": "test@test.com", | COMMENT |
| LOW | cs/ccxt/exchanges/modetrade.cs | 1223 | // "email": "test@test.com", | COMMENT |
| LOW | cs/ccxt/exchanges/modetrade.cs | 2937 | // "email": "test@test.com", | COMMENT |
| LOW | …c/main/java/io/github/ccxt/exchanges/WoofiproCore.java | 1346 | // "email": "test@test.com", | COMMENT |
| LOW | …c/main/java/io/github/ccxt/exchanges/WoofiproCore.java | 3201 | // "email": "test@test.com", | COMMENT |
| LOW | …/main/java/io/github/ccxt/exchanges/ModetradeCore.java | 1308 | // "email": "test@test.com", | COMMENT |
| LOW | …/main/java/io/github/ccxt/exchanges/ModetradeCore.java | 3195 | // "email": "test@test.com", | COMMENT |
| LOW | wiki/examples/js/blockchaincom-withdrawal.md | 24 | // "name":"John Doe", | COMMENT |
| LOW | wiki/examples/ts/blockchaincom-withdrawal.md | 35 | // "name":"John Doe", | COMMENT |
| LOW | cli/README.md | 201 | If you don't want to provide a value for an optional argument, you should still provide `undefined` as the "placeholder" | CODE |
| LOW | php/woofipro.php | 1205 | // "email" => "test@test.com", | COMMENT |
| LOW | php/woofipro.php | 2734 | // "email" => "test@test.com", | COMMENT |
| LOW | php/modetrade.php | 1169 | // "email" => "test@test.com", | COMMENT |
| LOW | php/modetrade.php | 2720 | // "email" => "test@test.com", | COMMENT |
| LOW | php/async/woofipro.php | 1234 | // "email" => "test@test.com", | COMMENT |
| LOW | php/async/woofipro.php | 2809 | // "email" => "test@test.com", | COMMENT |
| LOW | php/async/modetrade.php | 1197 | // "email" => "test@test.com", | COMMENT |
| LOW | php/async/modetrade.php | 2794 | // "email" => "test@test.com", | COMMENT |
| LOW | examples/js/blockchaincom-withdrawal.js | 23 | // "name":"John Doe", | COMMENT |
| LOW | examples/ts/blockchaincom-withdrawal.ts | 34 | // "name":"John Doe", | COMMENT |
| LOW | doc/_static/javascript/jquery-ui.min.js | 6 | !function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)}(function(b){b.ui=b.ui||{};b.ui.versio | CODE |
| LOW | ts/src/modetrade.ts | 1178 | // "email": "test@test.com", | COMMENT |
| LOW | ts/src/modetrade.ts | 2732 | // "email": "test@test.com", | COMMENT |
| LOW | ts/src/woofipro.ts | 1214 | // "email": "test@test.com", | COMMENT |
| LOW | ts/src/woofipro.ts | 2745 | // "email": "test@test.com", | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | playground/lib/examples.ts | 31 | print(ticker['symbol'], 'last=', ticker['last'], 'bid=', ticker['bid'], 'ask=', ticker['ask']) | CODE |
| HIGH | playground/lib/examples.ts | 56 | print('bids', ob['bids']) | CODE |
| HIGH | playground/lib/examples.ts | 57 | print('asks', ob['asks']) | CODE |
| HIGH | playground/lib/examples.ts | 88 | print(datetime.fromtimestamp(ts / 1000, tz=timezone.utc).isoformat(), 'O', o, 'H', h, 'L', l, 'C', c) | CODE |
| HIGH | playground/lib/examples.ts | 117 | print(f'{exchange.id} lists {len(symbols)} markets') | CODE |
| HIGH | playground/lib/examples.ts | 118 | print(', '.join(symbols[:20])) | CODE |
| HIGH⚡ | playground/lib/examples.ts | 154 | print(f'{id:<10} {ticker["last"]}') | CODE |
| HIGH⚡ | playground/lib/examples.ts | 156 | print(f'{id:<10} (no BTC/USDT: {type(e).__name__})') | CODE |
| HIGH | playground/lib/examples.ts | 208 | print(ticker['datetime'], ticker['symbol'], 'last=', ticker['last']) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | go/v4/exchange_types.go | 668 | // Mocked GetInfo function for demonstration purposes. | COMMENT |
| LOW | python/ccxt/async_support/base/ws/client.py | 139 | # make sure to set the enviroment variable AIOHTTP_NO_EXTENSIONS=Y to check | COMMENT |
| LOW⚡ | examples/py/async-gather-concurrency.py | 54 | # when you're done, don't forget to close the exchange instance properly | COMMENT |
| LOW⚡ | examples/py/async-gather-concurrency.py | 54 | # when you're done, don't forget to close the exchange instance properly | COMMENT |
| MEDIUM | examples/py/binance-https-proxy.py | 39 | # you can also use custom agent, like: | COMMENT |
| MEDIUM⚡ | examples/py/margin-loan-borrow-buy-sell-repay.py | 37 | }) # use `defaultType` because of temporary bug, otherwise, after several days, you can use `type` too. | CODE |
| LOW | examples/py/binance-futures-margin.py | 110 | pprint(response['total']) # make sure you have enough futures margin... | CODE |
| LOW⚡ | examples/py/async-fetch-balance.py | 28 | await exchange.close() # don't forget to close it when you're done | CODE |
| LOW⚡ | examples/py/async-fetch-balance.py | 28 | await exchange.close() # don't forget to close it when you're done | CODE |
| MEDIUM⚡ | examples/py/fetch-first-ohlcv-timestamp.py | 18 | # Top-tier exchanges also support fetching smaller timeframes (eg. 1 minute) even several years back, so for those excha | COMMENT |
| LOW | examples/py/aiohttp-custom-session-connector.py | 24 | await session.close() # don't forget to close the session | CODE |
| LOW | examples/py/aiohttp-custom-session-connector.py | 24 | await session.close() # don't forget to close the session | CODE |
| LOW | examples/js/proxy-usage.js | 93 | await session.close() # don't forget to close the session | CODE |
| LOW | examples/js/proxy-usage.js | 93 | await session.close() # don't forget to close the session | CODE |
| LOW | examples/php/cli.php | 158 | # make sure to exit with exit code zero here | COMMENT |
| LOW | examples/ts/proxy-usage.ts | 103 | await session.close() # don't forget to close the session | CODE |
| LOW | examples/ts/proxy-usage.ts | 103 | await session.close() # don't forget to close the session | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | python/ccxt/dydx.py | 449 | '9002': InvalidOrder, # This function is not implemented | CODE |
| MEDIUM⚡ | …t/base/language_specific/test_throttler_performance.py | 90 | # Create a task and run it (this will be awaited by the caller) | COMMENT |
| MEDIUM | …ccxt/static_dependencies/lark/parsers/earley_forest.py | 1 | """"This module implements an SPPF implementation | STRING |
| MEDIUM | …n/ccxt/static_dependencies/lark/parsers/lalr_parser.py | 1 | """This module implements a LALR(1) Parser | STRING |
| MEDIUM | …ccxt/static_dependencies/lark/parsers/earley_common.py | 1 | """This module implements useful building blocks for the Earley parser | STRING |
| MEDIUM | python/ccxt/static_dependencies/lark/parsers/cyk.py | 1 | """This module implements a CYK parser.""" | STRING |
| MEDIUM | python/ccxt/static_dependencies/lark/parsers/xearley.py | 1 | """This module implements an Earley parser with a dynamic lexer | STRING |
| MEDIUM | …c_dependencies/lark/parsers/lalr_interactive_parser.py | 1 | # This module provides a LALR interactive parser, which is used for debugging and error handling | COMMENT |
| MEDIUM | python/ccxt/static_dependencies/lark/parsers/earley.py | 1 | """This module implements an Earley parser. | STRING |
| MEDIUM | python/ccxt/async_support/dydx.py | 449 | '9002': InvalidOrder, # This function is not implemented | CODE |
| MEDIUM | examples/py/async-analyse-augur-v1-vs-v2-exchanges.py | 26 | """This function is to keep everything that has allowed_infix=REP, but | STRING |
| MEDIUM | examples/py/asciichart.py | 3 | # This file is a copied implementation from my asciichart repository on GitHub | COMMENT |
| MEDIUM | doc/conf.py | 6 | # This file is execfile()d with the current directory set to its | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | python/ccxt/static_dependencies/lark/tree_matcher.py | 149 | Match the elements of `tree` to the symbols of rule `rulename`. Parameters: tree (Tree): the tree n | STRING |
| HIGH | python/ccxt/async_support/base/exchange.py | 347 | Loads and prepares the markets for trading. Args: reload (bool): If True, the markets will | STRING |
| HIGH | python/ccxt/base/exchange.py | 1698 | Use coincurve library for SECP256K1 ECDSA signing. This method provides faster SECP256K1 signing using | STRING |
| HIGH | python/ccxt/base/exchange.py | 1805 | Loads and prepares the markets for trading. Args: reload (bool): If True, the markets will | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | install-skills.sh | 93 | # Check if .claude/skills directory exists locally | COMMENT |
| LOW | install-skills.sh | 365 | # Set trap to cleanup on exit | COMMENT |
| LOW | check-dependencies.sh | 91 | # Check if this transitive dep is in direct deps | COMMENT |
| LOW | check-dependencies.sh | 172 | # Check if this transitive dep is in direct deps | COMMENT |
| LOW | check-dependencies.sh | 293 | # Check if this transitive dep is in direct deps | COMMENT |
| LOW⚡ | …t/base/language_specific/test_throttler_performance.py | 87 | # Check if there's already a running event loop | COMMENT |
| LOW | python/ccxt/static_dependencies/lark/parsers/cyk.py | 103 | # Check if the parse succeeded. | COMMENT |
| LOW | .agents/skills/payment-assistant/common.py | 127 | # Check if config.json exists, if not create template | COMMENT |
| LOW | .agents/skills/payment-assistant/send_extension/c2c.py | 124 | # Output result based on preset amount | COMMENT |
| LOW | .agents/skills/payment-assistant/send_extension/pix.py | 246 | # Output result based on whether QR has amount | COMMENT |
| LOW | utils/restore_shared_env.sh | 10 | # Read the file line-by-line and assign to indexed variables | COMMENT |
| LOW⚡ | examples/py/margin-loan-borrow-buy-sell-repay.py | 45 | # Check if we have any collateral to get permission for borrow | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | go/v4/exchange_crypto.go | 558 | // // Step 2: Parse EC private key | COMMENT |
| LOW | go/v4/pro/binance.go | 3123 | // Step 1: Create listenToken via REST API | COMMENT |
| LOW | go/v4/pro/binance.go | 3144 | // Step 2: Subscribe to user data stream via WebSocket API | COMMENT |
| LOW | python/ccxt/pro/binance.py | 2350 | # Step 1: Create listenToken via REST API | COMMENT |
| LOW | python/ccxt/pro/binance.py | 2366 | # Step 2: Subscribe to user data stream via WebSocket API | COMMENT |
| LOW | js/src/pro/binance.js | 2515 | // Step 1: Create listenToken via REST API | COMMENT |
| LOW | js/src/pro/binance.js | 2534 | // Step 2: Subscribe to user data stream via WebSocket API | COMMENT |
| LOW | cs/ccxt/exchanges/pro/binance.cs | 2853 | // Step 1: Create listenToken via REST API | COMMENT |
| LOW | cs/ccxt/exchanges/pro/binance.cs | 2875 | // Step 2: Subscribe to user data stream via WebSocket API | COMMENT |
| LOW | …ain/java/io/github/ccxt/exchanges/pro/BinanceCore.java | 3078 | // Step 1: Create listenToken via REST API | COMMENT |
| LOW | …ain/java/io/github/ccxt/exchanges/pro/BinanceCore.java | 3100 | // Step 2: Subscribe to user data stream via WebSocket API | COMMENT |
| LOW | ts/src/pro/binance.ts | 2550 | // Step 1: Create listenToken via REST API | COMMENT |
| LOW | ts/src/pro/binance.ts | 2569 | // Step 2: Subscribe to user data stream via WebSocket API | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | python/ccxt/static_dependencies/__init__.py | 1 | __all__ = ['keccak', 'ethabi', 'starknet', 'marshmallow', 'marshmallow_oneofschema', 'lark', 'starkware', 'lighter_clien | CODE |
| LOW | python/ccxt/static_dependencies/marshmallow/fields.py | 36 | __all__ = [ | CODE |
| LOW | python/ccxt/static_dependencies/marshmallow/__init__.py | 65 | __all__ = [ | CODE |
| LOW | python/ccxt/static_dependencies/keccak/__init__.py | 3 | __all__ = ['SHA3'] | CODE |
| LOW | python/ccxt/static_dependencies/ethabi/__init__.py | 22 | __all__ = [ | CODE |
| LOW⚡ | python/ccxt/async_support/base/exchange.py | 60 | __all__ = [ | CODE |
| LOW | python/ccxt/async_support/base/ws/cache.py | 4 | logger = logging.getLogger(__name__) | CODE |
| LOW⚡ | python/ccxt/base/exchange.py | 101 | __all__ = [ | CODE |
| LOW | python/ccxt/base/decimal_to_precision.py | 6 | __all__ = [ | CODE |
| LOW | python/ccxt/base/errors.py | 230 | __all__ = [ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | install-skills.sh | 6 | # Usage: | COMMENT |
| LOW | utils/multilang.sh | 3 | # Usage example: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | go/v4/exchange.go | 1783 | // if isNode { // TODO: implement this | COMMENT |
| LOW | …tarkSharp/StarkSharp.Base/StarkSharp.Hash/TypedData.cs | 14 | // TODO: implement revision 1 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .agents/skills/binance-sports-ai-analyzer/SKILL.md | 99 | 3. Check whether `baw` and the `binance-agentic-wallet` skill are available. If not, tell the user to install Binance Ag | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | postinstall.js | 47 | async function getData () { | CODE |