Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bybit-api

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bybit-api - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

lib/spot-client.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc