ccxt 4.0.91 → 4.0.93

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.
package/dist/cjs/ccxt.js CHANGED
@@ -180,7 +180,7 @@ var woo$1 = require('./src/pro/woo.js');
180
180
 
181
181
  //-----------------------------------------------------------------------------
182
182
  // this is updated by vss.js when building
183
- const version = '4.0.91';
183
+ const version = '4.0.93';
184
184
  Exchange["default"].ccxtVersion = version;
185
185
  const exchanges = {
186
186
  'ace': ace,
@@ -7755,7 +7755,7 @@ class binance extends binance$1 {
7755
7755
  * @param {int} [since] timestamp in ms
7756
7756
  * @param {int} [limit] number of records, default 100, max 100
7757
7757
  * @param {object} [params] exchange specific params
7758
- * @returns {object[]} a list of [settlement history objects]
7758
+ * @returns {object[]} a list of [settlement history objects]{@link https://github.com/ccxt/ccxt/wiki/Manual#settlement-history-structure}
7759
7759
  */
7760
7760
  await this.loadMarkets();
7761
7761
  const market = (symbol === undefined) ? undefined : this.market(symbol);
@@ -8960,7 +8960,7 @@ class bybit extends bybit$1 {
8960
8960
  * @param {int} [since] timestamp in ms
8961
8961
  * @param {int} [limit] number of records
8962
8962
  * @param {object} [params] exchange specific params
8963
- * @returns {object[]} a list of [settlement history objects]
8963
+ * @returns {object[]} a list of [settlement history objects]{@link https://github.com/ccxt/ccxt/wiki/Manual#settlement-history-structure}
8964
8964
  */
8965
8965
  await this.loadMarkets();
8966
8966
  const request = {};
@@ -2675,7 +2675,7 @@ class cryptocom extends cryptocom$1 {
2675
2675
  * @param {int} [limit] number of records
2676
2676
  * @param {object} [params] exchange specific params
2677
2677
  * @param {int} [params.type] 'future', 'option'
2678
- * @returns {object[]} a list of [settlement history objects]
2678
+ * @returns {object[]} a list of [settlement history objects]{@link https://github.com/ccxt/ccxt/wiki/Manual#settlement-history-structure}
2679
2679
  */
2680
2680
  await this.loadMarkets();
2681
2681
  let market = undefined;
@@ -2871,7 +2871,7 @@ class delta extends delta$1 {
2871
2871
  * @param {int} [since] timestamp in ms
2872
2872
  * @param {int} [limit] number of records
2873
2873
  * @param {object} [params] exchange specific params
2874
- * @returns {object[]} a list of [settlement history objects]
2874
+ * @returns {object[]} a list of [settlement history objects]{@link https://github.com/ccxt/ccxt/wiki/Manual#settlement-history-structure}
2875
2875
  */
2876
2876
  await this.loadMarkets();
2877
2877
  let market = undefined;
@@ -293,6 +293,7 @@ class gate extends gate$1 {
293
293
  'spot/orders/{order_id}': 1.5,
294
294
  },
295
295
  'post': {
296
+ 'account_mode': 1.5,
296
297
  'loans': 1.5,
297
298
  'spot/orders': 1.5,
298
299
  },
@@ -5803,7 +5804,7 @@ class gate extends gate$1 {
5803
5804
  * @param {int} [since] timestamp in ms
5804
5805
  * @param {int} [limit] number of records
5805
5806
  * @param {object} [params] exchange specific params
5806
- * @returns {object[]} a list of [settlement history objects]
5807
+ * @returns {object[]} a list of [settlement history objects]{@link https://github.com/ccxt/ccxt/wiki/Manual#settlement-history-structure}
5807
5808
  */
5808
5809
  this.checkRequiredSymbol('fetchSettlementHistory', symbol);
5809
5810
  await this.loadMarkets();
@@ -7856,7 +7856,7 @@ class huobi extends huobi$1 {
7856
7856
  * @param {int} [params.until] timestamp in ms, value range = start_time -> current time,default = current time
7857
7857
  * @param {int} [params.page_index] page index, default page 1 if not filled
7858
7858
  * @param {int} [params.code] unified currency code, can be used when symbol is undefined
7859
- * @returns A list of settlement history objects
7859
+ * @returns {object[]} a list of [settlement history objects]{@link https://github.com/ccxt/ccxt/wiki/Manual#settlement-history-structure}
7860
7860
  */
7861
7861
  const code = this.safeString(params, 'code');
7862
7862
  const until = this.safeInteger2(params, 'until', 'till');
@@ -6612,7 +6612,7 @@ class okx extends okx$1 {
6612
6612
  * @param {int} [since] timestamp in ms
6613
6613
  * @param {int} [limit] number of records
6614
6614
  * @param {object} [params] exchange specific params
6615
- * @returns {object[]} a list of [settlement history objects]
6615
+ * @returns {object[]} a list of [settlement history objects]{@link https://github.com/ccxt/ccxt/wiki/Manual#settlement-history-structure}
6616
6616
  */
6617
6617
  this.checkRequiredSymbol('fetchSettlementHistory', symbol);
6618
6618
  await this.loadMarkets();