diff --git a/examples/rest-usdm-order.ts b/examples/rest-usdm-order.ts index f613a3f2..8e7f1341 100644 --- a/examples/rest-usdm-order.ts +++ b/examples/rest-usdm-order.ts @@ -20,7 +20,7 @@ async function start() { symbol: 'BTCUSDT', type: 'MARKET', quantity: 0.001, - newOrderRespType: 'FULL', + // newOrderRespType: 'FULL', }); console.log('market sell result: ', result);