ccxt
ccxt copied to clipboard
A JavaScript / TypeScript / Python / C# / PHP / Go cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
### Exchange Name CEX.io Plus ### URL of the Exchange https://plus.cex.io/ ### URL of the Exchange's API docs https://docs.plus.cex.io/#introduction ### Why should this exchange be implemented? CEX.io Plus looks like...
### Operating System Windows ### Programming Languages JavaScript ### CCXT Version 4.4.14 ### Description I'm trying to withdraw funds on Hyperliquid, but I get this error: 'L1 error: Mainnet and...
### 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?...
### Operating System Linux ### Programming Languages _No response_ ### CCXT Version latest ### Description Hi there, My use case is to buy/sell new currecny pair immediately after it is...
- Adds open telemetry to the library to be able to record usage data - Captures all async method calls and captures exchanve, method and arguments - Filters out possible...
### Operating System Ubuntu ### Programming Languages Python ### CCXT Version 4.4.3 ### Description The example for Binance [margin sell,](https://github.com/ccxt/ccxt/pull/14843) seems to be not applicable to ByBit. Is there a...
### Operating System Any ### Programming Languages Python ### CCXT Version Last ### Description How can the watch_order_book method be modified in Python to return only the delta of changes,...
### Operating System Ubuntu ### Programming Languages Python ### CCXT Version 4.4.12 ### Description As of September 30th, when connecting to coinbase through ccxt, it is unable to retrieve my...
Implementing the basic `.features` functionality. All other approaches involved populating duplicate fields manually, however, this version avoids us to have duplicate data filled, instead, we use aliases. So, devs can...