binance 2.11.2 → 2.11.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -138,6 +138,7 @@ export interface GetIncomeHistoryParams {
138
138
  startTime?: number;
139
139
  endTime?: number;
140
140
  limit?: number;
141
+ page?: number;
141
142
  }
142
143
  export interface IncomeHistory {
143
144
  symbol?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binance",
3
- "version": "2.11.2",
3
+ "version": "2.11.3",
4
4
  "description": "Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & end-to-end tests.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",