I am using this:
$sell = new Sell([
'bitcoinAmount' => (-1*$buyAmount)
]);
$client->createAccountSell($account, $sell);
But it is sending my money to my bank account and initiating a wire transfer. How can I make it so it sends the money to my USD Wallet?