W.Sousa

Results 4 issues of W.Sousa

There is not support for quoteOrderQty in order LIMIT. i want to do something like this: await client.order({ symbol: 'BNBUSDT', side: 'BUY', type: 'LIMIT', quoteOrderQty: 20, price: 400 })

Solve his host pls

Just use the npm package xlsx, and: ``` import xlsx from "xlsx"; export function saveJsonToSheet(data, path) { console.log("building xlsx for data", data); const workbook = xlsx.utils.book_new(); const worksheet = xlsx.utils.json_to_sheet(data);...

`pull access denied for evo-ai-api ` when trying to run with docker