ccxt 4.4.73 → 4.4.75
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 +4 -4
- package/dist/ccxt.browser.min.js +2 -2
- package/dist/cjs/ccxt.js +1 -11
- package/dist/cjs/src/ace.js +9 -6
- package/dist/cjs/src/alpaca.js +3 -0
- package/dist/cjs/src/ascendex.js +6 -0
- package/dist/cjs/src/base/Exchange.js +36 -14
- package/dist/cjs/src/bequant.js +1 -0
- package/dist/cjs/src/binanceusdm.js +1 -1
- package/dist/cjs/src/bit2c.js +30 -4
- package/dist/cjs/src/bitbank.js +32 -0
- package/dist/cjs/src/bitbns.js +1 -1
- package/dist/cjs/src/bitflyer.js +1 -0
- package/dist/cjs/src/bithumb.js +34 -0
- package/dist/cjs/src/bitmart.js +74 -7
- package/dist/cjs/src/bitopro.js +37 -0
- package/dist/cjs/src/blofin.js +1 -1
- package/dist/cjs/src/bybit.js +14 -1
- package/dist/cjs/src/coinlist.js +87 -11
- package/dist/cjs/src/deribit.js +29 -1
- package/dist/cjs/src/gate.js +12 -7
- package/dist/cjs/src/hitbtc.js +7 -1
- package/dist/cjs/src/okx.js +29 -25
- package/dist/cjs/src/pro/ascendex.js +1 -1
- package/dist/cjs/src/pro/bingx.js +10 -1
- package/dist/cjs/src/pro/bitget.js +10 -1
- package/dist/cjs/src/pro/bitmart.js +10 -1
- package/dist/cjs/src/pro/bitopro.js +5 -4
- package/dist/cjs/src/pro/onetrading.js +7 -7
- package/js/ccxt.d.ts +2 -14
- package/js/ccxt.js +2 -10
- package/js/src/abstract/bitmart.d.ts +2 -0
- package/js/src/abstract/coinlist.d.ts +3 -0
- package/js/src/ace.js +9 -6
- package/js/src/alpaca.js +3 -0
- package/js/src/ascendex.js +6 -0
- package/js/src/base/Exchange.d.ts +1 -0
- package/js/src/base/Exchange.js +36 -14
- package/js/src/bequant.js +1 -0
- package/js/src/binanceusdm.js +1 -1
- package/js/src/bit2c.js +30 -4
- package/js/src/bitbank.js +32 -0
- package/js/src/bitbns.js +1 -1
- package/js/src/bitflyer.js +1 -0
- package/js/src/bithumb.js +34 -0
- package/js/src/bitmart.d.ts +24 -0
- package/js/src/bitmart.js +74 -7
- package/js/src/bitopro.js +37 -0
- package/js/src/blofin.js +1 -1
- package/js/src/bybit.js +14 -1
- package/js/src/coinlist.js +87 -11
- package/js/src/deribit.js +29 -1
- package/js/src/gate.js +12 -7
- package/js/src/hitbtc.js +7 -1
- package/js/src/okx.js +29 -25
- package/js/src/pro/ascendex.js +1 -1
- package/js/src/pro/bingx.js +10 -1
- package/js/src/pro/bitget.js +10 -1
- package/js/src/pro/bitmart.js +10 -1
- package/js/src/pro/bitopro.js +5 -4
- package/js/src/pro/onetrading.d.ts +7 -7
- package/js/src/pro/onetrading.js +7 -7
- package/package.json +1 -1
- package/js/src/abstract/bitcoincom.d.ts +0 -118
- package/js/src/abstract/bitcoincom.js +0 -11
- package/js/src/abstract/bitfinex1.d.ts +0 -72
- package/js/src/abstract/bitfinex1.js +0 -11
- package/js/src/abstract/bitpanda.d.ts +0 -26
- package/js/src/abstract/bitpanda.js +0 -11
- package/js/src/abstract/poloniexfutures.d.ts +0 -51
- package/js/src/abstract/poloniexfutures.js +0 -11
- package/js/src/abstract/wazirx.d.ts +0 -33
- package/js/src/abstract/wazirx.js +0 -11
- package/js/src/bitcoincom.d.ts +0 -4
- package/js/src/bitcoincom.js +0 -18
- package/js/src/bitpanda.d.ts +0 -4
- package/js/src/bitpanda.js +0 -17
- package/js/src/poloniexfutures.d.ts +0 -321
- package/js/src/poloniexfutures.js +0 -1941
- package/js/src/pro/bitcoincom.d.ts +0 -4
- package/js/src/pro/bitcoincom.js +0 -34
- package/js/src/pro/bitpanda.d.ts +0 -4
- package/js/src/pro/bitpanda.js +0 -17
- package/js/src/pro/poloniexfutures.d.ts +0 -108
- package/js/src/pro/poloniexfutures.js +0 -1042
- package/js/src/pro/wazirx.d.ts +0 -102
- package/js/src/pro/wazirx.js +0 -784
- package/js/src/static_dependencies/starknet/utils/json.d.ts +0 -24
- package/js/src/static_dependencies/starknet/utils/json.js +0 -43
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
import { implicitReturnType } from '../base/types.js';
|
|
2
|
-
import _fmfwio from '../fmfwio.js';
|
|
3
|
-
interface fmfwio {
|
|
4
|
-
publicGetPublicCurrency(params?: {}): Promise<implicitReturnType>;
|
|
5
|
-
publicGetPublicCurrencyCurrency(params?: {}): Promise<implicitReturnType>;
|
|
6
|
-
publicGetPublicSymbol(params?: {}): Promise<implicitReturnType>;
|
|
7
|
-
publicGetPublicSymbolSymbol(params?: {}): Promise<implicitReturnType>;
|
|
8
|
-
publicGetPublicTicker(params?: {}): Promise<implicitReturnType>;
|
|
9
|
-
publicGetPublicTickerSymbol(params?: {}): Promise<implicitReturnType>;
|
|
10
|
-
publicGetPublicPriceRate(params?: {}): Promise<implicitReturnType>;
|
|
11
|
-
publicGetPublicPriceHistory(params?: {}): Promise<implicitReturnType>;
|
|
12
|
-
publicGetPublicPriceTicker(params?: {}): Promise<implicitReturnType>;
|
|
13
|
-
publicGetPublicPriceTickerSymbol(params?: {}): Promise<implicitReturnType>;
|
|
14
|
-
publicGetPublicTrades(params?: {}): Promise<implicitReturnType>;
|
|
15
|
-
publicGetPublicTradesSymbol(params?: {}): Promise<implicitReturnType>;
|
|
16
|
-
publicGetPublicOrderbook(params?: {}): Promise<implicitReturnType>;
|
|
17
|
-
publicGetPublicOrderbookSymbol(params?: {}): Promise<implicitReturnType>;
|
|
18
|
-
publicGetPublicCandles(params?: {}): Promise<implicitReturnType>;
|
|
19
|
-
publicGetPublicCandlesSymbol(params?: {}): Promise<implicitReturnType>;
|
|
20
|
-
publicGetPublicConvertedCandles(params?: {}): Promise<implicitReturnType>;
|
|
21
|
-
publicGetPublicConvertedCandlesSymbol(params?: {}): Promise<implicitReturnType>;
|
|
22
|
-
publicGetPublicFuturesInfo(params?: {}): Promise<implicitReturnType>;
|
|
23
|
-
publicGetPublicFuturesInfoSymbol(params?: {}): Promise<implicitReturnType>;
|
|
24
|
-
publicGetPublicFuturesHistoryFunding(params?: {}): Promise<implicitReturnType>;
|
|
25
|
-
publicGetPublicFuturesHistoryFundingSymbol(params?: {}): Promise<implicitReturnType>;
|
|
26
|
-
publicGetPublicFuturesCandlesIndexPrice(params?: {}): Promise<implicitReturnType>;
|
|
27
|
-
publicGetPublicFuturesCandlesIndexPriceSymbol(params?: {}): Promise<implicitReturnType>;
|
|
28
|
-
publicGetPublicFuturesCandlesMarkPrice(params?: {}): Promise<implicitReturnType>;
|
|
29
|
-
publicGetPublicFuturesCandlesMarkPriceSymbol(params?: {}): Promise<implicitReturnType>;
|
|
30
|
-
publicGetPublicFuturesCandlesPremiumIndex(params?: {}): Promise<implicitReturnType>;
|
|
31
|
-
publicGetPublicFuturesCandlesPremiumIndexSymbol(params?: {}): Promise<implicitReturnType>;
|
|
32
|
-
publicGetPublicFuturesCandlesOpenInterest(params?: {}): Promise<implicitReturnType>;
|
|
33
|
-
publicGetPublicFuturesCandlesOpenInterestSymbol(params?: {}): Promise<implicitReturnType>;
|
|
34
|
-
privateGetSpotBalance(params?: {}): Promise<implicitReturnType>;
|
|
35
|
-
privateGetSpotBalanceCurrency(params?: {}): Promise<implicitReturnType>;
|
|
36
|
-
privateGetSpotOrder(params?: {}): Promise<implicitReturnType>;
|
|
37
|
-
privateGetSpotOrderClientOrderId(params?: {}): Promise<implicitReturnType>;
|
|
38
|
-
privateGetSpotFee(params?: {}): Promise<implicitReturnType>;
|
|
39
|
-
privateGetSpotFeeSymbol(params?: {}): Promise<implicitReturnType>;
|
|
40
|
-
privateGetSpotHistoryOrder(params?: {}): Promise<implicitReturnType>;
|
|
41
|
-
privateGetSpotHistoryTrade(params?: {}): Promise<implicitReturnType>;
|
|
42
|
-
privateGetMarginAccount(params?: {}): Promise<implicitReturnType>;
|
|
43
|
-
privateGetMarginAccountIsolatedSymbol(params?: {}): Promise<implicitReturnType>;
|
|
44
|
-
privateGetMarginAccountCrossCurrency(params?: {}): Promise<implicitReturnType>;
|
|
45
|
-
privateGetMarginOrder(params?: {}): Promise<implicitReturnType>;
|
|
46
|
-
privateGetMarginOrderClientOrderId(params?: {}): Promise<implicitReturnType>;
|
|
47
|
-
privateGetMarginConfig(params?: {}): Promise<implicitReturnType>;
|
|
48
|
-
privateGetMarginHistoryOrder(params?: {}): Promise<implicitReturnType>;
|
|
49
|
-
privateGetMarginHistoryTrade(params?: {}): Promise<implicitReturnType>;
|
|
50
|
-
privateGetMarginHistoryPositions(params?: {}): Promise<implicitReturnType>;
|
|
51
|
-
privateGetMarginHistoryClearing(params?: {}): Promise<implicitReturnType>;
|
|
52
|
-
privateGetFuturesBalance(params?: {}): Promise<implicitReturnType>;
|
|
53
|
-
privateGetFuturesBalanceCurrency(params?: {}): Promise<implicitReturnType>;
|
|
54
|
-
privateGetFuturesAccount(params?: {}): Promise<implicitReturnType>;
|
|
55
|
-
privateGetFuturesAccountIsolatedSymbol(params?: {}): Promise<implicitReturnType>;
|
|
56
|
-
privateGetFuturesOrder(params?: {}): Promise<implicitReturnType>;
|
|
57
|
-
privateGetFuturesOrderClientOrderId(params?: {}): Promise<implicitReturnType>;
|
|
58
|
-
privateGetFuturesConfig(params?: {}): Promise<implicitReturnType>;
|
|
59
|
-
privateGetFuturesFee(params?: {}): Promise<implicitReturnType>;
|
|
60
|
-
privateGetFuturesFeeSymbol(params?: {}): Promise<implicitReturnType>;
|
|
61
|
-
privateGetFuturesHistoryOrder(params?: {}): Promise<implicitReturnType>;
|
|
62
|
-
privateGetFuturesHistoryTrade(params?: {}): Promise<implicitReturnType>;
|
|
63
|
-
privateGetFuturesHistoryPositions(params?: {}): Promise<implicitReturnType>;
|
|
64
|
-
privateGetFuturesHistoryClearing(params?: {}): Promise<implicitReturnType>;
|
|
65
|
-
privateGetWalletBalance(params?: {}): Promise<implicitReturnType>;
|
|
66
|
-
privateGetWalletBalanceCurrency(params?: {}): Promise<implicitReturnType>;
|
|
67
|
-
privateGetWalletCryptoAddress(params?: {}): Promise<implicitReturnType>;
|
|
68
|
-
privateGetWalletCryptoAddressRecentDeposit(params?: {}): Promise<implicitReturnType>;
|
|
69
|
-
privateGetWalletCryptoAddressRecentWithdraw(params?: {}): Promise<implicitReturnType>;
|
|
70
|
-
privateGetWalletCryptoAddressCheckMine(params?: {}): Promise<implicitReturnType>;
|
|
71
|
-
privateGetWalletTransactions(params?: {}): Promise<implicitReturnType>;
|
|
72
|
-
privateGetWalletTransactionsTxId(params?: {}): Promise<implicitReturnType>;
|
|
73
|
-
privateGetWalletCryptoFeeEstimate(params?: {}): Promise<implicitReturnType>;
|
|
74
|
-
privateGetWalletAirdrops(params?: {}): Promise<implicitReturnType>;
|
|
75
|
-
privateGetWalletAmountLocks(params?: {}): Promise<implicitReturnType>;
|
|
76
|
-
privateGetSubAccount(params?: {}): Promise<implicitReturnType>;
|
|
77
|
-
privateGetSubAccountAcl(params?: {}): Promise<implicitReturnType>;
|
|
78
|
-
privateGetSubAccountBalanceSubAccID(params?: {}): Promise<implicitReturnType>;
|
|
79
|
-
privateGetSubAccountCryptoAddressSubAccIDCurrency(params?: {}): Promise<implicitReturnType>;
|
|
80
|
-
privatePostSpotOrder(params?: {}): Promise<implicitReturnType>;
|
|
81
|
-
privatePostSpotOrderList(params?: {}): Promise<implicitReturnType>;
|
|
82
|
-
privatePostMarginOrder(params?: {}): Promise<implicitReturnType>;
|
|
83
|
-
privatePostMarginOrderList(params?: {}): Promise<implicitReturnType>;
|
|
84
|
-
privatePostFuturesOrder(params?: {}): Promise<implicitReturnType>;
|
|
85
|
-
privatePostFuturesOrderList(params?: {}): Promise<implicitReturnType>;
|
|
86
|
-
privatePostWalletCryptoAddress(params?: {}): Promise<implicitReturnType>;
|
|
87
|
-
privatePostWalletCryptoWithdraw(params?: {}): Promise<implicitReturnType>;
|
|
88
|
-
privatePostWalletConvert(params?: {}): Promise<implicitReturnType>;
|
|
89
|
-
privatePostWalletTransfer(params?: {}): Promise<implicitReturnType>;
|
|
90
|
-
privatePostWalletInternalWithdraw(params?: {}): Promise<implicitReturnType>;
|
|
91
|
-
privatePostWalletCryptoCheckOffchainAvailable(params?: {}): Promise<implicitReturnType>;
|
|
92
|
-
privatePostWalletCryptoFeesEstimate(params?: {}): Promise<implicitReturnType>;
|
|
93
|
-
privatePostWalletAirdropsIdClaim(params?: {}): Promise<implicitReturnType>;
|
|
94
|
-
privatePostSubAccountFreeze(params?: {}): Promise<implicitReturnType>;
|
|
95
|
-
privatePostSubAccountActivate(params?: {}): Promise<implicitReturnType>;
|
|
96
|
-
privatePostSubAccountTransfer(params?: {}): Promise<implicitReturnType>;
|
|
97
|
-
privatePostSubAccountAcl(params?: {}): Promise<implicitReturnType>;
|
|
98
|
-
privatePatchSpotOrderClientOrderId(params?: {}): Promise<implicitReturnType>;
|
|
99
|
-
privatePatchMarginOrderClientOrderId(params?: {}): Promise<implicitReturnType>;
|
|
100
|
-
privatePatchFuturesOrderClientOrderId(params?: {}): Promise<implicitReturnType>;
|
|
101
|
-
privateDeleteSpotOrder(params?: {}): Promise<implicitReturnType>;
|
|
102
|
-
privateDeleteSpotOrderClientOrderId(params?: {}): Promise<implicitReturnType>;
|
|
103
|
-
privateDeleteMarginPosition(params?: {}): Promise<implicitReturnType>;
|
|
104
|
-
privateDeleteMarginPositionIsolatedSymbol(params?: {}): Promise<implicitReturnType>;
|
|
105
|
-
privateDeleteMarginOrder(params?: {}): Promise<implicitReturnType>;
|
|
106
|
-
privateDeleteMarginOrderClientOrderId(params?: {}): Promise<implicitReturnType>;
|
|
107
|
-
privateDeleteFuturesPosition(params?: {}): Promise<implicitReturnType>;
|
|
108
|
-
privateDeleteFuturesPositionMarginModeSymbol(params?: {}): Promise<implicitReturnType>;
|
|
109
|
-
privateDeleteFuturesOrder(params?: {}): Promise<implicitReturnType>;
|
|
110
|
-
privateDeleteFuturesOrderClientOrderId(params?: {}): Promise<implicitReturnType>;
|
|
111
|
-
privateDeleteWalletCryptoWithdrawId(params?: {}): Promise<implicitReturnType>;
|
|
112
|
-
privatePutMarginAccountIsolatedSymbol(params?: {}): Promise<implicitReturnType>;
|
|
113
|
-
privatePutFuturesAccountIsolatedSymbol(params?: {}): Promise<implicitReturnType>;
|
|
114
|
-
privatePutWalletCryptoWithdrawId(params?: {}): Promise<implicitReturnType>;
|
|
115
|
-
}
|
|
116
|
-
declare abstract class fmfwio extends _fmfwio {
|
|
117
|
-
}
|
|
118
|
-
export default fmfwio;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// ----------------------------------------------------------------------------
|
|
2
|
-
|
|
3
|
-
// PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:
|
|
4
|
-
// https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code
|
|
5
|
-
// EDIT THE CORRESPONDENT .ts FILE INSTEAD
|
|
6
|
-
|
|
7
|
-
// -------------------------------------------------------------------------------
|
|
8
|
-
import _fmfwio from '../fmfwio.js';
|
|
9
|
-
class fmfwio extends _fmfwio {
|
|
10
|
-
}
|
|
11
|
-
export default fmfwio;
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import { implicitReturnType } from '../base/types.js';
|
|
2
|
-
import { Exchange as _Exchange } from '../base/Exchange.js';
|
|
3
|
-
interface Exchange {
|
|
4
|
-
v2GetPlatformStatus(params?: {}): Promise<implicitReturnType>;
|
|
5
|
-
v2GetTickers(params?: {}): Promise<implicitReturnType>;
|
|
6
|
-
v2GetTickerSymbol(params?: {}): Promise<implicitReturnType>;
|
|
7
|
-
v2GetTickersHist(params?: {}): Promise<implicitReturnType>;
|
|
8
|
-
v2GetTradesSymbolHist(params?: {}): Promise<implicitReturnType>;
|
|
9
|
-
v2GetBookSymbolPrecision(params?: {}): Promise<implicitReturnType>;
|
|
10
|
-
v2GetBookSymbolP0(params?: {}): Promise<implicitReturnType>;
|
|
11
|
-
v2GetBookSymbolP1(params?: {}): Promise<implicitReturnType>;
|
|
12
|
-
v2GetBookSymbolP2(params?: {}): Promise<implicitReturnType>;
|
|
13
|
-
v2GetBookSymbolP3(params?: {}): Promise<implicitReturnType>;
|
|
14
|
-
v2GetBookSymbolR0(params?: {}): Promise<implicitReturnType>;
|
|
15
|
-
v2GetStats1KeySizeSymbolSideSection(params?: {}): Promise<implicitReturnType>;
|
|
16
|
-
v2GetStats1KeySizeSymbolSection(params?: {}): Promise<implicitReturnType>;
|
|
17
|
-
v2GetStats1KeySizeSymbolLongLast(params?: {}): Promise<implicitReturnType>;
|
|
18
|
-
v2GetStats1KeySizeSymbolLongHist(params?: {}): Promise<implicitReturnType>;
|
|
19
|
-
v2GetStats1KeySizeSymbolShortLast(params?: {}): Promise<implicitReturnType>;
|
|
20
|
-
v2GetStats1KeySizeSymbolShortHist(params?: {}): Promise<implicitReturnType>;
|
|
21
|
-
v2GetCandlesTradeTimeframeSymbolSection(params?: {}): Promise<implicitReturnType>;
|
|
22
|
-
v2GetCandlesTradeTimeframeSymbolLast(params?: {}): Promise<implicitReturnType>;
|
|
23
|
-
v2GetCandlesTradeTimeframeSymbolHist(params?: {}): Promise<implicitReturnType>;
|
|
24
|
-
publicGetBookSymbol(params?: {}): Promise<implicitReturnType>;
|
|
25
|
-
publicGetLendbookCurrency(params?: {}): Promise<implicitReturnType>;
|
|
26
|
-
publicGetLendsCurrency(params?: {}): Promise<implicitReturnType>;
|
|
27
|
-
publicGetPubtickerSymbol(params?: {}): Promise<implicitReturnType>;
|
|
28
|
-
publicGetStatsSymbol(params?: {}): Promise<implicitReturnType>;
|
|
29
|
-
publicGetSymbols(params?: {}): Promise<implicitReturnType>;
|
|
30
|
-
publicGetSymbolsDetails(params?: {}): Promise<implicitReturnType>;
|
|
31
|
-
publicGetTickers(params?: {}): Promise<implicitReturnType>;
|
|
32
|
-
publicGetTradesSymbol(params?: {}): Promise<implicitReturnType>;
|
|
33
|
-
privatePostAccountFees(params?: {}): Promise<implicitReturnType>;
|
|
34
|
-
privatePostAccountInfos(params?: {}): Promise<implicitReturnType>;
|
|
35
|
-
privatePostBalances(params?: {}): Promise<implicitReturnType>;
|
|
36
|
-
privatePostBasketManage(params?: {}): Promise<implicitReturnType>;
|
|
37
|
-
privatePostCredits(params?: {}): Promise<implicitReturnType>;
|
|
38
|
-
privatePostDepositNew(params?: {}): Promise<implicitReturnType>;
|
|
39
|
-
privatePostFundingClose(params?: {}): Promise<implicitReturnType>;
|
|
40
|
-
privatePostHistory(params?: {}): Promise<implicitReturnType>;
|
|
41
|
-
privatePostHistoryMovements(params?: {}): Promise<implicitReturnType>;
|
|
42
|
-
privatePostKeyInfo(params?: {}): Promise<implicitReturnType>;
|
|
43
|
-
privatePostMarginInfos(params?: {}): Promise<implicitReturnType>;
|
|
44
|
-
privatePostMytrades(params?: {}): Promise<implicitReturnType>;
|
|
45
|
-
privatePostMytradesFunding(params?: {}): Promise<implicitReturnType>;
|
|
46
|
-
privatePostOfferCancel(params?: {}): Promise<implicitReturnType>;
|
|
47
|
-
privatePostOfferNew(params?: {}): Promise<implicitReturnType>;
|
|
48
|
-
privatePostOfferStatus(params?: {}): Promise<implicitReturnType>;
|
|
49
|
-
privatePostOffers(params?: {}): Promise<implicitReturnType>;
|
|
50
|
-
privatePostOffersHist(params?: {}): Promise<implicitReturnType>;
|
|
51
|
-
privatePostOrderCancel(params?: {}): Promise<implicitReturnType>;
|
|
52
|
-
privatePostOrderCancelAll(params?: {}): Promise<implicitReturnType>;
|
|
53
|
-
privatePostOrderCancelMulti(params?: {}): Promise<implicitReturnType>;
|
|
54
|
-
privatePostOrderCancelReplace(params?: {}): Promise<implicitReturnType>;
|
|
55
|
-
privatePostOrderNew(params?: {}): Promise<implicitReturnType>;
|
|
56
|
-
privatePostOrderNewMulti(params?: {}): Promise<implicitReturnType>;
|
|
57
|
-
privatePostOrderStatus(params?: {}): Promise<implicitReturnType>;
|
|
58
|
-
privatePostOrders(params?: {}): Promise<implicitReturnType>;
|
|
59
|
-
privatePostOrdersHist(params?: {}): Promise<implicitReturnType>;
|
|
60
|
-
privatePostPositionClaim(params?: {}): Promise<implicitReturnType>;
|
|
61
|
-
privatePostPositionClose(params?: {}): Promise<implicitReturnType>;
|
|
62
|
-
privatePostPositions(params?: {}): Promise<implicitReturnType>;
|
|
63
|
-
privatePostSummary(params?: {}): Promise<implicitReturnType>;
|
|
64
|
-
privatePostTakenFunds(params?: {}): Promise<implicitReturnType>;
|
|
65
|
-
privatePostTotalTakenFunds(params?: {}): Promise<implicitReturnType>;
|
|
66
|
-
privatePostTransfer(params?: {}): Promise<implicitReturnType>;
|
|
67
|
-
privatePostUnusedTakenFunds(params?: {}): Promise<implicitReturnType>;
|
|
68
|
-
privatePostWithdraw(params?: {}): Promise<implicitReturnType>;
|
|
69
|
-
}
|
|
70
|
-
declare abstract class Exchange extends _Exchange {
|
|
71
|
-
}
|
|
72
|
-
export default Exchange;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// ----------------------------------------------------------------------------
|
|
2
|
-
|
|
3
|
-
// PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:
|
|
4
|
-
// https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code
|
|
5
|
-
// EDIT THE CORRESPONDENT .ts FILE INSTEAD
|
|
6
|
-
|
|
7
|
-
// -------------------------------------------------------------------------------
|
|
8
|
-
import { Exchange as _Exchange } from '../base/Exchange.js';
|
|
9
|
-
class Exchange extends _Exchange {
|
|
10
|
-
}
|
|
11
|
-
export default Exchange;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { implicitReturnType } from '../base/types.js';
|
|
2
|
-
import _onetrading from '../onetrading.js';
|
|
3
|
-
interface onetrading {
|
|
4
|
-
publicGetCurrencies(params?: {}): Promise<implicitReturnType>;
|
|
5
|
-
publicGetCandlesticksInstrumentCode(params?: {}): Promise<implicitReturnType>;
|
|
6
|
-
publicGetFees(params?: {}): Promise<implicitReturnType>;
|
|
7
|
-
publicGetInstruments(params?: {}): Promise<implicitReturnType>;
|
|
8
|
-
publicGetOrderBookInstrumentCode(params?: {}): Promise<implicitReturnType>;
|
|
9
|
-
publicGetMarketTicker(params?: {}): Promise<implicitReturnType>;
|
|
10
|
-
publicGetMarketTickerInstrumentCode(params?: {}): Promise<implicitReturnType>;
|
|
11
|
-
publicGetTime(params?: {}): Promise<implicitReturnType>;
|
|
12
|
-
privateGetAccountBalances(params?: {}): Promise<implicitReturnType>;
|
|
13
|
-
privateGetAccountFees(params?: {}): Promise<implicitReturnType>;
|
|
14
|
-
privateGetAccountOrders(params?: {}): Promise<implicitReturnType>;
|
|
15
|
-
privateGetAccountOrdersOrderId(params?: {}): Promise<implicitReturnType>;
|
|
16
|
-
privateGetAccountOrdersOrderIdTrades(params?: {}): Promise<implicitReturnType>;
|
|
17
|
-
privateGetAccountTrades(params?: {}): Promise<implicitReturnType>;
|
|
18
|
-
privateGetAccountTradesTradeId(params?: {}): Promise<implicitReturnType>;
|
|
19
|
-
privatePostAccountOrders(params?: {}): Promise<implicitReturnType>;
|
|
20
|
-
privateDeleteAccountOrders(params?: {}): Promise<implicitReturnType>;
|
|
21
|
-
privateDeleteAccountOrdersOrderId(params?: {}): Promise<implicitReturnType>;
|
|
22
|
-
privateDeleteAccountOrdersClientClientId(params?: {}): Promise<implicitReturnType>;
|
|
23
|
-
}
|
|
24
|
-
declare abstract class onetrading extends _onetrading {
|
|
25
|
-
}
|
|
26
|
-
export default onetrading;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// ----------------------------------------------------------------------------
|
|
2
|
-
|
|
3
|
-
// PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:
|
|
4
|
-
// https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code
|
|
5
|
-
// EDIT THE CORRESPONDENT .ts FILE INSTEAD
|
|
6
|
-
|
|
7
|
-
// -------------------------------------------------------------------------------
|
|
8
|
-
import _onetrading from '../onetrading.js';
|
|
9
|
-
class onetrading extends _onetrading {
|
|
10
|
-
}
|
|
11
|
-
export default onetrading;
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { implicitReturnType } from '../base/types.js';
|
|
2
|
-
import { Exchange as _Exchange } from '../base/Exchange.js';
|
|
3
|
-
interface Exchange {
|
|
4
|
-
publicGetContractsActive(params?: {}): Promise<implicitReturnType>;
|
|
5
|
-
publicGetContractsSymbol(params?: {}): Promise<implicitReturnType>;
|
|
6
|
-
publicGetTicker(params?: {}): Promise<implicitReturnType>;
|
|
7
|
-
publicGetTickers(params?: {}): Promise<implicitReturnType>;
|
|
8
|
-
publicGetLevel2Snapshot(params?: {}): Promise<implicitReturnType>;
|
|
9
|
-
publicGetLevel2Depth(params?: {}): Promise<implicitReturnType>;
|
|
10
|
-
publicGetLevel2MessageQuery(params?: {}): Promise<implicitReturnType>;
|
|
11
|
-
publicGetLevel3Snapshot(params?: {}): Promise<implicitReturnType>;
|
|
12
|
-
publicGetTradeHistory(params?: {}): Promise<implicitReturnType>;
|
|
13
|
-
publicGetInterestQuery(params?: {}): Promise<implicitReturnType>;
|
|
14
|
-
publicGetIndexQuery(params?: {}): Promise<implicitReturnType>;
|
|
15
|
-
publicGetMarkPriceSymbolCurrent(params?: {}): Promise<implicitReturnType>;
|
|
16
|
-
publicGetPremiumQuery(params?: {}): Promise<implicitReturnType>;
|
|
17
|
-
publicGetFundingRateSymbolCurrent(params?: {}): Promise<implicitReturnType>;
|
|
18
|
-
publicGetTimestamp(params?: {}): Promise<implicitReturnType>;
|
|
19
|
-
publicGetStatus(params?: {}): Promise<implicitReturnType>;
|
|
20
|
-
publicGetKlineQuery(params?: {}): Promise<implicitReturnType>;
|
|
21
|
-
publicPostBulletPublic(params?: {}): Promise<implicitReturnType>;
|
|
22
|
-
privateGetAccountOverview(params?: {}): Promise<implicitReturnType>;
|
|
23
|
-
privateGetTransactionHistory(params?: {}): Promise<implicitReturnType>;
|
|
24
|
-
privateGetMaxActiveOrders(params?: {}): Promise<implicitReturnType>;
|
|
25
|
-
privateGetMaxRiskLimit(params?: {}): Promise<implicitReturnType>;
|
|
26
|
-
privateGetUserFeeRate(params?: {}): Promise<implicitReturnType>;
|
|
27
|
-
privateGetMarginTypeQuery(params?: {}): Promise<implicitReturnType>;
|
|
28
|
-
privateGetOrders(params?: {}): Promise<implicitReturnType>;
|
|
29
|
-
privateGetStopOrders(params?: {}): Promise<implicitReturnType>;
|
|
30
|
-
privateGetRecentDoneOrders(params?: {}): Promise<implicitReturnType>;
|
|
31
|
-
privateGetOrdersOrderId(params?: {}): Promise<implicitReturnType>;
|
|
32
|
-
privateGetClientOrderIdClientOid(params?: {}): Promise<implicitReturnType>;
|
|
33
|
-
privateGetFills(params?: {}): Promise<implicitReturnType>;
|
|
34
|
-
privateGetOpenOrderStatistics(params?: {}): Promise<implicitReturnType>;
|
|
35
|
-
privateGetPosition(params?: {}): Promise<implicitReturnType>;
|
|
36
|
-
privateGetPositions(params?: {}): Promise<implicitReturnType>;
|
|
37
|
-
privateGetFundingHistory(params?: {}): Promise<implicitReturnType>;
|
|
38
|
-
privatePostOrders(params?: {}): Promise<implicitReturnType>;
|
|
39
|
-
privatePostBatchOrders(params?: {}): Promise<implicitReturnType>;
|
|
40
|
-
privatePostPositionMarginAutoDepositStatus(params?: {}): Promise<implicitReturnType>;
|
|
41
|
-
privatePostPositionMarginDepositMargin(params?: {}): Promise<implicitReturnType>;
|
|
42
|
-
privatePostPositionMarginWithdrawMargin(params?: {}): Promise<implicitReturnType>;
|
|
43
|
-
privatePostBulletPrivate(params?: {}): Promise<implicitReturnType>;
|
|
44
|
-
privatePostMarginTypeChange(params?: {}): Promise<implicitReturnType>;
|
|
45
|
-
privateDeleteOrdersOrderId(params?: {}): Promise<implicitReturnType>;
|
|
46
|
-
privateDeleteOrders(params?: {}): Promise<implicitReturnType>;
|
|
47
|
-
privateDeleteStopOrders(params?: {}): Promise<implicitReturnType>;
|
|
48
|
-
}
|
|
49
|
-
declare abstract class Exchange extends _Exchange {
|
|
50
|
-
}
|
|
51
|
-
export default Exchange;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// ----------------------------------------------------------------------------
|
|
2
|
-
|
|
3
|
-
// PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:
|
|
4
|
-
// https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code
|
|
5
|
-
// EDIT THE CORRESPONDENT .ts FILE INSTEAD
|
|
6
|
-
|
|
7
|
-
// -------------------------------------------------------------------------------
|
|
8
|
-
import { Exchange as _Exchange } from '../base/Exchange.js';
|
|
9
|
-
class Exchange extends _Exchange {
|
|
10
|
-
}
|
|
11
|
-
export default Exchange;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { implicitReturnType } from '../base/types.js';
|
|
2
|
-
import { Exchange as _Exchange } from '../base/Exchange.js';
|
|
3
|
-
interface Exchange {
|
|
4
|
-
publicGetExchangeInfo(params?: {}): Promise<implicitReturnType>;
|
|
5
|
-
publicGetDepth(params?: {}): Promise<implicitReturnType>;
|
|
6
|
-
publicGetPing(params?: {}): Promise<implicitReturnType>;
|
|
7
|
-
publicGetSystemStatus(params?: {}): Promise<implicitReturnType>;
|
|
8
|
-
publicGetTickers24hr(params?: {}): Promise<implicitReturnType>;
|
|
9
|
-
publicGetTicker24hr(params?: {}): Promise<implicitReturnType>;
|
|
10
|
-
publicGetTime(params?: {}): Promise<implicitReturnType>;
|
|
11
|
-
publicGetTrades(params?: {}): Promise<implicitReturnType>;
|
|
12
|
-
publicGetKlines(params?: {}): Promise<implicitReturnType>;
|
|
13
|
-
privateGetAccount(params?: {}): Promise<implicitReturnType>;
|
|
14
|
-
privateGetAllOrders(params?: {}): Promise<implicitReturnType>;
|
|
15
|
-
privateGetFunds(params?: {}): Promise<implicitReturnType>;
|
|
16
|
-
privateGetHistoricalTrades(params?: {}): Promise<implicitReturnType>;
|
|
17
|
-
privateGetOpenOrders(params?: {}): Promise<implicitReturnType>;
|
|
18
|
-
privateGetOrder(params?: {}): Promise<implicitReturnType>;
|
|
19
|
-
privateGetMyTrades(params?: {}): Promise<implicitReturnType>;
|
|
20
|
-
privateGetCoins(params?: {}): Promise<implicitReturnType>;
|
|
21
|
-
privateGetCryptoWithdraws(params?: {}): Promise<implicitReturnType>;
|
|
22
|
-
privateGetCryptoDepositsAddress(params?: {}): Promise<implicitReturnType>;
|
|
23
|
-
privateGetSubAccountFundTransferHistory(params?: {}): Promise<implicitReturnType>;
|
|
24
|
-
privateGetSubAccountAccounts(params?: {}): Promise<implicitReturnType>;
|
|
25
|
-
privatePostOrder(params?: {}): Promise<implicitReturnType>;
|
|
26
|
-
privatePostOrderTest(params?: {}): Promise<implicitReturnType>;
|
|
27
|
-
privatePostCreateAuthToken(params?: {}): Promise<implicitReturnType>;
|
|
28
|
-
privateDeleteOrder(params?: {}): Promise<implicitReturnType>;
|
|
29
|
-
privateDeleteOpenOrders(params?: {}): Promise<implicitReturnType>;
|
|
30
|
-
}
|
|
31
|
-
declare abstract class Exchange extends _Exchange {
|
|
32
|
-
}
|
|
33
|
-
export default Exchange;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// ----------------------------------------------------------------------------
|
|
2
|
-
|
|
3
|
-
// PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:
|
|
4
|
-
// https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code
|
|
5
|
-
// EDIT THE CORRESPONDENT .ts FILE INSTEAD
|
|
6
|
-
|
|
7
|
-
// -------------------------------------------------------------------------------
|
|
8
|
-
import { Exchange as _Exchange } from '../base/Exchange.js';
|
|
9
|
-
class Exchange extends _Exchange {
|
|
10
|
-
}
|
|
11
|
-
export default Exchange;
|
package/js/src/bitcoincom.d.ts
DELETED
package/js/src/bitcoincom.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
// ----------------------------------------------------------------------------
|
|
2
|
-
|
|
3
|
-
// PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:
|
|
4
|
-
// https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code
|
|
5
|
-
// EDIT THE CORRESPONDENT .ts FILE INSTEAD
|
|
6
|
-
|
|
7
|
-
// ---------------------------------------------------------------------------
|
|
8
|
-
import fmfwio from './fmfwio.js';
|
|
9
|
-
// ---------------------------------------------------------------------------
|
|
10
|
-
export default class bitcoincom extends fmfwio {
|
|
11
|
-
describe() {
|
|
12
|
-
return this.deepExtend(super.describe(), {
|
|
13
|
-
'id': 'bitcoincom',
|
|
14
|
-
'name': 'Bitcoin.com',
|
|
15
|
-
'alias': true,
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
}
|
package/js/src/bitpanda.d.ts
DELETED
package/js/src/bitpanda.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
// ----------------------------------------------------------------------------
|
|
2
|
-
|
|
3
|
-
// PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:
|
|
4
|
-
// https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code
|
|
5
|
-
// EDIT THE CORRESPONDENT .ts FILE INSTEAD
|
|
6
|
-
|
|
7
|
-
// ---------------------------------------------------------------------------
|
|
8
|
-
import onetrading from './onetrading.js';
|
|
9
|
-
// ---------------------------------------------------------------------------
|
|
10
|
-
export default class bitpanda extends onetrading {
|
|
11
|
-
describe() {
|
|
12
|
-
return this.deepExtend(super.describe(), {
|
|
13
|
-
'id': 'bitpanda',
|
|
14
|
-
'alias': true,
|
|
15
|
-
});
|
|
16
|
-
}
|
|
17
|
-
}
|