Comparing version 2.1.4 to 2.1.5
@@ -254,3 +254,3 @@ import { WsKey } from '../websocket-client'; | ||
* USER DATA WS EVENTS | ||
**/ | ||
**/ | ||
interface SpotBalanceRaw { | ||
@@ -607,2 +607,3 @@ a: string; | ||
indexPrice?: number; | ||
/** Note this is in decimal format (e.g. 0.0004 === 0.04%). Multiply by 100 to get funding rate percent value */ | ||
fundingRate: number | ''; | ||
@@ -609,0 +610,0 @@ nextFundingTime: number; |
{ | ||
"name": "binance", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "Node.js connector for Binance's REST APIs and WebSockets, with TypeScript & integration tests.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -8,2 +8,4 @@ # binance | ||
[![connector logo](https://github.com/tiagosiebler/binance/blob/master/docs/images/logo1.png?raw=true)][1] | ||
[1]: https://www.npmjs.com/package/binance | ||
@@ -13,3 +15,6 @@ | ||
- Heavy integration testing with real API calls to support implementation stability. | ||
- Extremely robust connector with significant trading volume in production (livenet). | ||
- Heavy end-to-end testing with real API calls. | ||
- End-to-end testing before any release. | ||
- Real API calls in e2e tests. | ||
- Support REST APIs for Binance Spot, Margin, Isolated Margin & USDM Futures. | ||
@@ -16,0 +21,0 @@ - Automatically manage latency related authentication issues. |
395077
7218
339