Comparing version 2.1.3 to 2.1.4
@@ -288,3 +288,3 @@ "use strict"; | ||
getHistoricalTrades(params) { | ||
return this.getPrivate('api/v3/historicalTrades', params); | ||
return this.get('api/v3/historicalTrades', params); | ||
} | ||
@@ -291,0 +291,0 @@ getAggregateTrades(params) { |
{ | ||
"name": "binance", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Node.js connector for Binance's REST APIs and WebSockets, with TypeScript & integration tests.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
394726