Pablo Criado-Perez

Results 69 comments of Pablo Criado-Perez

```python CCXT v2.5.47 bithumb.watchOrderBook(ETH/BTC) {'asks': [[0.07640265, 2.9349]], 'bids': [[0.07466025, 2.6374], [0.07466022, 0.0592], [0.07466013, 0.6782], [0.07466012, 2.6374]], 'datetime': None, 'nonce': None, 'symbol': 'ETH/BTC', 'timestamp': 1673549860039.638} ```

### watchTicker ```python tokocrypto.watchTicker(BTC/USDT) {'ask': 16729.28, 'askVolume': 0.09593, 'average': None, 'baseVolume': 116298.46425, 'bid': 16729.08, 'bidVolume': 0.00167, 'change': 130.89, 'close': 16729.28, 'datetime': '2023-01-02T21:33:49.219Z', 'high': 16772.01, 'info': {'A': '0.09593000', 'B': '0.00167000', 'C':...

### fetchOrder ```python {'amount': 0.2, 'average': None, 'clientOrderId': None, 'cost': 0.0, 'datetime': '2023-01-02T21:50:01.150Z', 'fee': None, 'fees': [], 'filled': 0.0, 'id': '161493055', 'info': {'bOrderId': '3245393228', 'bOrderListId': '0', 'clientId': '3245393228', 'createTime': '1672696201150',...

> > Code is mostly a copy from binance websockets with changes to the authentication function. > > I think we should inherit from binance in this case @frosty00 ,...

Hi @mayrsascha, disconnects and errors can happen, that is why we recommend to sorround the watch call in a while loop and a try and catch. On every call to...

Being struggling with the same error for days. I believe in my case it's related to the Autocomplete component

Note: there is one small bug with this PR pending (https://github.com/ccxt/ccxt/pull/15768), where we need to pass `parseWsTrades` to `safeOrder`. I think it is still ok to merge it but noting...

will open in a seperate PR that copies binance existing code