ccxt 4.5.61 → 4.5.62

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
@@ -195,7 +195,7 @@ var xt$1 = require('./src/pro/xt.js');
195
195
 
196
196
  //-----------------------------------------------------------------------------
197
197
  // this is updated by vss.js when building
198
- const version = '4.5.61';
198
+ const version = '4.5.62';
199
199
  const exchanges = {
200
200
  'aftermath': aftermath["default"],
201
201
  'alpaca': alpaca["default"],
@@ -70,7 +70,7 @@ let SignMode = undefined;
70
70
  */
71
71
  class Exchange {
72
72
  // this is updated by vss.js when building
73
- static { this.ccxtVersion = '4.5.60'; }
73
+ static { this.ccxtVersion = '4.5.61'; }
74
74
  constructor(userConfig = {}) {
75
75
  this.isSandboxModeEnabled = false;
76
76
  this.api = undefined;
@@ -6650,7 +6650,6 @@ class bingx extends bingx$1["default"] {
6650
6650
  };
6651
6651
  let response = undefined;
6652
6652
  let commission = {};
6653
- const data = this.safeDict(response, 'data', {});
6654
6653
  if (market['spot']) {
6655
6654
  response = await this.spotV1PrivateGetUserCommissionRate(this.extend(request, params));
6656
6655
  //
@@ -6664,7 +6663,7 @@ class bingx extends bingx$1["default"] {
6664
6663
  // }
6665
6664
  // }
6666
6665
  //
6667
- commission = data;
6666
+ commission = this.safeDict(response, 'data', {});
6668
6667
  }
6669
6668
  else {
6670
6669
  if (market['inverse']) {
@@ -6680,7 +6679,7 @@ class bingx extends bingx$1["default"] {
6680
6679
  // }
6681
6680
  // }
6682
6681
  //
6683
- commission = data;
6682
+ commission = this.safeDict(response, 'data', {});
6684
6683
  }
6685
6684
  else {
6686
6685
  response = await this.swapV2PrivateGetUserCommissionRate(params);
@@ -6696,6 +6695,7 @@ class bingx extends bingx$1["default"] {
6696
6695
  // }
6697
6696
  // }
6698
6697
  //
6698
+ const data = this.safeDict(response, 'data', {});
6699
6699
  commission = this.safeDict(data, 'commission', {});
6700
6700
  }
6701
6701
  }
@@ -850,7 +850,7 @@ class bitmex extends bitmex$1["default"] {
850
850
  }
851
851
  expiryDatetime = this.safeString2(market, 'expiry', 'closingTimestamp');
852
852
  expiry = this.parse8601(expiryDatetime);
853
- if (expiry !== undefined) {
853
+ if (expiry !== undefined && future) {
854
854
  symbol = symbol + '-' + this.yymmdd(expiry);
855
855
  }
856
856
  }
@@ -153,7 +153,7 @@ class bitvavo extends bitvavo$1["default"] {
153
153
  '1d': '1d',
154
154
  },
155
155
  'urls': {
156
- 'logo': 'https://github.com/user-attachments/assets/d213155c-8c71-4701-9bd5-45351febc2a8',
156
+ 'logo': 'https://github.com/user-attachments/assets/35d690b1-5710-47f6-86e9-d638ce38685a',
157
157
  'api': {
158
158
  'public': 'https://api.bitvavo.com',
159
159
  'private': 'https://api.bitvavo.com',
@@ -125,7 +125,7 @@ class btcturk extends btcturk$1["default"] {
125
125
  '1y': '1 y',
126
126
  },
127
127
  'urls': {
128
- 'logo': 'https://github.com/user-attachments/assets/10e0a238-9f60-4b06-9dda-edfc7602f1d6',
128
+ 'logo': 'https://github.com/user-attachments/assets/710711ff-1278-4e7a-9b03-b5503dd85b59',
129
129
  'api': {
130
130
  'public': 'https://api.btcturk.com/api/v2',
131
131
  'private': 'https://api.btcturk.com/api/v1',
@@ -171,8 +171,8 @@ class extended extends extended$1["default"] {
171
171
  'rest': 'https://api.starknet.sepolia.{hostname}',
172
172
  },
173
173
  'www': 'https://app.extended.exchange',
174
- 'doc': 'https://api.docs.{hostname}',
175
- 'fees': 'https://docs.{hostname}/extended-resources/trading/trading-fees-and-rebates',
174
+ 'doc': 'https://api.docs.extended.exchange',
175
+ 'fees': 'https://docs.extended.exchange/extended-resources/trading/trading-fees-and-rebates',
176
176
  'referral': '',
177
177
  },
178
178
  'api': {
@@ -24,7 +24,7 @@ class gate extends gate$1["default"] {
24
24
  'certified': true,
25
25
  'pro': true,
26
26
  'urls': {
27
- 'logo': 'https://github.com/user-attachments/assets/64f988c5-07b6-4652-b5c1-679a6bf67c85',
27
+ 'logo': 'https://github.com/user-attachments/assets/b4fd9d41-eaed-46fe-8a7b-b2677edface0',
28
28
  'doc': 'https://www.gate.com/docs/developers/apiv4/en',
29
29
  'www': 'https://gate.com',
30
30
  'api': {