Commit 3a7d6a6e authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent cefed890
......@@ -32,15 +32,14 @@ async function init() {
async function test () {
// let d = await exchange.createMarketOrder('BTCUSDT', 'Sell', 1, 0)
// // console.log('Add Suc With id',sig)
let d = await exchange.createMarketOrder('BNBUSDT', 'Sell', 1, 0)
console.log(d)
// console.log(d)
//63d101c8-3169-473c-a7ee-53645599474d
// let d=await exchange.fetchOrder('63d101c8-3169-473c-a7ee-53645599474d','BTCUSDT')
// console.log(d)
let d=await exchange.fetchFreeBalance()
console.log(d)
// for (let i=0;i<d.length;i++)
// {
// if (d[i].id ==='f61da7b9-574e-4728-9dd4-ebdec700fd89')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment