Socket
Socket
Sign inDemoInstall

bitget-api

Package Overview
Dependencies
14
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

5

lib/types/request/v2/spot.d.ts

@@ -1,5 +0,5 @@

import { SpotKlineInterval } from '../v1/spotV1';
declare type SpotKlineIntervalV2 = '1min' | '5min' | '15min' | '30min' | '1h' | '4h' | '6h' | '12h' | '1day' | '3day' | '1week' | '1M' | '6Hutc' | '12Hutc' | '1Dutc' | '3Dutc' | '1Wutc' | '1Mutc';
export interface SpotCandlesRequestV2 {
symbol: string;
granularity: SpotKlineInterval;
granularity: SpotKlineIntervalV2;
startTime?: string;

@@ -9,1 +9,2 @@ endTime?: string;

}
export {};

2

package.json
{
"name": "bitget-api",
"version": "2.0.0",
"version": "2.0.1",
"description": "Node.js & JavaScript SDK for Bitget REST APIs & WebSockets, with TypeScript & end-to-end tests.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc