USD :param to_account string required The currency of the account to convert to, e.g. USDC :returns dict: a transaction structure """ request = { "trade_id": trade_id, "from_account": from_account, "to_account": to_account } response = self.v3PrivateGetBrokerageConvertTradeTradeId(se...