codewc

Results 33 comments of codewc

> this is what I'm trying to do in last 1 hour, > > after diving in datafeed.js I noticed that we need to send some additional parameters: > >...

> First of all, thanks for this lib and your effort. > > I was not able use market order, so I fixed it. :) sorry, I don't think the...

> Would be awesome if kucoin can supply this. > > Consider verifying the json/yaml here: https://editor.swagger.io/ KuCoin private endpoints need to fill in API information, which means there is...

Do you have any problem? Can you describe it clearly

> Hello, > > Actually, my order list is more than 50. (total 104) But I can't get my data more than 50 by using API. I think Trade REST...

> I've been stuck trying to implement this kucoin api inside my node.js server. The header values are 100% correct. > > Anyone who know what the issue might be?...

> How to send a limit order request with a proxy in this module? Hi, it is the `requests` library used by SDK, you can modify the source code to...

> Can you add a function similar to get_all_tickers in market.py but it allows us to choose a specific time range like 1 hour instead of 24 hours? Now it...

> ```python > 1INCH/USDT > ``` > `symbol = "1INCH-USDT"` NOT `1INCH/USDT`

> I really need a way to pull all the trades from my trade bots. Is there a way to do this? > > When I pull order history they...