ccxt icon indicating copy to clipboard operation
ccxt copied to clipboard

A JavaScript / TypeScript / Python / C# / PHP / Go cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges

Results 1250 ccxt issues
Sort by recently updated
recently updated
newest added

we had issue in WS client. when the incoming data was a plain string (i.e. `Ping`) instead of stringified json, the JsonHelper.deserialize ended up with exceptions (because that method is...

bug
important

### Preliminary Checks - [X] I have already searched for [existing issues](https://github.com/ccxt/ccxt/issues) and confirmed that this issue is not a duplicate ### Is your feature request related to a problem?...

enhancement

It looks like onetrading doesn't have any markets, so it's difficult to test ``` % onetrading fetchMarkets --verbose 2024-06-12T01:22:47.658Z Node.js: v18.12.0 CCXT v4.3.43 onetrading.fetchMarkets () fetch Request: onetrading GET https://api.onetrading.com/public/v1/instruments...

enhancement

### Operating System Debian 12 ### Programming Languages Python ### CCXT Version 4.3.31 ### Description I am connecting to Binance Sandbox and have async tasks using `watch_order_book`, `watch_orders`, `watch_balance`, etc...

### Exchange Name Bit2Me ### URL of the Exchange [https://bit2me.com](https://bit2me.com) ### URL of the Exchange's API docs [Bit2Me API docs](https://api.bit2me.com/#tag/Trading-Spot) ### Why should this exchange be implemented? Bit2Me is the...

``` % timex cancelOrder '"0x973164609bcd004b817ac2d449cd41d327111064422ac9fb8eefc41fe370a6d3"' 2024-06-27T18:19:16.226Z Node.js: v18.12.0 CCXT v4.3.53 timex.cancelOrder (0x973164609bcd004b817ac2d449cd41d327111064422ac9fb8eefc41fe370a6d3) 2024-06-27T18:19:20.431Z iteration 0 passed in 1805 ms { info: { id: '0x973164609bcd004b817ac2d449cd41d327111064422ac9fb8eefc41fe370a6d3', cursorId: '2827510385', clientOrderId: null, symbol: 'BTCUSDT',...

enhancement

I can't test this out because there are no funds on the account

enhancement

Updated fetchCurrencies to v2 by fetching the base currencies from the spot markets endpoint because the v2 API didn't have a better option. Set the coinex version to v2 ```...

### Operating System Mac OS ### Programming Languages Python ### CCXT Version _No response_ ### Description How can I create an short position independent from others (in python)? If I...

question