bybit-api
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -72,3 +72,3 @@ "use strict"; | ||
getCandles(symbol, interval, limit, startTime, endTime) { | ||
return this.get('/spot/v1/trades', { | ||
return this.get('/spot/quote/v1/kline', { | ||
symbol, | ||
@@ -75,0 +75,0 @@ interval, |
{ | ||
"name": "bybit-api", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Node.js connector for Bybit's REST APIs and WebSockets, with TypeScript & integration tests.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -197,3 +197,3 @@ # bybit-api | ||
const client = new javascript( | ||
const client = new SpotClient( | ||
API_KEY, | ||
@@ -200,0 +200,0 @@ PRIVATE_KEY, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
168210