.../bitmart-node-sdk-api: Nodejs client for the BitMart API
apiSecret:'your secret key',apiMemo:'your api memo',})bitmartSpotAPI.newSpotOrder('BTC_USDT','sell','limit',{size:10000,price:"500000"}).then(response=>bitmartSpotAPI.logger.log(response.data)).catch(error=>{if(error.response){bitmartSpotAPI...