codewc

Results 33 comments of codewc

> I am trying to do > > acc = client.get_account('XXX') > > where XXX is my 8 digit account UID. When i do this i get: Exception: 200-{"code":"230008","msg":"account not...

> https://www.facebook.com/jerry.robertson.9847 What's the use of adding this link?

> Hey @codewc @1bazinga25 👋 > > Please review, let me know if you have any comments, I'm happy to fix it if needed. Thanks for your feedback, we will...

Do you mean you need some examples?

> hello is there anyway to add balance to a sandbox account? thanks The sandbox environment will give the account a certain amount of USDT by default, and because it...

In this case, you can get the latest data by taking the largest timestamp. ALL data is correct, but since the server has multiple nodes, each node has its own...

> I have everything setup but don't know how to run the program. Are there instructions on what to do once API is connected? There are instructions https://github.com/Kucoin/kucoin-python-sdk#quick-start

> Are margin orders allowed? If so, what's the syntax? I see magin.py file but not sure how to call functions within that file. ``` from kucoin.client import Trade client...

This document and sdk are not officially maintained by KuCoin. The official documentation is https://docs.kucoin.com/

> im trying to > > client = Trade(key=api_key, secret=api_secret, passphrase=api_passphrase, is_sandbox=True) > > print(client.create_market_order('BTC-USDT', 'buy', funds='100')) > > and creates an order id , but then in the control...