Comparing version
@@ -38,4 +38,8 @@ # Binance API | ||
### 2.0.0-beta.5 | ||
- Breaking change: refactor spot getAllCoinsInformation to getBalances(). | ||
<!-- ## 2.0.1 --> | ||
<!-- - Introduction of [coinm-client](./src/coinm-client.ts) for COINM Futures. --> | ||
<!-- - Introduction of [vanilla-client](./src/vanilla-client.ts) for Vanilla Options. --> |
@@ -18,3 +18,3 @@ import { AxiosRequestConfig } from 'axios'; | ||
getSystemStatus(): Promise<SystemStatusResponse>; | ||
getAllCoinsInformation(): Promise<AllCoinsInformationResponse[]>; | ||
getBalances(): Promise<AllCoinsInformationResponse[]>; | ||
getDailyAccountSnapshot(params: DailyAccountSnapshotParams): Promise<DailyAccountSnapshot>; | ||
@@ -21,0 +21,0 @@ disableFastWithdrawSwitch(): Promise<{}>; |
@@ -42,3 +42,3 @@ "use strict"; | ||
} | ||
getAllCoinsInformation() { | ||
getBalances() { | ||
return this.getPrivate('sapi/v1/capital/config/getall'); | ||
@@ -45,0 +45,0 @@ } |
{ | ||
"name": "binance", | ||
"version": "2.0.0-beta.4", | ||
"version": "2.0.0-beta.5", | ||
"description": "Node.js connector for Binance's REST APIs and WebSockets, with TypeScript & integration tests.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
265799
0.03%