ccxt
ccxt copied to clipboard
A JavaScript / TypeScript / Python / C# / PHP / Go cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Hi, I have two questions: 1) when I run the code below, the exception below arises 2) when calling asyncio.gather, if I put _listen_orders_updates(exchange, [c]) at the beginning of the...
- OS: Linux 5.10 - Programming Language version: NodeJS v14.17 - CCXT.PRO version: 0.9.5 Hello, When I was trying out ccxt.pro with huobi I noticed that after a subscription (watchOHLCV)...
two things: 1) as all other exchanges are cleaned up and there are no `safeNetwork` methods across other exchanges, we can implement safeMethod in base 2) minor edit - `withdrawEnabled`...
It seems like there is a bug in the `decimalToPrecision` function, when used with TICK_SIZE and TRUNCATE like below. The result is not truncated, but rounded. ``` decimalToPrecision(123456.12345678912, TRUNCATE, 0.00000001,...
- currently throwing an "closing" error immediately after unsubscribing ``` 2024-08-26T16:36:49.827Z message {"id":"4","type":"ack"} kucoin /market/match:BTC-USDT 2024-08-26T16:36:49.828Z closing 1000 got error Connection closed by the user ```
### Operating System Windows 11 ### Programming Languages Python ### CCXT Version 4.3.56 ### Description Hi, ccxt ver : 4.3.56 python ver Python 3.12.4 I am subscribing to symbols on...
### Operating System Ubuntu 22.04 ### Programming Languages Python ### CCXT Version Ccxt 4.2.25 ### Description (question) After catch fault it will repeat. How to rerun and get new snapshot...
### Exchange Name LCX ### URL of the Exchange https://exchange.lcx.com/ ### URL of the Exchange's API docs https://docs.lcx.com/ ### Why should this exchange be implemented? One of the most regulated...
### Operating System n/a ### Programming Languages _No response_ ### CCXT Version n/a ### Description the below code is just copied from another topic where user had other issue. however,...