Peter Lai

Results 241 comments of Peter Lai

@vvzvlad have you try `'chainName': 'ETH`?

Hi @ryancwalsh, Could you paste the verbose log for `fetchBalance`? I try locally and it worked (both v2 and v3).

@ryancwalsh that's fince, I want to see api urls. In coinbase, we integrated their v2 and v3 api and the response would change. It seems there is no used value...

@ryancwalsh the error occurred because the options was rewritten. Try this: eg. ```JS exchangeDetails = { apiKey: 'xxxxx', secret: 'xxxxx', 'options': { fetchBalance: 'v3PrivateGetBrokerageAccounts' } } ```

Hi @skuvv, unfortunately, we don't unify api for unsubscribe websocket topic for now. I think you can send exchange specific unsubscribing message directly. If you want to close all websocket...

Hi @mmehrle, I think the issue is not related to ccxt. Have you try not to use VPN or set the ip whitelist?

@duncanmcl It works for me. Have you checked your balance? ```BASH kucoin.createLimitOrder (ENA/USDT, SELL, 1, 1.5) fetch Request: kucoin POST https://api.kucoin.com/api/v1/orders RequestHeaders: { } RequestBody: {"clientOid":"7a89c940-a7b1-49eb-9c57-91f0a5be3999","side":"SELL","symbol":"ENA-USDT","type":"limit","size":"1","price":"1.5"} handleRestResponse: kucoin POST https://api.kucoin.com/api/v1/orders...

@duncanmcl It looks like the side should be either `sell` or `buy` according to their documentation (https://www.kucoin.com/docs/rest/spot-trading/orders/place-order). Now it works for both uppercase and lowercase.

@Crypto7816 the timestamp represents closing time for the 24h ticker (by default), and it's from exchange. I wonder whether that's a correct way to measure network latency.

@gaardiolor Thanks for the report, I'll look into this issue. After testing, I couldn’t reproduce this issue on the testnet (the order disappeared, but the withdrawable amount didn’t change, and...