ccxt 4.1.47 → 4.1.49
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 +124 -124
- package/dist/ccxt.browser.js +670 -460
- package/dist/ccxt.browser.min.js +3 -3
- package/dist/cjs/ccxt.js +6 -1
- package/dist/cjs/src/abstract/htx.js +9 -0
- package/dist/cjs/src/binance.js +2 -0
- package/dist/cjs/src/bitmart.js +183 -62
- package/dist/cjs/src/coinex.js +67 -18
- package/dist/cjs/src/htx.js +8505 -0
- package/dist/cjs/src/huobi.js +5 -8503
- package/dist/cjs/src/kraken.js +0 -4
- package/dist/cjs/src/mexc.js +21 -21
- package/dist/cjs/src/pro/htx.js +2356 -0
- package/dist/cjs/src/pro/huobi.js +5 -2345
- package/dist/cjs/src/timex.js +1 -1
- package/js/ccxt.d.ts +8 -2
- package/js/ccxt.js +6 -2
- package/js/src/abstract/binance.d.ts +2 -0
- package/js/src/abstract/binancecoinm.d.ts +2 -0
- package/js/src/abstract/binanceus.d.ts +2 -0
- package/js/src/abstract/binanceusdm.d.ts +2 -0
- package/js/src/abstract/htx.d.ts +544 -0
- package/js/src/abstract/htx.js +11 -0
- package/js/src/abstract/huobi.d.ts +4 -4
- package/js/src/abstract/huobi.js +3 -3
- package/js/src/ace.d.ts +2 -2
- package/js/src/ascendex.d.ts +2 -2
- package/js/src/base/Exchange.d.ts +2 -2
- package/js/src/base/types.d.ts +0 -1
- package/js/src/bigone.d.ts +2 -2
- package/js/src/binance.d.ts +3 -56
- package/js/src/binance.js +2 -0
- package/js/src/bingx.d.ts +3 -55
- package/js/src/bitbns.d.ts +2 -2
- package/js/src/bitfinex.d.ts +2 -2
- package/js/src/bitfinex2.d.ts +2 -2
- package/js/src/bitget.d.ts +3 -53
- package/js/src/bithumb.d.ts +2 -2
- package/js/src/bitmart.d.ts +4 -2
- package/js/src/bitmart.js +183 -62
- package/js/src/bitmex.d.ts +2 -2
- package/js/src/bitopro.d.ts +2 -2
- package/js/src/bitpanda.d.ts +2 -2
- package/js/src/bitrue.d.ts +2 -2
- package/js/src/bitstamp.d.ts +2 -2
- package/js/src/bittrex.d.ts +2 -2
- package/js/src/bitvavo.d.ts +2 -2
- package/js/src/blockchaincom.d.ts +2 -2
- package/js/src/btcalpha.d.ts +2 -2
- package/js/src/btcturk.d.ts +2 -2
- package/js/src/bybit.d.ts +2 -2
- package/js/src/cex.d.ts +2 -2
- package/js/src/coinbase.d.ts +2 -2
- package/js/src/coinbasepro.d.ts +2 -2
- package/js/src/coinex.d.ts +2 -2
- package/js/src/coinex.js +67 -18
- package/js/src/coinfalcon.d.ts +2 -2
- package/js/src/coinlist.d.ts +2 -2
- package/js/src/coinone.d.ts +2 -2
- package/js/src/coinsph.d.ts +2 -2
- package/js/src/coinspot.d.ts +2 -2
- package/js/src/cryptocom.d.ts +2 -2
- package/js/src/currencycom.d.ts +2 -2
- package/js/src/delta.d.ts +2 -2
- package/js/src/deribit.d.ts +2 -2
- package/js/src/digifinex.d.ts +2 -2
- package/js/src/exmo.d.ts +2 -2
- package/js/src/gate.d.ts +2 -2
- package/js/src/gemini.d.ts +3 -51
- package/js/src/hitbtc.d.ts +2 -2
- package/js/src/hollaex.d.ts +2 -2
- package/js/src/htx.d.ts +257 -0
- package/js/src/htx.js +8506 -0
- package/js/src/huobi.d.ts +2 -255
- package/js/src/huobi.js +5 -8503
- package/js/src/huobijp.d.ts +2 -2
- package/js/src/idex.d.ts +2 -2
- package/js/src/indodax.d.ts +2 -2
- package/js/src/kraken.d.ts +2 -2
- package/js/src/kraken.js +0 -4
- package/js/src/krakenfutures.d.ts +2 -2
- package/js/src/kucoin.d.ts +2 -2
- package/js/src/kuna.d.ts +2 -2
- package/js/src/latoken.d.ts +2 -2
- package/js/src/lbank.d.ts +2 -2
- package/js/src/lbank2.d.ts +2 -2
- package/js/src/luno.d.ts +2 -2
- package/js/src/lykke.d.ts +2 -2
- package/js/src/mexc.d.ts +2 -2
- package/js/src/mexc.js +21 -21
- package/js/src/novadax.d.ts +2 -2
- package/js/src/oceanex.d.ts +2 -2
- package/js/src/okcoin.d.ts +3 -3
- package/js/src/okx.d.ts +3 -3
- package/js/src/phemex.d.ts +2 -2
- package/js/src/poloniex.d.ts +2 -2
- package/js/src/poloniexfutures.d.ts +2 -2
- package/js/src/pro/htx.d.ts +45 -0
- package/js/src/pro/htx.js +2357 -0
- package/js/src/pro/huobi.d.ts +2 -43
- package/js/src/pro/huobi.js +5 -2345
- package/js/src/probit.d.ts +2 -2
- package/js/src/tidex.d.ts +2 -2
- package/js/src/timex.d.ts +3 -53
- package/js/src/timex.js +1 -1
- package/js/src/tokocrypto.d.ts +2 -2
- package/js/src/upbit.d.ts +2 -2
- package/js/src/wavesexchange.d.ts +2 -2
- package/js/src/wazirx.d.ts +2 -2
- package/js/src/whitebit.d.ts +2 -2
- package/js/src/yobit.d.ts +2 -2
- package/js/src/zonda.d.ts +2 -2
- package/package.json +1 -1
- package/skip-tests.json +4 -4
package/dist/cjs/src/timex.js
CHANGED
|
@@ -1185,7 +1185,7 @@ class timex extends timex$1 {
|
|
|
1185
1185
|
const minBase = this.safeString(market, 'baseMinSize');
|
|
1186
1186
|
const minAmount = Precise["default"].stringMax(amountIncrement, minBase);
|
|
1187
1187
|
const priceIncrement = this.safeString(market, 'tickSize');
|
|
1188
|
-
const minCost = this.
|
|
1188
|
+
const minCost = this.safeNumber(market, 'quoteMinSize');
|
|
1189
1189
|
return {
|
|
1190
1190
|
'id': id,
|
|
1191
1191
|
'symbol': base + '/' + quote,
|
package/js/ccxt.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as functions from './src/base/functions.js';
|
|
|
4
4
|
import * as errors from './src/base/errors.js';
|
|
5
5
|
import { Market, Trade, Fee, Ticker, OrderBook, Order, Transaction, Tickers, Currency, Balance, DepositAddress, WithdrawalResponse, DepositAddressResponse, OHLCV, Balances, PartialBalances, Dictionary, MinMax, Position, FundingRateHistory, Liquidation, FundingHistory, MarginMode } from './src/base/types.js';
|
|
6
6
|
import { 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, NoChange } from './src/base/errors.js';
|
|
7
|
-
declare const version = "4.1.
|
|
7
|
+
declare const version = "4.1.48";
|
|
8
8
|
import ace from './src/ace.js';
|
|
9
9
|
import alpaca from './src/alpaca.js';
|
|
10
10
|
import ascendex from './src/ascendex.js';
|
|
@@ -69,6 +69,7 @@ import gemini from './src/gemini.js';
|
|
|
69
69
|
import hitbtc from './src/hitbtc.js';
|
|
70
70
|
import hitbtc3 from './src/hitbtc3.js';
|
|
71
71
|
import hollaex from './src/hollaex.js';
|
|
72
|
+
import htx from './src/htx.js';
|
|
72
73
|
import huobi from './src/huobi.js';
|
|
73
74
|
import huobijp from './src/huobijp.js';
|
|
74
75
|
import huobipro from './src/huobipro.js';
|
|
@@ -147,6 +148,7 @@ import gateioPro from './src/pro/gateio.js';
|
|
|
147
148
|
import geminiPro from './src/pro/gemini.js';
|
|
148
149
|
import hitbtcPro from './src/pro/hitbtc.js';
|
|
149
150
|
import hollaexPro from './src/pro/hollaex.js';
|
|
151
|
+
import htxPro from './src/pro/htx.js';
|
|
150
152
|
import huobiPro from './src/pro/huobi.js';
|
|
151
153
|
import huobijpPro from './src/pro/huobijp.js';
|
|
152
154
|
import huobiproPro from './src/pro/huobipro.js';
|
|
@@ -236,6 +238,7 @@ declare const exchanges: {
|
|
|
236
238
|
hitbtc: typeof hitbtc;
|
|
237
239
|
hitbtc3: typeof hitbtc3;
|
|
238
240
|
hollaex: typeof hollaex;
|
|
241
|
+
htx: typeof htx;
|
|
239
242
|
huobi: typeof huobi;
|
|
240
243
|
huobijp: typeof huobijp;
|
|
241
244
|
huobipro: typeof huobipro;
|
|
@@ -316,6 +319,7 @@ declare const pro: {
|
|
|
316
319
|
gemini: typeof geminiPro;
|
|
317
320
|
hitbtc: typeof hitbtcPro;
|
|
318
321
|
hollaex: typeof hollaexPro;
|
|
322
|
+
htx: typeof htxPro;
|
|
319
323
|
huobi: typeof huobiPro;
|
|
320
324
|
huobijp: typeof huobijpPro;
|
|
321
325
|
huobipro: typeof huobiproPro;
|
|
@@ -383,6 +387,7 @@ declare const ccxt: {
|
|
|
383
387
|
gemini: typeof geminiPro;
|
|
384
388
|
hitbtc: typeof hitbtcPro;
|
|
385
389
|
hollaex: typeof hollaexPro;
|
|
390
|
+
htx: typeof htxPro;
|
|
386
391
|
huobi: typeof huobiPro;
|
|
387
392
|
huobijp: typeof huobijpPro;
|
|
388
393
|
huobipro: typeof huobiproPro;
|
|
@@ -473,6 +478,7 @@ declare const ccxt: {
|
|
|
473
478
|
hitbtc: typeof hitbtc;
|
|
474
479
|
hitbtc3: typeof hitbtc3;
|
|
475
480
|
hollaex: typeof hollaex;
|
|
481
|
+
htx: typeof htx;
|
|
476
482
|
huobi: typeof huobi;
|
|
477
483
|
huobijp: typeof huobijp;
|
|
478
484
|
huobipro: typeof huobipro;
|
|
@@ -516,5 +522,5 @@ declare const ccxt: {
|
|
|
516
522
|
zaif: typeof zaif;
|
|
517
523
|
zonda: typeof zonda;
|
|
518
524
|
} & typeof functions & typeof errors;
|
|
519
|
-
export { version, Exchange, exchanges, pro, Precise, functions, 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, NoChange, Market, Trade, Fee, Ticker, OrderBook, Order, Transaction, Tickers, Currency, Balance, DepositAddress, WithdrawalResponse, DepositAddressResponse, OHLCV, Balances, PartialBalances, Dictionary, MinMax, Position, FundingRateHistory, Liquidation, FundingHistory, MarginMode, ace, alpaca, ascendex, bequant, bigone, binance, binancecoinm, binanceus, binanceusdm, bingx, bit2c, bitbank, bitbay, bitbns, bitcoincom, bitfinex, bitfinex2, bitflyer, bitforex, bitget, bithumb, bitmart, bitmex, bitopro, bitpanda, bitrue, bitso, bitstamp, bitstamp1, bittrex, bitvavo, bl3p, blockchaincom, btcalpha, btcbox, btcmarkets, btctradeua, btcturk, bybit, cex, coinbase, coinbaseprime, coinbasepro, coincheck, coinex, coinfalcon, coinlist, coinmate, coinone, coinsph, coinspot, cryptocom, currencycom, delta, deribit, digifinex, exmo, fmfwio, gate, gateio, gemini, hitbtc, hitbtc3, hollaex, huobi, huobijp, huobipro, idex, independentreserve, indodax, kraken, krakenfutures, kucoin, kucoinfutures, kuna, latoken, lbank, lbank2, luno, lykke, mercado, mexc, mexc3, ndax, novadax, oceanex, okcoin, okex, okex5, okx, paymium, phemex, poloniex, poloniexfutures, probit, tidex, timex, tokocrypto, upbit, wavesexchange, wazirx, whitebit, woo, yobit, zaif, zonda, };
|
|
525
|
+
export { version, Exchange, exchanges, pro, Precise, functions, 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, NoChange, Market, Trade, Fee, Ticker, OrderBook, Order, Transaction, Tickers, Currency, Balance, DepositAddress, WithdrawalResponse, DepositAddressResponse, OHLCV, Balances, PartialBalances, Dictionary, MinMax, Position, FundingRateHistory, Liquidation, FundingHistory, MarginMode, ace, alpaca, ascendex, bequant, bigone, binance, binancecoinm, binanceus, binanceusdm, bingx, bit2c, bitbank, bitbay, bitbns, bitcoincom, bitfinex, bitfinex2, bitflyer, bitforex, bitget, bithumb, bitmart, bitmex, bitopro, bitpanda, bitrue, bitso, bitstamp, bitstamp1, bittrex, bitvavo, bl3p, blockchaincom, btcalpha, btcbox, btcmarkets, btctradeua, btcturk, bybit, cex, coinbase, coinbaseprime, coinbasepro, coincheck, coinex, coinfalcon, coinlist, coinmate, coinone, coinsph, coinspot, cryptocom, currencycom, delta, deribit, digifinex, exmo, fmfwio, gate, gateio, gemini, hitbtc, hitbtc3, hollaex, htx, huobi, huobijp, huobipro, idex, independentreserve, indodax, kraken, krakenfutures, kucoin, kucoinfutures, kuna, latoken, lbank, lbank2, luno, lykke, mercado, mexc, mexc3, ndax, novadax, oceanex, okcoin, okex, okex5, okx, paymium, phemex, poloniex, poloniexfutures, probit, tidex, timex, tokocrypto, upbit, wavesexchange, wazirx, whitebit, woo, yobit, zaif, zonda, };
|
|
520
526
|
export default ccxt;
|
package/js/ccxt.js
CHANGED
|
@@ -38,7 +38,7 @@ import * as errors from './src/base/errors.js';
|
|
|
38
38
|
import { 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, NoChange } from './src/base/errors.js';
|
|
39
39
|
//-----------------------------------------------------------------------------
|
|
40
40
|
// this is updated by vss.js when building
|
|
41
|
-
const version = '4.1.
|
|
41
|
+
const version = '4.1.49';
|
|
42
42
|
Exchange.ccxtVersion = version;
|
|
43
43
|
//-----------------------------------------------------------------------------
|
|
44
44
|
import ace from './src/ace.js';
|
|
@@ -105,6 +105,7 @@ import gemini from './src/gemini.js';
|
|
|
105
105
|
import hitbtc from './src/hitbtc.js';
|
|
106
106
|
import hitbtc3 from './src/hitbtc3.js';
|
|
107
107
|
import hollaex from './src/hollaex.js';
|
|
108
|
+
import htx from './src/htx.js';
|
|
108
109
|
import huobi from './src/huobi.js';
|
|
109
110
|
import huobijp from './src/huobijp.js';
|
|
110
111
|
import huobipro from './src/huobipro.js';
|
|
@@ -184,6 +185,7 @@ import gateioPro from './src/pro/gateio.js';
|
|
|
184
185
|
import geminiPro from './src/pro/gemini.js';
|
|
185
186
|
import hitbtcPro from './src/pro/hitbtc.js';
|
|
186
187
|
import hollaexPro from './src/pro/hollaex.js';
|
|
188
|
+
import htxPro from './src/pro/htx.js';
|
|
187
189
|
import huobiPro from './src/pro/huobi.js';
|
|
188
190
|
import huobijpPro from './src/pro/huobijp.js';
|
|
189
191
|
import huobiproPro from './src/pro/huobipro.js';
|
|
@@ -273,6 +275,7 @@ const exchanges = {
|
|
|
273
275
|
'hitbtc': hitbtc,
|
|
274
276
|
'hitbtc3': hitbtc3,
|
|
275
277
|
'hollaex': hollaex,
|
|
278
|
+
'htx': htx,
|
|
276
279
|
'huobi': huobi,
|
|
277
280
|
'huobijp': huobijp,
|
|
278
281
|
'huobipro': huobipro,
|
|
@@ -353,6 +356,7 @@ const pro = {
|
|
|
353
356
|
'gemini': geminiPro,
|
|
354
357
|
'hitbtc': hitbtcPro,
|
|
355
358
|
'hollaex': hollaexPro,
|
|
359
|
+
'htx': htxPro,
|
|
356
360
|
'huobi': huobiPro,
|
|
357
361
|
'huobijp': huobijpPro,
|
|
358
362
|
'huobipro': huobiproPro,
|
|
@@ -390,6 +394,6 @@ pro.exchanges = Object.keys(pro);
|
|
|
390
394
|
pro['Exchange'] = Exchange; // now the same for rest and ts
|
|
391
395
|
//-----------------------------------------------------------------------------
|
|
392
396
|
const ccxt = Object.assign({ version, Exchange, Precise, 'exchanges': Object.keys(exchanges), 'pro': pro }, exchanges, functions, errors);
|
|
393
|
-
export { version, Exchange, exchanges, pro, Precise, functions, 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, NoChange, ace, alpaca, ascendex, bequant, bigone, binance, binancecoinm, binanceus, binanceusdm, bingx, bit2c, bitbank, bitbay, bitbns, bitcoincom, bitfinex, bitfinex2, bitflyer, bitforex, bitget, bithumb, bitmart, bitmex, bitopro, bitpanda, bitrue, bitso, bitstamp, bitstamp1, bittrex, bitvavo, bl3p, blockchaincom, btcalpha, btcbox, btcmarkets, btctradeua, btcturk, bybit, cex, coinbase, coinbaseprime, coinbasepro, coincheck, coinex, coinfalcon, coinlist, coinmate, coinone, coinsph, coinspot, cryptocom, currencycom, delta, deribit, digifinex, exmo, fmfwio, gate, gateio, gemini, hitbtc, hitbtc3, hollaex, huobi, huobijp, huobipro, idex, independentreserve, indodax, kraken, krakenfutures, kucoin, kucoinfutures, kuna, latoken, lbank, lbank2, luno, lykke, mercado, mexc, mexc3, ndax, novadax, oceanex, okcoin, okex, okex5, okx, paymium, phemex, poloniex, poloniexfutures, probit, tidex, timex, tokocrypto, upbit, wavesexchange, wazirx, whitebit, woo, yobit, zaif, zonda, };
|
|
397
|
+
export { version, Exchange, exchanges, pro, Precise, functions, 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, NoChange, ace, alpaca, ascendex, bequant, bigone, binance, binancecoinm, binanceus, binanceusdm, bingx, bit2c, bitbank, bitbay, bitbns, bitcoincom, bitfinex, bitfinex2, bitflyer, bitforex, bitget, bithumb, bitmart, bitmex, bitopro, bitpanda, bitrue, bitso, bitstamp, bitstamp1, bittrex, bitvavo, bl3p, blockchaincom, btcalpha, btcbox, btcmarkets, btctradeua, btcturk, bybit, cex, coinbase, coinbaseprime, coinbasepro, coincheck, coinex, coinfalcon, coinlist, coinmate, coinone, coinsph, coinspot, cryptocom, currencycom, delta, deribit, digifinex, exmo, fmfwio, gate, gateio, gemini, hitbtc, hitbtc3, hollaex, htx, huobi, huobijp, huobipro, idex, independentreserve, indodax, kraken, krakenfutures, kucoin, kucoinfutures, kuna, latoken, lbank, lbank2, luno, lykke, mercado, mexc, mexc3, ndax, novadax, oceanex, okcoin, okex, okex5, okx, paymium, phemex, poloniex, poloniexfutures, probit, tidex, timex, tokocrypto, upbit, wavesexchange, wazirx, whitebit, woo, yobit, zaif, zonda, };
|
|
394
398
|
export default ccxt;
|
|
395
399
|
//-----------------------------------------------------------------------------
|
|
@@ -649,9 +649,11 @@ interface Exchange {
|
|
|
649
649
|
papiDeleteUmOrder(params?: {}): Promise<implicitReturnType>;
|
|
650
650
|
papiDeleteUmConditionalOrder(params?: {}): Promise<implicitReturnType>;
|
|
651
651
|
papiDeleteUmAllOpenOrders(params?: {}): Promise<implicitReturnType>;
|
|
652
|
+
papiDeleteUmConditionalAllOpenOrders(params?: {}): Promise<implicitReturnType>;
|
|
652
653
|
papiDeleteCmOrder(params?: {}): Promise<implicitReturnType>;
|
|
653
654
|
papiDeleteCmConditionalOrder(params?: {}): Promise<implicitReturnType>;
|
|
654
655
|
papiDeleteCmAllOpenOrders(params?: {}): Promise<implicitReturnType>;
|
|
656
|
+
papiDeleteCmConditionalAllOpenOrders(params?: {}): Promise<implicitReturnType>;
|
|
655
657
|
papiDeleteMarginOrder(params?: {}): Promise<implicitReturnType>;
|
|
656
658
|
papiDeleteMarginAllOpenOrders(params?: {}): Promise<implicitReturnType>;
|
|
657
659
|
papiDeleteMarginOrderList(params?: {}): Promise<implicitReturnType>;
|
|
@@ -649,9 +649,11 @@ interface binance {
|
|
|
649
649
|
papiDeleteUmOrder(params?: {}): Promise<implicitReturnType>;
|
|
650
650
|
papiDeleteUmConditionalOrder(params?: {}): Promise<implicitReturnType>;
|
|
651
651
|
papiDeleteUmAllOpenOrders(params?: {}): Promise<implicitReturnType>;
|
|
652
|
+
papiDeleteUmConditionalAllOpenOrders(params?: {}): Promise<implicitReturnType>;
|
|
652
653
|
papiDeleteCmOrder(params?: {}): Promise<implicitReturnType>;
|
|
653
654
|
papiDeleteCmConditionalOrder(params?: {}): Promise<implicitReturnType>;
|
|
654
655
|
papiDeleteCmAllOpenOrders(params?: {}): Promise<implicitReturnType>;
|
|
656
|
+
papiDeleteCmConditionalAllOpenOrders(params?: {}): Promise<implicitReturnType>;
|
|
655
657
|
papiDeleteMarginOrder(params?: {}): Promise<implicitReturnType>;
|
|
656
658
|
papiDeleteMarginAllOpenOrders(params?: {}): Promise<implicitReturnType>;
|
|
657
659
|
papiDeleteMarginOrderList(params?: {}): Promise<implicitReturnType>;
|
|
@@ -649,9 +649,11 @@ interface binance {
|
|
|
649
649
|
papiDeleteUmOrder(params?: {}): Promise<implicitReturnType>;
|
|
650
650
|
papiDeleteUmConditionalOrder(params?: {}): Promise<implicitReturnType>;
|
|
651
651
|
papiDeleteUmAllOpenOrders(params?: {}): Promise<implicitReturnType>;
|
|
652
|
+
papiDeleteUmConditionalAllOpenOrders(params?: {}): Promise<implicitReturnType>;
|
|
652
653
|
papiDeleteCmOrder(params?: {}): Promise<implicitReturnType>;
|
|
653
654
|
papiDeleteCmConditionalOrder(params?: {}): Promise<implicitReturnType>;
|
|
654
655
|
papiDeleteCmAllOpenOrders(params?: {}): Promise<implicitReturnType>;
|
|
656
|
+
papiDeleteCmConditionalAllOpenOrders(params?: {}): Promise<implicitReturnType>;
|
|
655
657
|
papiDeleteMarginOrder(params?: {}): Promise<implicitReturnType>;
|
|
656
658
|
papiDeleteMarginAllOpenOrders(params?: {}): Promise<implicitReturnType>;
|
|
657
659
|
papiDeleteMarginOrderList(params?: {}): Promise<implicitReturnType>;
|
|
@@ -649,9 +649,11 @@ interface binance {
|
|
|
649
649
|
papiDeleteUmOrder(params?: {}): Promise<implicitReturnType>;
|
|
650
650
|
papiDeleteUmConditionalOrder(params?: {}): Promise<implicitReturnType>;
|
|
651
651
|
papiDeleteUmAllOpenOrders(params?: {}): Promise<implicitReturnType>;
|
|
652
|
+
papiDeleteUmConditionalAllOpenOrders(params?: {}): Promise<implicitReturnType>;
|
|
652
653
|
papiDeleteCmOrder(params?: {}): Promise<implicitReturnType>;
|
|
653
654
|
papiDeleteCmConditionalOrder(params?: {}): Promise<implicitReturnType>;
|
|
654
655
|
papiDeleteCmAllOpenOrders(params?: {}): Promise<implicitReturnType>;
|
|
656
|
+
papiDeleteCmConditionalAllOpenOrders(params?: {}): Promise<implicitReturnType>;
|
|
655
657
|
papiDeleteMarginOrder(params?: {}): Promise<implicitReturnType>;
|
|
656
658
|
papiDeleteMarginAllOpenOrders(params?: {}): Promise<implicitReturnType>;
|
|
657
659
|
papiDeleteMarginOrderList(params?: {}): Promise<implicitReturnType>;
|