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!