-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
const trades = await privateClient.getHistoricalOrderBooks(
'binance', // exchange
'LTC', // baseTradingSymbol
'BTC', // quoteTradingSymbol
new Date("2018-05-19T00:00:00.000Z"), // startTime
new Date("2018-11-02T00:00:00.000Z"), // endTime
100 // limit
);
console.log(trades)
returns []
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels