Comparing version 2.1.5 to 2.1.6
@@ -94,10 +94,15 @@ export declare type numberInString = string | number; | ||
limitClientOrderId?: string; | ||
limitStrategyId?: number; | ||
limitStrategyType?: number; | ||
price: number; | ||
limitIcebergQty?: number; | ||
trailingdelta?: number; | ||
stopClientOrderId?: string; | ||
stopPrice: number; | ||
stopStrategyId?: number; | ||
stopStrategyType?: number; | ||
stopLimitPrice?: number; | ||
stopIcebergQty?: number; | ||
stopLimitTimeInForce: OrderTimeInForce; | ||
newOrderRespType: OrderResponseType; | ||
stopLimitTimeInForce?: OrderTimeInForce; | ||
newOrderRespType?: OrderResponseType; | ||
/** For isolated margin trading only */ | ||
@@ -104,0 +109,0 @@ isIsolated?: StringBoolean; |
{ | ||
"name": "binance", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"description": "Node.js connector for Binance's REST APIs and WebSockets, with TypeScript & integration tests.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -1,2 +0,2 @@ | ||
# binance | ||
# Node.js & Typescript Binance API SDK | ||
@@ -19,3 +19,2 @@ [![Tests](https://circleci.com/gh/tiagosiebler/binance.svg?style=shield)](https://circleci.com/gh/tiagosiebler/binance) | ||
- Support REST APIs for Binance Spot, Margin, Isolated Margin & USDM Futures. | ||
- Automatically manage latency related authentication issues. | ||
- Strongly typed on most requests and responses. | ||
@@ -53,5 +52,6 @@ - Support Websockets for Binance Spot, Margin, Isolated Margin & USDM Futures. | ||
- Try my connectors: | ||
- [binance](https://www.npmjs.com/package/binance) | ||
- [bybit-api](https://www.npmjs.com/package/bybit-api) | ||
- [okx-api](https://www.npmjs.com/package/okx-api) | ||
- [ftx-api](https://www.npmjs.com/package/ftx-api) | ||
- [bybit-api](https://www.npmjs.com/package/bybit-api) | ||
- [binance](https://www.npmjs.com/package/binance) | ||
- Try my misc utilities: | ||
@@ -58,0 +58,0 @@ - [orderbooks](https://www.npmjs.com/package/orderbooks) |
395247
7223