ccxt 4.1.96 → 4.1.97
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/README.md +3 -3
- package/dist/ccxt.browser.js +1189 -1154
- package/dist/ccxt.browser.min.js +3 -3
- package/dist/cjs/ccxt.js +1 -1
- package/dist/cjs/src/ace.js +1 -1
- package/dist/cjs/src/ascendex.js +1 -1
- package/dist/cjs/src/base/Exchange.js +6 -5
- package/dist/cjs/src/base/errors.js +8 -1
- package/dist/cjs/src/bigone.js +2 -2
- package/dist/cjs/src/bingx.js +42 -1
- package/dist/cjs/src/bitfinex.js +1 -1
- package/dist/cjs/src/bitfinex2.js +1 -1
- package/dist/cjs/src/bitflyer.js +2 -2
- package/dist/cjs/src/bitmart.js +1 -1
- package/dist/cjs/src/bitmex.js +2 -2
- package/dist/cjs/src/bitopro.js +1 -1
- package/dist/cjs/src/bitpanda.js +1 -1
- package/dist/cjs/src/bitvavo.js +1 -1
- package/dist/cjs/src/blockchaincom.js +1 -1
- package/dist/cjs/src/btcalpha.js +2 -2
- package/dist/cjs/src/btcbox.js +1 -1
- package/dist/cjs/src/btcmarkets.js +2 -2
- package/dist/cjs/src/btcturk.js +1 -1
- package/dist/cjs/src/bybit.js +2 -2
- package/dist/cjs/src/cex.js +1 -1
- package/dist/cjs/src/coinbasepro.js +2 -2
- package/dist/cjs/src/coinex.js +1 -1
- package/dist/cjs/src/coinlist.js +1 -1
- package/dist/cjs/src/deribit.js +1 -1
- package/dist/cjs/src/digifinex.js +1 -1
- package/dist/cjs/src/gate.js +1 -1
- package/dist/cjs/src/hitbtc.js +1 -1
- package/dist/cjs/src/hollaex.js +2 -2
- package/dist/cjs/src/htx.js +1 -1
- package/dist/cjs/src/huobijp.js +2 -2
- package/dist/cjs/src/idex.js +1 -1
- package/dist/cjs/src/independentreserve.js +1 -1
- package/dist/cjs/src/kraken.js +1 -1
- package/dist/cjs/src/kucoin.js +4 -4
- package/dist/cjs/src/kucoinfutures.js +1 -1
- package/dist/cjs/src/kuna.js +1 -1
- package/dist/cjs/src/latoken.js +1 -1
- package/dist/cjs/src/luno.js +2 -2
- package/dist/cjs/src/lykke.js +1 -1
- package/dist/cjs/src/mexc.js +2 -2
- package/dist/cjs/src/ndax.js +1 -1
- package/dist/cjs/src/novadax.js +2 -2
- package/dist/cjs/src/oceanex.js +1 -1
- package/dist/cjs/src/okcoin.js +1 -1
- package/dist/cjs/src/okx.js +1 -1
- package/dist/cjs/src/poloniexfutures.js +1 -1
- package/dist/cjs/src/pro/alpaca.js +1 -1
- package/dist/cjs/src/pro/ascendex.js +1 -1
- package/dist/cjs/src/pro/binance.js +2 -2
- package/dist/cjs/src/pro/bingx.js +6 -3
- package/dist/cjs/src/pro/bitfinex.js +1 -1
- package/dist/cjs/src/pro/bitfinex2.js +1 -1
- package/dist/cjs/src/pro/bitmex.js +1 -1
- package/dist/cjs/src/pro/bitpanda.js +1 -1
- package/dist/cjs/src/pro/blockchaincom.js +1 -1
- package/dist/cjs/src/pro/bybit.js +2 -2
- package/dist/cjs/src/pro/coinbase.js +1 -1
- package/dist/cjs/src/pro/coinbasepro.js +1 -1
- package/dist/cjs/src/pro/deribit.js +1 -1
- package/dist/cjs/src/pro/gate.js +1 -1
- package/dist/cjs/src/pro/gemini.js +1 -1
- package/dist/cjs/src/pro/hollaex.js +1 -1
- package/dist/cjs/src/pro/htx.js +1 -1
- package/dist/cjs/src/pro/idex.js +1 -1
- package/dist/cjs/src/pro/kraken.js +1 -1
- package/dist/cjs/src/pro/krakenfutures.js +1 -1
- package/dist/cjs/src/pro/kucoinfutures.js +1 -1
- package/dist/cjs/src/pro/mexc.js +1 -1
- package/dist/cjs/src/pro/okcoin.js +1 -1
- package/dist/cjs/src/pro/okx.js +1 -1
- package/dist/cjs/src/pro/phemex.js +1 -1
- package/dist/cjs/src/pro/poloniexfutures.js +1 -1
- package/dist/cjs/src/probit.js +1 -1
- package/dist/cjs/src/timex.js +1 -1
- package/dist/cjs/src/tokocrypto.js +1 -1
- package/dist/cjs/src/upbit.js +1 -1
- package/dist/cjs/src/wavesexchange.js +1 -1
- package/dist/cjs/src/whitebit.js +1 -1
- package/dist/cjs/src/woo.js +1 -1
- package/dist/cjs/src/zaif.js +1 -1
- package/js/ccxt.d.ts +1 -1
- package/js/ccxt.js +1 -1
- package/js/src/abstract/bingx.d.ts +2 -0
- package/js/src/ace.js +1 -1
- package/js/src/ascendex.js +1 -1
- package/js/src/base/Exchange.d.ts +1 -1
- package/js/src/base/Exchange.js +7 -6
- package/js/src/base/errorHierarchy.d.ts +1 -0
- package/js/src/base/errorHierarchy.js +1 -0
- package/js/src/base/errors.d.ts +5 -1
- package/js/src/base/errors.js +8 -2
- package/js/src/bigone.js +2 -2
- package/js/src/bingx.d.ts +1 -0
- package/js/src/bingx.js +42 -1
- package/js/src/bitfinex.js +1 -1
- package/js/src/bitfinex2.js +1 -1
- package/js/src/bitflyer.js +2 -2
- package/js/src/bitmart.js +1 -1
- package/js/src/bitmex.js +2 -2
- package/js/src/bitopro.js +1 -1
- package/js/src/bitpanda.js +1 -1
- package/js/src/bitso.d.ts +1 -1
- package/js/src/bitvavo.js +1 -1
- package/js/src/blockchaincom.js +1 -1
- package/js/src/btcalpha.js +2 -2
- package/js/src/btcbox.js +1 -1
- package/js/src/btcmarkets.js +2 -2
- package/js/src/btcturk.js +1 -1
- package/js/src/bybit.js +2 -2
- package/js/src/cex.js +1 -1
- package/js/src/coinbasepro.js +2 -2
- package/js/src/coinex.js +1 -1
- package/js/src/coinlist.js +1 -1
- package/js/src/deribit.js +1 -1
- package/js/src/digifinex.js +1 -1
- package/js/src/gate.js +1 -1
- package/js/src/hitbtc.js +1 -1
- package/js/src/hollaex.js +2 -2
- package/js/src/htx.js +1 -1
- package/js/src/huobijp.js +2 -2
- package/js/src/idex.js +1 -1
- package/js/src/independentreserve.js +1 -1
- package/js/src/kraken.js +1 -1
- package/js/src/kucoin.js +4 -4
- package/js/src/kucoinfutures.js +1 -1
- package/js/src/kuna.js +1 -1
- package/js/src/latoken.js +1 -1
- package/js/src/luno.js +2 -2
- package/js/src/lykke.js +1 -1
- package/js/src/mexc.js +2 -2
- package/js/src/ndax.js +1 -1
- package/js/src/novadax.js +2 -2
- package/js/src/oceanex.js +1 -1
- package/js/src/okcoin.js +1 -1
- package/js/src/okx.js +1 -1
- package/js/src/poloniexfutures.js +1 -1
- package/js/src/pro/alpaca.js +1 -1
- package/js/src/pro/ascendex.js +1 -1
- package/js/src/pro/binance.js +2 -2
- package/js/src/pro/bingx.js +6 -3
- package/js/src/pro/bitfinex.js +1 -1
- package/js/src/pro/bitfinex2.js +1 -1
- package/js/src/pro/bitmex.js +1 -1
- package/js/src/pro/bitpanda.js +1 -1
- package/js/src/pro/blockchaincom.js +1 -1
- package/js/src/pro/bybit.js +2 -2
- package/js/src/pro/coinbase.js +1 -1
- package/js/src/pro/coinbasepro.js +1 -1
- package/js/src/pro/deribit.js +1 -1
- package/js/src/pro/gate.js +1 -1
- package/js/src/pro/gemini.js +1 -1
- package/js/src/pro/hollaex.js +1 -1
- package/js/src/pro/htx.js +1 -1
- package/js/src/pro/idex.js +1 -1
- package/js/src/pro/kraken.js +1 -1
- package/js/src/pro/krakenfutures.js +1 -1
- package/js/src/pro/kucoinfutures.js +1 -1
- package/js/src/pro/mexc.js +1 -1
- package/js/src/pro/okcoin.js +1 -1
- package/js/src/pro/okx.js +1 -1
- package/js/src/pro/phemex.js +1 -1
- package/js/src/pro/poloniexfutures.js +1 -1
- package/js/src/probit.js +1 -1
- package/js/src/timex.js +1 -1
- package/js/src/tokocrypto.js +1 -1
- package/js/src/upbit.js +1 -1
- package/js/src/wavesexchange.js +1 -1
- package/js/src/whitebit.js +1 -1
- package/js/src/woo.js +1 -1
- package/js/src/zaif.js +1 -1
- package/package.json +1 -1
- package/skip-tests.json +1 -0
package/dist/cjs/ccxt.js
CHANGED
|
@@ -168,7 +168,7 @@ var woo$1 = require('./src/pro/woo.js');
|
|
|
168
168
|
|
|
169
169
|
//-----------------------------------------------------------------------------
|
|
170
170
|
// this is updated by vss.js when building
|
|
171
|
-
const version = '4.1.
|
|
171
|
+
const version = '4.1.97';
|
|
172
172
|
Exchange["default"].ccxtVersion = version;
|
|
173
173
|
const exchanges = {
|
|
174
174
|
'ace': ace,
|
package/dist/cjs/src/ace.js
CHANGED
|
@@ -697,7 +697,7 @@ class ace extends ace$1 {
|
|
|
697
697
|
* @see https://github.com/ace-exchange/ace-official-api-docs/blob/master/api_v2.md#open-api---order-list
|
|
698
698
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
699
699
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
700
|
-
* @param {int} [limit] the maximum number of
|
|
700
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
701
701
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
702
702
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
703
703
|
*/
|
package/dist/cjs/src/ascendex.js
CHANGED
|
@@ -1989,7 +1989,7 @@ class ascendex extends ascendex$1 {
|
|
|
1989
1989
|
* @see https://ascendex.github.io/ascendex-futures-pro-api-v2/#list-current-history-orders
|
|
1990
1990
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
1991
1991
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
1992
|
-
* @param {int} [limit] the maximum number of
|
|
1992
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
1993
1993
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
1994
1994
|
* @param {int} [params.until] the latest time in ms to fetch orders for
|
|
1995
1995
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
@@ -1382,7 +1382,7 @@ class Exchange {
|
|
|
1382
1382
|
const length = usedProxies.length;
|
|
1383
1383
|
if (length > 1) {
|
|
1384
1384
|
const joinedProxyNames = usedProxies.join(',');
|
|
1385
|
-
throw new errors.
|
|
1385
|
+
throw new errors.ProxyError(this.id + ' you have multiple conflicting proxy settings (' + joinedProxyNames + '), please use only one from : proxyUrl, proxy_url, proxyUrlCallback, proxy_url_callback');
|
|
1386
1386
|
}
|
|
1387
1387
|
return proxyUrl;
|
|
1388
1388
|
}
|
|
@@ -1446,7 +1446,7 @@ class Exchange {
|
|
|
1446
1446
|
const length = usedProxies.length;
|
|
1447
1447
|
if (length > 1) {
|
|
1448
1448
|
const joinedProxyNames = usedProxies.join(',');
|
|
1449
|
-
throw new errors.
|
|
1449
|
+
throw new errors.ProxyError(this.id + ' you have multiple conflicting proxy settings (' + joinedProxyNames + '), please use only one from: httpProxy, httpsProxy, httpProxyCallback, httpsProxyCallback, socksProxy, socksProxyCallback');
|
|
1450
1450
|
}
|
|
1451
1451
|
return [httpProxy, httpsProxy, socksProxy];
|
|
1452
1452
|
}
|
|
@@ -1486,13 +1486,13 @@ class Exchange {
|
|
|
1486
1486
|
const length = usedProxies.length;
|
|
1487
1487
|
if (length > 1) {
|
|
1488
1488
|
const joinedProxyNames = usedProxies.join(',');
|
|
1489
|
-
throw new errors.
|
|
1489
|
+
throw new errors.ProxyError(this.id + ' you have multiple conflicting proxy settings (' + joinedProxyNames + '), please use only one from: wsProxy, wssProxy, wsSocksProxy');
|
|
1490
1490
|
}
|
|
1491
1491
|
return [wsProxy, wssProxy, wsSocksProxy];
|
|
1492
1492
|
}
|
|
1493
1493
|
checkConflictingProxies(proxyAgentSet, proxyUrlSet) {
|
|
1494
1494
|
if (proxyAgentSet && proxyUrlSet) {
|
|
1495
|
-
throw new errors.
|
|
1495
|
+
throw new errors.ProxyError(this.id + ' you have multiple conflicting proxy settings, please use only one from : proxyUrl, httpProxy, httpsProxy, socksProxy');
|
|
1496
1496
|
}
|
|
1497
1497
|
}
|
|
1498
1498
|
findMessageHashes(client, element) {
|
|
@@ -1809,6 +1809,7 @@ class Exchange {
|
|
|
1809
1809
|
fee['cost'] = this.safeNumber(fee, 'cost');
|
|
1810
1810
|
}
|
|
1811
1811
|
const timestamp = this.safeInteger(entry, 'timestamp');
|
|
1812
|
+
const info = this.safeValue(entry, 'info', {});
|
|
1812
1813
|
return {
|
|
1813
1814
|
'id': this.safeString(entry, 'id'),
|
|
1814
1815
|
'timestamp': timestamp,
|
|
@@ -1824,7 +1825,7 @@ class Exchange {
|
|
|
1824
1825
|
'after': this.parseNumber(after),
|
|
1825
1826
|
'status': this.safeString(entry, 'status'),
|
|
1826
1827
|
'fee': fee,
|
|
1827
|
-
'info':
|
|
1828
|
+
'info': info,
|
|
1828
1829
|
};
|
|
1829
1830
|
}
|
|
1830
1831
|
safeCurrencyStructure(currency) {
|
|
@@ -196,6 +196,12 @@ class OperationFailed extends BaseError {
|
|
|
196
196
|
this.name = 'OperationFailed';
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
|
+
class ProxyError extends ExchangeError {
|
|
200
|
+
constructor(message) {
|
|
201
|
+
super(message);
|
|
202
|
+
this.name = 'OperationFailed';
|
|
203
|
+
}
|
|
204
|
+
}
|
|
199
205
|
// Network error
|
|
200
206
|
class NetworkError extends OperationFailed {
|
|
201
207
|
constructor(message) {
|
|
@@ -246,7 +252,7 @@ class RequestTimeout extends NetworkError {
|
|
|
246
252
|
// // Derived class hierarchy
|
|
247
253
|
// errorHierarchy
|
|
248
254
|
// )
|
|
249
|
-
const errors = { BaseError, ExchangeError, PermissionDenied, AccountNotEnabled, AccountSuspended, ArgumentsRequired, BadRequest, BadSymbol, MarginModeAlreadySet, BadResponse, NullResponse, InsufficientFunds, InvalidAddress, InvalidOrder, OrderNotFound, OrderNotCached, CancelPending, OrderImmediatelyFillable, OrderNotFillable, DuplicateOrderId, NotSupported, NetworkError, DDoSProtection, RateLimitExceeded, ExchangeNotAvailable, OnMaintenance, InvalidNonce, RequestTimeout, AuthenticationError, AddressPending, ContractUnavailable, NoChange, OperationRejected, OperationFailed };
|
|
255
|
+
const errors = { BaseError, ExchangeError, PermissionDenied, AccountNotEnabled, AccountSuspended, ArgumentsRequired, BadRequest, BadSymbol, MarginModeAlreadySet, BadResponse, NullResponse, InsufficientFunds, InvalidAddress, InvalidOrder, OrderNotFound, OrderNotCached, CancelPending, OrderImmediatelyFillable, OrderNotFillable, DuplicateOrderId, NotSupported, NetworkError, DDoSProtection, RateLimitExceeded, ExchangeNotAvailable, OnMaintenance, InvalidNonce, RequestTimeout, AuthenticationError, AddressPending, ContractUnavailable, NoChange, OperationRejected, OperationFailed, ProxyError };
|
|
250
256
|
|
|
251
257
|
exports.AccountNotEnabled = AccountNotEnabled;
|
|
252
258
|
exports.AccountSuspended = AccountSuspended;
|
|
@@ -280,6 +286,7 @@ exports.OrderNotCached = OrderNotCached;
|
|
|
280
286
|
exports.OrderNotFillable = OrderNotFillable;
|
|
281
287
|
exports.OrderNotFound = OrderNotFound;
|
|
282
288
|
exports.PermissionDenied = PermissionDenied;
|
|
289
|
+
exports.ProxyError = ProxyError;
|
|
283
290
|
exports.RateLimitExceeded = RateLimitExceeded;
|
|
284
291
|
exports.RequestTimeout = RequestTimeout;
|
|
285
292
|
exports["default"] = errors;
|
package/dist/cjs/src/bigone.js
CHANGED
|
@@ -1363,7 +1363,7 @@ class bigone extends bigone$1 {
|
|
|
1363
1363
|
* @description fetches information on multiple orders made by the user
|
|
1364
1364
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
1365
1365
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
1366
|
-
* @param {int} [limit] the maximum number of
|
|
1366
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
1367
1367
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
1368
1368
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
1369
1369
|
*/
|
|
@@ -1498,7 +1498,7 @@ class bigone extends bigone$1 {
|
|
|
1498
1498
|
* @description fetches information on multiple closed orders made by the user
|
|
1499
1499
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
1500
1500
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
1501
|
-
* @param {int} [limit] the maximum number of
|
|
1501
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
1502
1502
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
1503
1503
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
1504
1504
|
*/
|
package/dist/cjs/src/bingx.js
CHANGED
|
@@ -142,6 +142,16 @@ class bingx extends bingx$1 {
|
|
|
142
142
|
},
|
|
143
143
|
},
|
|
144
144
|
'swap': {
|
|
145
|
+
'v1': {
|
|
146
|
+
'private': {
|
|
147
|
+
'get': {
|
|
148
|
+
'positionSide/dual': 1,
|
|
149
|
+
},
|
|
150
|
+
'post': {
|
|
151
|
+
'positionSide/dual': 1,
|
|
152
|
+
},
|
|
153
|
+
},
|
|
154
|
+
},
|
|
145
155
|
'v2': {
|
|
146
156
|
'public': {
|
|
147
157
|
'get': {
|
|
@@ -2470,7 +2480,7 @@ class bingx extends bingx$1 {
|
|
|
2470
2480
|
* @see https://bingx-api.github.io/docs/#/standard/contract-interface.html#Historical%20order
|
|
2471
2481
|
* @param {string} [symbol] unified market symbol of the market orders were made in
|
|
2472
2482
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
2473
|
-
* @param {int} [limit] the maximum number of
|
|
2483
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
2474
2484
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
2475
2485
|
* @param {int} [params.until] the latest time in ms to fetch orders for
|
|
2476
2486
|
* @param {boolean} [params.standard] whether to fetch standard contract orders
|
|
@@ -3413,6 +3423,37 @@ class bingx extends bingx$1 {
|
|
|
3413
3423
|
}
|
|
3414
3424
|
return positions;
|
|
3415
3425
|
}
|
|
3426
|
+
async setPositionMode(hedged, symbol = undefined, params = {}) {
|
|
3427
|
+
/**
|
|
3428
|
+
* @method
|
|
3429
|
+
* @name bingx#setPositionMode
|
|
3430
|
+
* @description set hedged to true or false for a market
|
|
3431
|
+
* @see https://bingx-api.github.io/docs/#/en-us/swapV2/trade-api.html#Set%20Position%20Mode
|
|
3432
|
+
* @param {bool} hedged set to true to use dualSidePosition
|
|
3433
|
+
* @param {string} symbol not used by bingx setPositionMode ()
|
|
3434
|
+
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
3435
|
+
* @returns {object} response from the exchange
|
|
3436
|
+
*/
|
|
3437
|
+
let dualSidePosition = undefined;
|
|
3438
|
+
if (hedged) {
|
|
3439
|
+
dualSidePosition = 'true';
|
|
3440
|
+
}
|
|
3441
|
+
else {
|
|
3442
|
+
dualSidePosition = 'false';
|
|
3443
|
+
}
|
|
3444
|
+
const request = {
|
|
3445
|
+
'dualSidePosition': dualSidePosition,
|
|
3446
|
+
};
|
|
3447
|
+
//
|
|
3448
|
+
// {
|
|
3449
|
+
// code: '0',
|
|
3450
|
+
// msg: '',
|
|
3451
|
+
// timeStamp: '1703327432734',
|
|
3452
|
+
// data: { dualSidePosition: 'false' }
|
|
3453
|
+
// }
|
|
3454
|
+
//
|
|
3455
|
+
return await this.swapV1PrivatePostPositionSideDual(this.extend(request, params));
|
|
3456
|
+
}
|
|
3416
3457
|
sign(path, section = 'public', method = 'GET', params = {}, headers = undefined, body = undefined) {
|
|
3417
3458
|
const type = section[0];
|
|
3418
3459
|
const version = section[1];
|
package/dist/cjs/src/bitfinex.js
CHANGED
|
@@ -1238,7 +1238,7 @@ class bitfinex extends bitfinex$1 {
|
|
|
1238
1238
|
* @description fetches information on multiple closed orders made by the user
|
|
1239
1239
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
1240
1240
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
1241
|
-
* @param {int} [limit] the maximum number of
|
|
1241
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
1242
1242
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
1243
1243
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
1244
1244
|
*/
|
|
@@ -1813,7 +1813,7 @@ class bitfinex2 extends bitfinex2$1 {
|
|
|
1813
1813
|
* @see https://docs.bitfinex.com/reference/rest-auth-retrieve-orders-by-symbol
|
|
1814
1814
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
1815
1815
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
1816
|
-
* @param {int} [limit] the maximum number of
|
|
1816
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
1817
1817
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
1818
1818
|
* @param {int} [params.until] the latest time in ms to fetch entries for
|
|
1819
1819
|
* @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [availble parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
|
package/dist/cjs/src/bitflyer.js
CHANGED
|
@@ -651,7 +651,7 @@ class bitflyer extends bitflyer$1 {
|
|
|
651
651
|
* @see https://lightning.bitflyer.com/docs?lang=en#list-orders
|
|
652
652
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
653
653
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
654
|
-
* @param {int} [limit] the maximum number of
|
|
654
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
655
655
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
656
656
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
657
657
|
*/
|
|
@@ -696,7 +696,7 @@ class bitflyer extends bitflyer$1 {
|
|
|
696
696
|
* @see https://lightning.bitflyer.com/docs?lang=en#list-orders
|
|
697
697
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
698
698
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
699
|
-
* @param {int} [limit] the maximum number of
|
|
699
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
700
700
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
701
701
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
702
702
|
*/
|
package/dist/cjs/src/bitmart.js
CHANGED
|
@@ -2752,7 +2752,7 @@ class bitmart extends bitmart$1 {
|
|
|
2752
2752
|
* @description fetches information on multiple closed orders made by the user
|
|
2753
2753
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
2754
2754
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
2755
|
-
* @param {int} [limit] the maximum number of
|
|
2755
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
2756
2756
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
2757
2757
|
* @param {int} [params.until] timestamp in ms of the latest entry
|
|
2758
2758
|
* @param {string} [params.marginMode] *spot only* 'cross' or 'isolated', for margin trading
|
package/dist/cjs/src/bitmex.js
CHANGED
|
@@ -872,7 +872,7 @@ class bitmex extends bitmex$1 {
|
|
|
872
872
|
* @description fetches information on multiple orders made by the user
|
|
873
873
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
874
874
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
875
|
-
* @param {int} [limit] the maximum number of
|
|
875
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
876
876
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
877
877
|
* @param {int} [params.until] the earliest time in ms to fetch orders for
|
|
878
878
|
* @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [availble parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
|
|
@@ -936,7 +936,7 @@ class bitmex extends bitmex$1 {
|
|
|
936
936
|
* @description fetches information on multiple closed orders made by the user
|
|
937
937
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
938
938
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
939
|
-
* @param {int} [limit] the maximum number of
|
|
939
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
940
940
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
941
941
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
942
942
|
*/
|
package/dist/cjs/src/bitopro.js
CHANGED
|
@@ -1267,7 +1267,7 @@ class bitopro extends bitopro$1 {
|
|
|
1267
1267
|
* @see https://github.com/bitoex/bitopro-offical-api-docs/blob/master/api/v3/private/get_orders_data.md
|
|
1268
1268
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
1269
1269
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
1270
|
-
* @param {int} [limit] the maximum number of
|
|
1270
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
1271
1271
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
1272
1272
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
1273
1273
|
*/
|
package/dist/cjs/src/bitpanda.js
CHANGED
|
@@ -1817,7 +1817,7 @@ class bitpanda extends bitpanda$1 {
|
|
|
1817
1817
|
* @description fetches information on multiple closed orders made by the user
|
|
1818
1818
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
1819
1819
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
1820
|
-
* @param {int} [limit] the maximum number of
|
|
1820
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
1821
1821
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
1822
1822
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
1823
1823
|
*/
|
package/dist/cjs/src/bitvavo.js
CHANGED
|
@@ -1258,7 +1258,7 @@ class bitvavo extends bitvavo$1 {
|
|
|
1258
1258
|
* @description fetches information on multiple orders made by the user
|
|
1259
1259
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
1260
1260
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
1261
|
-
* @param {int} [limit] the maximum number of
|
|
1261
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
1262
1262
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
1263
1263
|
* @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [availble parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
|
|
1264
1264
|
* @param {int} [params.until] the latest time in ms to fetch entries for
|
|
@@ -688,7 +688,7 @@ class blockchaincom extends blockchaincom$1 {
|
|
|
688
688
|
* @description fetches information on multiple closed orders made by the user
|
|
689
689
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
690
690
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
691
|
-
* @param {int} [limit] the maximum number of
|
|
691
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
692
692
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
693
693
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
694
694
|
*/
|
package/dist/cjs/src/btcalpha.js
CHANGED
|
@@ -795,7 +795,7 @@ class btcalpha extends btcalpha$1 {
|
|
|
795
795
|
* @description fetches information on multiple orders made by the user
|
|
796
796
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
797
797
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
798
|
-
* @param {int} [limit] the maximum number of
|
|
798
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
799
799
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
800
800
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
801
801
|
*/
|
|
@@ -835,7 +835,7 @@ class btcalpha extends btcalpha$1 {
|
|
|
835
835
|
* @description fetches information on multiple closed orders made by the user
|
|
836
836
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
837
837
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
838
|
-
* @param {int} [limit] the maximum number of
|
|
838
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
839
839
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
840
840
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
841
841
|
*/
|
package/dist/cjs/src/btcbox.js
CHANGED
|
@@ -485,7 +485,7 @@ class btcbox extends btcbox$1 {
|
|
|
485
485
|
* @description fetches information on multiple orders made by the user
|
|
486
486
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
487
487
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
488
|
-
* @param {int} [limit] the maximum number of
|
|
488
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
489
489
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
490
490
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
491
491
|
*/
|
|
@@ -1022,7 +1022,7 @@ class btcmarkets extends btcmarkets$1 {
|
|
|
1022
1022
|
* @description fetches information on multiple orders made by the user
|
|
1023
1023
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
1024
1024
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
1025
|
-
* @param {int} [limit] the maximum number of
|
|
1025
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
1026
1026
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
1027
1027
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
1028
1028
|
*/
|
|
@@ -1065,7 +1065,7 @@ class btcmarkets extends btcmarkets$1 {
|
|
|
1065
1065
|
* @description fetches information on multiple closed orders made by the user
|
|
1066
1066
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
1067
1067
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
1068
|
-
* @param {int} [limit] the maximum number of
|
|
1068
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
1069
1069
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
1070
1070
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
1071
1071
|
*/
|
package/dist/cjs/src/btcturk.js
CHANGED
|
@@ -728,7 +728,7 @@ class btcturk extends btcturk$1 {
|
|
|
728
728
|
* @description fetches information on multiple orders made by the user
|
|
729
729
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
730
730
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
731
|
-
* @param {int} [limit] the maximum number of
|
|
731
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
732
732
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
733
733
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
734
734
|
*/
|
package/dist/cjs/src/bybit.js
CHANGED
|
@@ -4433,7 +4433,7 @@ class bybit extends bybit$1 {
|
|
|
4433
4433
|
* @see https://bybit-exchange.github.io/docs/v5/order/order-list
|
|
4434
4434
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
4435
4435
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
4436
|
-
* @param {int} [limit] the maximum number of
|
|
4436
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
4437
4437
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
4438
4438
|
* @param {boolean} [params.stop] true if stop order
|
|
4439
4439
|
* @param {string} [params.type] market type, ['swap', 'option', 'spot']
|
|
@@ -4549,7 +4549,7 @@ class bybit extends bybit$1 {
|
|
|
4549
4549
|
* @see https://bybit-exchange.github.io/docs/v5/order/order-list
|
|
4550
4550
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
4551
4551
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
4552
|
-
* @param {int} [limit] the maximum number of
|
|
4552
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
4553
4553
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
4554
4554
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
4555
4555
|
*/
|
package/dist/cjs/src/cex.js
CHANGED
|
@@ -1329,7 +1329,7 @@ class cex extends cex$1 {
|
|
|
1329
1329
|
* @description fetches information on multiple orders made by the user
|
|
1330
1330
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
1331
1331
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
1332
|
-
* @param {int} [limit] the maximum number of
|
|
1332
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
1333
1333
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
1334
1334
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
1335
1335
|
*/
|
|
@@ -1133,7 +1133,7 @@ class coinbasepro extends coinbasepro$1 {
|
|
|
1133
1133
|
* @description fetches information on multiple orders made by the user
|
|
1134
1134
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
1135
1135
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
1136
|
-
* @param {int} [limit] the maximum number of
|
|
1136
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
1137
1137
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
1138
1138
|
* @param {int} [params.until] the latest time in ms to fetch open orders for
|
|
1139
1139
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
@@ -1191,7 +1191,7 @@ class coinbasepro extends coinbasepro$1 {
|
|
|
1191
1191
|
* @description fetches information on multiple closed orders made by the user
|
|
1192
1192
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
1193
1193
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
1194
|
-
* @param {int} [limit] the maximum number of
|
|
1194
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
1195
1195
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
1196
1196
|
* @param {int} [params.until] the latest time in ms to fetch open orders for
|
|
1197
1197
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
package/dist/cjs/src/coinex.js
CHANGED
|
@@ -3190,7 +3190,7 @@ class coinex extends coinex$1 {
|
|
|
3190
3190
|
* @see https://viabtc.github.io/coinex_api_en_doc/spot/#docsspot003_trade012_finished_order
|
|
3191
3191
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
3192
3192
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
3193
|
-
* @param {int} [limit] the maximum number of
|
|
3193
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
3194
3194
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
3195
3195
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
3196
3196
|
*/
|
package/dist/cjs/src/coinlist.js
CHANGED
|
@@ -1217,7 +1217,7 @@ class coinlist extends coinlist$1 {
|
|
|
1217
1217
|
* @see https://trade-docs.coinlist.co/?javascript--nodejs#list-orders
|
|
1218
1218
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
1219
1219
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
1220
|
-
* @param {int} [limit] the maximum number of
|
|
1220
|
+
* @param {int} [limit] the maximum number of order structures to retrieve (default 200, max 500)
|
|
1221
1221
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
1222
1222
|
* @param {int} [params.until] the latest time in ms to fetch entries for
|
|
1223
1223
|
* @param {string|string[]} [params.status] the status of the order - 'accepted', 'done', 'canceled', 'rejected', 'pending' (default [ 'accepted', 'done', 'canceled', 'rejected', 'pending' ])
|
package/dist/cjs/src/deribit.js
CHANGED
|
@@ -1987,7 +1987,7 @@ class deribit extends deribit$1 {
|
|
|
1987
1987
|
* @description fetches information on multiple closed orders made by the user
|
|
1988
1988
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
1989
1989
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
1990
|
-
* @param {int} [limit] the maximum number of
|
|
1990
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
1991
1991
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
1992
1992
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
1993
1993
|
*/
|
|
@@ -2240,7 +2240,7 @@ class digifinex extends digifinex$1 {
|
|
|
2240
2240
|
* @see https://docs.digifinex.com/en-ww/swap/v2/rest.html#historyorder
|
|
2241
2241
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
2242
2242
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
2243
|
-
* @param {int} [limit] the maximum number of
|
|
2243
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
2244
2244
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
2245
2245
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
2246
2246
|
*/
|
package/dist/cjs/src/gate.js
CHANGED
|
@@ -4644,7 +4644,7 @@ class gate extends gate$1 {
|
|
|
4644
4644
|
* @see https://www.gate.io/docs/developers/apiv4/en/#list-options-orders
|
|
4645
4645
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
4646
4646
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
4647
|
-
* @param {int} [limit] the maximum number of
|
|
4647
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
4648
4648
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
4649
4649
|
* @param {bool} [params.stop] true for fetching stop orders
|
|
4650
4650
|
* @param {string} [params.type] spot, swap or future, if not provided this.options['defaultType'] is used
|
package/dist/cjs/src/hitbtc.js
CHANGED
|
@@ -1812,7 +1812,7 @@ class hitbtc extends hitbtc$1 {
|
|
|
1812
1812
|
* @see https://api.hitbtc.com/#margin-orders-history
|
|
1813
1813
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
1814
1814
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
1815
|
-
* @param {int} [limit] the maximum number of
|
|
1815
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
1816
1816
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
1817
1817
|
* @param {string} [params.marginMode] 'cross' or 'isolated' only 'isolated' is supported
|
|
1818
1818
|
* @param {bool} [params.margin] true for fetching margin orders
|
package/dist/cjs/src/hollaex.js
CHANGED
|
@@ -922,7 +922,7 @@ class hollaex extends hollaex$1 {
|
|
|
922
922
|
* @description fetches information on multiple closed orders made by the user
|
|
923
923
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
924
924
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
925
|
-
* @param {int} [limit] the maximum number of
|
|
925
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
926
926
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
927
927
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
928
928
|
*/
|
|
@@ -980,7 +980,7 @@ class hollaex extends hollaex$1 {
|
|
|
980
980
|
* @description fetches information on multiple orders made by the user
|
|
981
981
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
982
982
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
983
|
-
* @param {int} [limit] the maximum number of
|
|
983
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
984
984
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
985
985
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
986
986
|
*/
|
package/dist/cjs/src/htx.js
CHANGED
|
@@ -4126,7 +4126,7 @@ class htx extends htx$1 {
|
|
|
4126
4126
|
* @description fetches information on multiple closed orders made by the user
|
|
4127
4127
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
4128
4128
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
4129
|
-
* @param {int} [limit] the maximum number of
|
|
4129
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
4130
4130
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
4131
4131
|
* @param {int} [params.until] the latest time in ms to fetch entries for
|
|
4132
4132
|
* @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [availble parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
|
package/dist/cjs/src/huobijp.js
CHANGED
|
@@ -1176,7 +1176,7 @@ class huobijp extends huobijp$1 {
|
|
|
1176
1176
|
* @description fetches information on multiple orders made by the user
|
|
1177
1177
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
1178
1178
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
1179
|
-
* @param {int} [limit] the maximum number of
|
|
1179
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
1180
1180
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
1181
1181
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
1182
1182
|
*/
|
|
@@ -1209,7 +1209,7 @@ class huobijp extends huobijp$1 {
|
|
|
1209
1209
|
* @description fetches information on multiple closed orders made by the user
|
|
1210
1210
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
1211
1211
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
1212
|
-
* @param {int} [limit] the maximum number of
|
|
1212
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
1213
1213
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
1214
1214
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
1215
1215
|
*/
|
package/dist/cjs/src/idex.js
CHANGED
|
@@ -927,7 +927,7 @@ class idex extends idex$1 {
|
|
|
927
927
|
* @description fetches information on multiple closed orders made by the user
|
|
928
928
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
929
929
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
930
|
-
* @param {int} [limit] the maximum number of
|
|
930
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
931
931
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
932
932
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
933
933
|
*/
|
|
@@ -512,7 +512,7 @@ class independentreserve extends independentreserve$1 {
|
|
|
512
512
|
* @description fetches information on multiple closed orders made by the user
|
|
513
513
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
514
514
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
515
|
-
* @param {int} [limit] the maximum number of
|
|
515
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
516
516
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
517
517
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
|
518
518
|
*/
|
package/dist/cjs/src/kraken.js
CHANGED
|
@@ -2080,7 +2080,7 @@ class kraken extends kraken$1 {
|
|
|
2080
2080
|
* @see https://docs.kraken.com/rest/#tag/Account-Data/operation/getClosedOrders
|
|
2081
2081
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
2082
2082
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
2083
|
-
* @param {int} [limit] the maximum number of
|
|
2083
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
2084
2084
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
2085
2085
|
* @param {int} [params.until] timestamp in ms of the latest entry
|
|
2086
2086
|
* @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
|
package/dist/cjs/src/kucoin.js
CHANGED
|
@@ -38,15 +38,15 @@ class kucoin extends kucoin$1 {
|
|
|
38
38
|
'closeAllPositions': false,
|
|
39
39
|
'closePosition': false,
|
|
40
40
|
'createDepositAddress': true,
|
|
41
|
+
'createMarketBuyOrderWithCost': true,
|
|
42
|
+
'createMarketOrderWithCost': true,
|
|
43
|
+
'createMarketSellOrderWithCost': true,
|
|
41
44
|
'createOrder': true,
|
|
42
45
|
'createOrders': true,
|
|
43
46
|
'createPostOnlyOrder': true,
|
|
44
47
|
'createStopLimitOrder': true,
|
|
45
48
|
'createStopMarketOrder': true,
|
|
46
49
|
'createStopOrder': true,
|
|
47
|
-
'createMarketBuyOrderWithCost': true,
|
|
48
|
-
'createMarketOrderWithCost': true,
|
|
49
|
-
'createMarketSellOrderWithCost': true,
|
|
50
50
|
'editOrder': true,
|
|
51
51
|
'fetchAccounts': true,
|
|
52
52
|
'fetchBalance': true,
|
|
@@ -2433,7 +2433,7 @@ class kucoin extends kucoin$1 {
|
|
|
2433
2433
|
* @see https://docs.kucoin.com/spot-hf/#obtain-list-of-filled-hf-orders
|
|
2434
2434
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
2435
2435
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
2436
|
-
* @param {int} [limit] the maximum number of
|
|
2436
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
2437
2437
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
2438
2438
|
* @param {int} [params.till] end time in ms
|
|
2439
2439
|
* @param {string} [params.side] buy or sell
|
|
@@ -1566,7 +1566,7 @@ class kucoinfutures extends kucoinfutures$1 {
|
|
|
1566
1566
|
* @see https://docs.kucoin.com/futures/#get-order-list
|
|
1567
1567
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
1568
1568
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
1569
|
-
* @param {int} [limit] the maximum number of
|
|
1569
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
1570
1570
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
1571
1571
|
* @param {int} [params.till] end time in ms
|
|
1572
1572
|
* @param {string} [params.side] buy or sell
|
package/dist/cjs/src/kuna.js
CHANGED
|
@@ -1265,7 +1265,7 @@ class kuna extends kuna$1 {
|
|
|
1265
1265
|
* @see https://docs.kuna.io/docs/get-private-orders-history
|
|
1266
1266
|
* @param {string} symbol unified market symbol of the market orders were made in
|
|
1267
1267
|
* @param {int} [since] the earliest time in ms to fetch orders for
|
|
1268
|
-
* @param {int} [limit] the maximum number of
|
|
1268
|
+
* @param {int} [limit] the maximum number of order structures to retrieve
|
|
1269
1269
|
* @param {object} [params] extra parameters specific to the exchange API endpoint
|
|
1270
1270
|
* @param {int} [params.until] the latest time in ms to fetch orders for
|
|
1271
1271
|
*
|