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

binance-api-node

Package Overview
Dependencies
Maintainers
1
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binance-api-node - npm Package Compare versions

Comparing version 0.11.37 to 0.11.38

10

index.d.ts

@@ -569,3 +569,3 @@ // tslint:disable:interface-name

futuresTime(): Promise<number>
futuresExchangeInfo(): Promise<ExchangeInfo>
futuresExchangeInfo(): Promise<ExchangeInfo<FuturesOrderType_LT>>
futuresBook(options: { symbol: string; limit?: number }): Promise<OrderBook>

@@ -990,3 +990,3 @@ futuresCandles(options: CandlesOptions): Promise<CandleChartResult[]>

export interface Symbol {
export interface Symbol<T = OrderType_LT> {
baseAsset: string

@@ -1000,3 +1000,3 @@ baseAssetPrecision: number

ocoAllowed: boolean
orderTypes: OrderType_LT[]
orderTypes: T[]
permissions: TradingType_LT[]

@@ -1012,3 +1012,3 @@ quoteAsset: string

export interface ExchangeInfo {
export interface ExchangeInfo<T = OrderType_LT> {
timezone: string

@@ -1018,3 +1018,3 @@ serverTime: number

exchangeFilters: ExchangeFilter[]
symbols: Symbol[]
symbols: Symbol<T>[]
}

@@ -1021,0 +1021,0 @@

{
"name": "binance-api-node",
"version": "0.11.37",
"version": "0.11.38",
"description": "A node API wrapper for Binance",

@@ -5,0 +5,0 @@ "main": "dist",

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