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.32 to 0.11.33

58

index.d.ts

@@ -167,2 +167,37 @@ // tslint:disable:interface-name

export interface NetworkInformation {
addressRegex: string
coin: string
depositDesc: string
depositEnable: boolean
isDefault: boolean
memoRegex: string
minConfirm: number
name: string
network: string
resetAddressStatus: boolean
specialTips: string
unLockConfirm: number
withdrawDesc: string
withdrawEnable: boolean
withdrawFee: number
withdrawIntegerMultiple: number
withdrawMax: number
withdrawMin: number
sameAddress: string
}
export interface CoinInformation {
coin: string,
depositAllEnable: boolean,
free: number,
freeze: number,
ipoable: number,
ipoing: number,
isLegalMoney: boolean,
locked: number,
name: string,
networkList: NetworkInformation[]
}
export interface DepositAddress {

@@ -274,7 +309,7 @@ address: string

| {
symbol: string
origClientOrderId: string
useServerTime?: boolean
newClientOrderId?: string
}
symbol: string
origClientOrderId: string
useServerTime?: boolean
newClientOrderId?: string
}

@@ -288,7 +323,7 @@ export type GetOrderOcoOptions =

| {
symbol: string
listClientOrderId: string
useServerTime?: boolean
newClientOrderId?: string
}
symbol: string
listClientOrderId: string
useServerTime?: boolean
newClientOrderId?: string
}

@@ -491,3 +526,4 @@ export type cancelOpenOrdersOptions = {

}): Promise<TradeResult[]>
depositAddress(options: { coin: string }): Promise<DepositAddress>
capitalConfigs(options?: { recvWindow?: number }): Promise<CoinInformation[]>;
depositAddress(options: { coin: string, network?: string, recvWindow?: number }): Promise<DepositAddress>
withdraw(options: {

@@ -494,0 +530,0 @@ coin: string

2

package.json
{
"name": "binance-api-node",
"version": "0.11.32",
"version": "0.11.33",
"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