You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the following line of code to place market order :
test = client.create_order(pair="DOGEBULL/USD",side="buy",_type="market",size=1,price=0)
The order is getting executed on my main account.
Please let me know how o place an order on a specific sub account.
Thanks!
The text was updated successfully, but these errors were encountered:
I'm using the following line of code to place market order :
test = client.create_order(pair="DOGEBULL/USD",side="buy",_type="market",size=1,price=0)
The order is getting executed on my main account.
Please let me know how o place an order on a specific sub account.
Thanks!
The text was updated successfully, but these errors were encountered: