ccxt-ir 4.9.13 → 4.9.14
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.min.js +2 -2
- package/dist/cjs/ccxt.js +229 -229
- package/dist/cjs/package.json +1 -1
- package/dist/cjs/src/abantether.js +344 -344
- package/dist/cjs/src/abstract/bitbarg.js +1 -1
- package/dist/cjs/src/abstract/bydfi.js +1 -1
- package/dist/cjs/src/abstract/cafearz.js +1 -1
- package/dist/cjs/src/abstract/hamtapay.js +1 -1
- package/dist/cjs/src/abstract/kifpoolme.js +1 -1
- package/dist/cjs/src/abstract/mazdax.js +1 -1
- package/dist/cjs/src/abstract/pingi.js +1 -1
- package/dist/cjs/src/abstract/pooleno.js +1 -1
- package/dist/cjs/src/afratether.js +347 -347
- package/dist/cjs/src/arzplus.js +572 -572
- package/dist/cjs/src/bitbarg.js +303 -303
- package/dist/cjs/src/bydfi.js +425 -425
- package/dist/cjs/src/cafearz.js +337 -337
- package/dist/cjs/src/hamtapay.js +291 -291
- package/dist/cjs/src/kifpoolme.js +401 -401
- package/dist/cjs/src/mazdax.js +525 -526
- package/dist/cjs/src/pingi.js +437 -438
- package/dist/cjs/src/pooleno.js +338 -338
- package/dist/cjs/src/tetherland.js +358 -358
- package/dist/cjs/src/twox.js +362 -362
- package/js/ccxt.d.ts +673 -673
- package/js/ccxt.js +491 -491
- package/js/src/abantether.js +347 -347
- package/js/src/abstract/abantether.d.ts +8 -8
- package/js/src/abstract/arzplus.d.ts +11 -11
- package/js/src/abstract/bitbarg.d.ts +8 -8
- package/js/src/abstract/bitbarg.js +5 -5
- package/js/src/abstract/bydfi.d.ts +11 -11
- package/js/src/abstract/bydfi.js +5 -5
- package/js/src/abstract/cafearz.d.ts +8 -8
- package/js/src/abstract/cafearz.js +5 -5
- package/js/src/abstract/hamtapay.d.ts +9 -9
- package/js/src/abstract/hamtapay.js +5 -5
- package/js/src/abstract/kifpoolme.d.ts +9 -9
- package/js/src/abstract/kifpoolme.js +5 -5
- package/js/src/abstract/mazdax.d.ts +11 -11
- package/js/src/abstract/mazdax.js +5 -5
- package/js/src/abstract/pingi.d.ts +9 -9
- package/js/src/abstract/pingi.js +5 -5
- package/js/src/abstract/pooleno.d.ts +8 -8
- package/js/src/abstract/pooleno.js +5 -5
- package/js/src/afratether.js +350 -350
- package/js/src/arzplus.d.ts +26 -26
- package/js/src/arzplus.js +575 -575
- package/js/src/base/Exchange.d.ts +926 -926
- package/js/src/base/types.d.ts +586 -586
- package/js/src/bitbarg.d.ts +21 -21
- package/js/src/bitbarg.js +306 -306
- package/js/src/bydfi.d.ts +23 -23
- package/js/src/bydfi.js +428 -428
- package/js/src/cafearz.d.ts +21 -21
- package/js/src/cafearz.js +340 -340
- package/js/src/coinbaseexchange.d.ts +334 -334
- package/js/src/hamtapay.d.ts +21 -21
- package/js/src/hamtapay.js +294 -294
- package/js/src/kifpoolme.d.ts +23 -23
- package/js/src/kifpoolme.js +404 -404
- package/js/src/mazdax.d.ts +23 -23
- package/js/src/mazdax.js +528 -529
- package/js/src/pingi.d.ts +22 -22
- package/js/src/pingi.js +440 -441
- package/js/src/pooleno.d.ts +21 -21
- package/js/src/pooleno.js +341 -341
- package/js/src/protobuf/mexc/compiled.d.cts +2 -2
- package/js/src/static_dependencies/fflake/browser.d.ts +222 -222
- package/js/src/static_dependencies/jsencrypt/lib/asn1js/asn1.d.ts +51 -51
- package/js/src/static_dependencies/jsencrypt/lib/jsbn/jsbn.d.ts +101 -101
- package/js/src/static_dependencies/noble-curves/abstract/weierstrass.d.ts +204 -204
- package/js/src/static_dependencies/qs/formats.d.cts +8 -8
- package/js/src/static_dependencies/qs/index.d.cts +4 -4
- package/js/src/static_dependencies/qs/parse.d.cts +2 -2
- package/js/src/static_dependencies/qs/stringify.d.cts +2 -2
- package/js/src/static_dependencies/qs/utils.d.cts +9 -9
- package/js/src/static_dependencies/starknet/utils/calldata/parser/index.d.ts +5 -5
- package/js/src/tetherland.js +361 -361
- package/js/src/twox.js +365 -365
- package/package.json +1 -1
package/js/ccxt.d.ts
CHANGED
|
@@ -1,673 +1,673 @@
|
|
|
1
|
-
import { Exchange } from './src/base/Exchange.js';
|
|
2
|
-
import { Precise } from './src/base/Precise.js';
|
|
3
|
-
import * as functions from './src/base/functions.js';
|
|
4
|
-
import * as errors from './src/base/errors.js';
|
|
5
|
-
import type { Int, int, Str, Strings, Num, Bool, IndexType, OrderSide, OrderType, MarketType, SubType, Dict, NullableDict, List, NullableList, Fee, OHLCV, OHLCVC, implicitReturnType, Market, Currency, Dictionary, MinMax, FeeInterface, TradingFeeInterface, MarketMarginModes, MarketInterface, Trade, Order, OrderBook, Ticker, Transaction, Tickers, CurrencyInterface, Balance, BalanceAccount, Account, PartialBalances, Balances, DepositAddress, WithdrawalResponse, FundingRate, FundingRates, Position, BorrowInterest, LeverageTier, LedgerEntry, DepositWithdrawFeeNetwork, DepositWithdrawFee, TransferEntry, CrossBorrowRate, IsolatedBorrowRate, FundingRateHistory, OpenInterest, Liquidation, OrderRequest, CancellationRequest, FundingHistory, MarginMode, Greeks, Conversion, Option, LastPrice, Leverage, MarginModification, Leverages, LastPrices, Currencies, TradingFees, MarginModes, OptionChain, IsolatedBorrowRates, CrossBorrowRates, LeverageTiers, LongShortRatio, OrderBooks, OpenInterests, ConstructorArgs } from './src/base/types.js';
|
|
6
|
-
import { BaseError, ExchangeError, AuthenticationError, PermissionDenied, AccountNotEnabled, AccountSuspended, ArgumentsRequired, BadRequest, BadSymbol, OperationRejected, NoChange, MarginModeAlreadySet, MarketClosed, ManualInteractionNeeded, RestrictedLocation, InsufficientFunds, InvalidAddress, AddressPending, InvalidOrder, OrderNotFound, OrderNotCached, OrderImmediatelyFillable, OrderNotFillable, DuplicateOrderId, ContractUnavailable, NotSupported, InvalidProxySettings, ExchangeClosedByUser, OperationFailed, NetworkError, DDoSProtection, RateLimitExceeded, ExchangeNotAvailable, OnMaintenance, InvalidNonce, ChecksumError, RequestTimeout, BadResponse, NullResponse, CancelPending, UnsubscribeError } from './src/base/errors.js';
|
|
7
|
-
declare const version = "4.9.
|
|
8
|
-
import abantether from './src/abantether.js';
|
|
9
|
-
import afratether from './src/afratether.js';
|
|
10
|
-
import alpaca from './src/alpaca.js';
|
|
11
|
-
import apex from './src/apex.js';
|
|
12
|
-
import arzinja from './src/arzinja.js';
|
|
13
|
-
import arzplus from './src/arzplus.js';
|
|
14
|
-
import ascendex from './src/ascendex.js';
|
|
15
|
-
import bequant from './src/bequant.js';
|
|
16
|
-
import bigone from './src/bigone.js';
|
|
17
|
-
import binance from './src/binance.js';
|
|
18
|
-
import binancecoinm from './src/binancecoinm.js';
|
|
19
|
-
import binanceus from './src/binanceus.js';
|
|
20
|
-
import binanceusdm from './src/binanceusdm.js';
|
|
21
|
-
import bingx from './src/bingx.js';
|
|
22
|
-
import bit24 from './src/bit24.js';
|
|
23
|
-
import bit2c from './src/bit2c.js';
|
|
24
|
-
import bitbank from './src/bitbank.js';
|
|
25
|
-
import bitbarg from './src/bitbarg.js';
|
|
26
|
-
import bitbns from './src/bitbns.js';
|
|
27
|
-
import bitfinex from './src/bitfinex.js';
|
|
28
|
-
import bitflyer from './src/bitflyer.js';
|
|
29
|
-
import bitget from './src/bitget.js';
|
|
30
|
-
import bithumb from './src/bithumb.js';
|
|
31
|
-
import bitimen from './src/bitimen.js';
|
|
32
|
-
import bitir from './src/bitir.js';
|
|
33
|
-
import bitmart from './src/bitmart.js';
|
|
34
|
-
import bitmex from './src/bitmex.js';
|
|
35
|
-
import bitopro from './src/bitopro.js';
|
|
36
|
-
import bitpin from './src/bitpin.js';
|
|
37
|
-
import bitrue from './src/bitrue.js';
|
|
38
|
-
import bitso from './src/bitso.js';
|
|
39
|
-
import bitstamp from './src/bitstamp.js';
|
|
40
|
-
import bitteam from './src/bitteam.js';
|
|
41
|
-
import bittrade from './src/bittrade.js';
|
|
42
|
-
import bitunix from './src/bitunix.js';
|
|
43
|
-
import bitvavo from './src/bitvavo.js';
|
|
44
|
-
import blockchaincom from './src/blockchaincom.js';
|
|
45
|
-
import blofin from './src/blofin.js';
|
|
46
|
-
import btcalpha from './src/btcalpha.js';
|
|
47
|
-
import btcbox from './src/btcbox.js';
|
|
48
|
-
import btcmarkets from './src/btcmarkets.js';
|
|
49
|
-
import btcturk from './src/btcturk.js';
|
|
50
|
-
import bybit from './src/bybit.js';
|
|
51
|
-
import bydfi from './src/bydfi.js';
|
|
52
|
-
import cafearz from './src/cafearz.js';
|
|
53
|
-
import cex from './src/cex.js';
|
|
54
|
-
import coinbase from './src/coinbase.js';
|
|
55
|
-
import coinbaseadvanced from './src/coinbaseadvanced.js';
|
|
56
|
-
import coinbaseexchange from './src/coinbaseexchange.js';
|
|
57
|
-
import coinbaseinternational from './src/coinbaseinternational.js';
|
|
58
|
-
import coincatch from './src/coincatch.js';
|
|
59
|
-
import coincheck from './src/coincheck.js';
|
|
60
|
-
import coinex from './src/coinex.js';
|
|
61
|
-
import coinmate from './src/coinmate.js';
|
|
62
|
-
import coinmetro from './src/coinmetro.js';
|
|
63
|
-
import coinone from './src/coinone.js';
|
|
64
|
-
import coinsph from './src/coinsph.js';
|
|
65
|
-
import coinspot from './src/coinspot.js';
|
|
66
|
-
import cryptocom from './src/cryptocom.js';
|
|
67
|
-
import cryptomus from './src/cryptomus.js';
|
|
68
|
-
import defx from './src/defx.js';
|
|
69
|
-
import delta from './src/delta.js';
|
|
70
|
-
import deribit from './src/deribit.js';
|
|
71
|
-
import derive from './src/derive.js';
|
|
72
|
-
import digifinex from './src/digifinex.js';
|
|
73
|
-
import ellipx from './src/ellipx.js';
|
|
74
|
-
import eterex from './src/eterex.js';
|
|
75
|
-
import excoino from './src/excoino.js';
|
|
76
|
-
import exir from './src/exir.js';
|
|
77
|
-
import exmo from './src/exmo.js';
|
|
78
|
-
import exnovin from './src/exnovin.js';
|
|
79
|
-
import farhadexchange from './src/farhadexchange.js';
|
|
80
|
-
import fmfwio from './src/fmfwio.js';
|
|
81
|
-
import foxbit from './src/foxbit.js';
|
|
82
|
-
import gate from './src/gate.js';
|
|
83
|
-
import gateio from './src/gateio.js';
|
|
84
|
-
import gemini from './src/gemini.js';
|
|
85
|
-
import hamtapay from './src/hamtapay.js';
|
|
86
|
-
import hashkey from './src/hashkey.js';
|
|
87
|
-
import hibachi from './src/hibachi.js';
|
|
88
|
-
import hitbtc from './src/hitbtc.js';
|
|
89
|
-
import hitobit from './src/hitobit.js';
|
|
90
|
-
import hollaex from './src/hollaex.js';
|
|
91
|
-
import htx from './src/htx.js';
|
|
92
|
-
import huobi from './src/huobi.js';
|
|
93
|
-
import hyperliquid from './src/hyperliquid.js';
|
|
94
|
-
import independentreserve from './src/independentreserve.js';
|
|
95
|
-
import indodax from './src/indodax.js';
|
|
96
|
-
import jibitex from './src/jibitex.js';
|
|
97
|
-
import kcex from './src/kcex.js';
|
|
98
|
-
import kifpoolme from './src/kifpoolme.js';
|
|
99
|
-
import kraken from './src/kraken.js';
|
|
100
|
-
import krakenfutures from './src/krakenfutures.js';
|
|
101
|
-
import kucoin from './src/kucoin.js';
|
|
102
|
-
import kucoinfutures from './src/kucoinfutures.js';
|
|
103
|
-
import latoken from './src/latoken.js';
|
|
104
|
-
import lbank from './src/lbank.js';
|
|
105
|
-
import luno from './src/luno.js';
|
|
106
|
-
import mazdax from './src/mazdax.js';
|
|
107
|
-
import mercado from './src/mercado.js';
|
|
108
|
-
import mexc from './src/mexc.js';
|
|
109
|
-
import modetrade from './src/modetrade.js';
|
|
110
|
-
import myokx from './src/myokx.js';
|
|
111
|
-
import ndax from './src/ndax.js';
|
|
112
|
-
import nobitex from './src/nobitex.js';
|
|
113
|
-
import novadax from './src/novadax.js';
|
|
114
|
-
import oceanex from './src/oceanex.js';
|
|
115
|
-
import okcoin from './src/okcoin.js';
|
|
116
|
-
import okexchange from './src/okexchange.js';
|
|
117
|
-
import okx from './src/okx.js';
|
|
118
|
-
import okxus from './src/okxus.js';
|
|
119
|
-
import ompfinex from './src/ompfinex.js';
|
|
120
|
-
import onetrading from './src/onetrading.js';
|
|
121
|
-
import oxfun from './src/oxfun.js';
|
|
122
|
-
import p2b from './src/p2b.js';
|
|
123
|
-
import paradex from './src/paradex.js';
|
|
124
|
-
import paymium from './src/paymium.js';
|
|
125
|
-
import phemex from './src/phemex.js';
|
|
126
|
-
import pingi from './src/pingi.js';
|
|
127
|
-
import poloniex from './src/poloniex.js';
|
|
128
|
-
import pooleno from './src/pooleno.js';
|
|
129
|
-
import probit from './src/probit.js';
|
|
130
|
-
import ramzinex from './src/ramzinex.js';
|
|
131
|
-
import sarmayex from './src/sarmayex.js';
|
|
132
|
-
import sarrafex from './src/sarrafex.js';
|
|
133
|
-
import tabdeal from './src/tabdeal.js';
|
|
134
|
-
import tetherland from './src/tetherland.js';
|
|
135
|
-
import timex from './src/timex.js';
|
|
136
|
-
import tokocrypto from './src/tokocrypto.js';
|
|
137
|
-
import toobit from './src/toobit.js';
|
|
138
|
-
import tradeogre from './src/tradeogre.js';
|
|
139
|
-
import twox from './src/twox.js';
|
|
140
|
-
import ubitex from './src/ubitex.js';
|
|
141
|
-
import upbit from './src/upbit.js';
|
|
142
|
-
import vertex from './src/vertex.js';
|
|
143
|
-
import wallex from './src/wallex.js';
|
|
144
|
-
import wavesexchange from './src/wavesexchange.js';
|
|
145
|
-
import whitebit from './src/whitebit.js';
|
|
146
|
-
import woo from './src/woo.js';
|
|
147
|
-
import woofipro from './src/woofipro.js';
|
|
148
|
-
import xt from './src/xt.js';
|
|
149
|
-
import yobit from './src/yobit.js';
|
|
150
|
-
import zaif from './src/zaif.js';
|
|
151
|
-
import zonda from './src/zonda.js';
|
|
152
|
-
import alpacaPro from './src/pro/alpaca.js';
|
|
153
|
-
import apexPro from './src/pro/apex.js';
|
|
154
|
-
import ascendexPro from './src/pro/ascendex.js';
|
|
155
|
-
import bequantPro from './src/pro/bequant.js';
|
|
156
|
-
import binancePro from './src/pro/binance.js';
|
|
157
|
-
import binancecoinmPro from './src/pro/binancecoinm.js';
|
|
158
|
-
import binanceusPro from './src/pro/binanceus.js';
|
|
159
|
-
import binanceusdmPro from './src/pro/binanceusdm.js';
|
|
160
|
-
import bingxPro from './src/pro/bingx.js';
|
|
161
|
-
import bitfinexPro from './src/pro/bitfinex.js';
|
|
162
|
-
import bitgetPro from './src/pro/bitget.js';
|
|
163
|
-
import bithumbPro from './src/pro/bithumb.js';
|
|
164
|
-
import bitmartPro from './src/pro/bitmart.js';
|
|
165
|
-
import bitmexPro from './src/pro/bitmex.js';
|
|
166
|
-
import bitoproPro from './src/pro/bitopro.js';
|
|
167
|
-
import bitruePro from './src/pro/bitrue.js';
|
|
168
|
-
import bitstampPro from './src/pro/bitstamp.js';
|
|
169
|
-
import bittradePro from './src/pro/bittrade.js';
|
|
170
|
-
import bitvavoPro from './src/pro/bitvavo.js';
|
|
171
|
-
import blockchaincomPro from './src/pro/blockchaincom.js';
|
|
172
|
-
import blofinPro from './src/pro/blofin.js';
|
|
173
|
-
import bybitPro from './src/pro/bybit.js';
|
|
174
|
-
import cexPro from './src/pro/cex.js';
|
|
175
|
-
import coinbasePro from './src/pro/coinbase.js';
|
|
176
|
-
import coinbaseadvancedPro from './src/pro/coinbaseadvanced.js';
|
|
177
|
-
import coinbaseexchangePro from './src/pro/coinbaseexchange.js';
|
|
178
|
-
import coinbaseinternationalPro from './src/pro/coinbaseinternational.js';
|
|
179
|
-
import coincatchPro from './src/pro/coincatch.js';
|
|
180
|
-
import coincheckPro from './src/pro/coincheck.js';
|
|
181
|
-
import coinexPro from './src/pro/coinex.js';
|
|
182
|
-
import coinonePro from './src/pro/coinone.js';
|
|
183
|
-
import cryptocomPro from './src/pro/cryptocom.js';
|
|
184
|
-
import defxPro from './src/pro/defx.js';
|
|
185
|
-
import deribitPro from './src/pro/deribit.js';
|
|
186
|
-
import derivePro from './src/pro/derive.js';
|
|
187
|
-
import exmoPro from './src/pro/exmo.js';
|
|
188
|
-
import gatePro from './src/pro/gate.js';
|
|
189
|
-
import gateioPro from './src/pro/gateio.js';
|
|
190
|
-
import geminiPro from './src/pro/gemini.js';
|
|
191
|
-
import hashkeyPro from './src/pro/hashkey.js';
|
|
192
|
-
import hitbtcPro from './src/pro/hitbtc.js';
|
|
193
|
-
import hollaexPro from './src/pro/hollaex.js';
|
|
194
|
-
import htxPro from './src/pro/htx.js';
|
|
195
|
-
import huobiPro from './src/pro/huobi.js';
|
|
196
|
-
import hyperliquidPro from './src/pro/hyperliquid.js';
|
|
197
|
-
import independentreservePro from './src/pro/independentreserve.js';
|
|
198
|
-
import krakenPro from './src/pro/kraken.js';
|
|
199
|
-
import krakenfuturesPro from './src/pro/krakenfutures.js';
|
|
200
|
-
import kucoinPro from './src/pro/kucoin.js';
|
|
201
|
-
import kucoinfuturesPro from './src/pro/kucoinfutures.js';
|
|
202
|
-
import lbankPro from './src/pro/lbank.js';
|
|
203
|
-
import lunoPro from './src/pro/luno.js';
|
|
204
|
-
import mexcPro from './src/pro/mexc.js';
|
|
205
|
-
import modetradePro from './src/pro/modetrade.js';
|
|
206
|
-
import myokxPro from './src/pro/myokx.js';
|
|
207
|
-
import ndaxPro from './src/pro/ndax.js';
|
|
208
|
-
import okcoinPro from './src/pro/okcoin.js';
|
|
209
|
-
import okxPro from './src/pro/okx.js';
|
|
210
|
-
import okxusPro from './src/pro/okxus.js';
|
|
211
|
-
import onetradingPro from './src/pro/onetrading.js';
|
|
212
|
-
import oxfunPro from './src/pro/oxfun.js';
|
|
213
|
-
import p2bPro from './src/pro/p2b.js';
|
|
214
|
-
import paradexPro from './src/pro/paradex.js';
|
|
215
|
-
import phemexPro from './src/pro/phemex.js';
|
|
216
|
-
import poloniexPro from './src/pro/poloniex.js';
|
|
217
|
-
import probitPro from './src/pro/probit.js';
|
|
218
|
-
import tradeogrePro from './src/pro/tradeogre.js';
|
|
219
|
-
import upbitPro from './src/pro/upbit.js';
|
|
220
|
-
import vertexPro from './src/pro/vertex.js';
|
|
221
|
-
import whitebitPro from './src/pro/whitebit.js';
|
|
222
|
-
import wooPro from './src/pro/woo.js';
|
|
223
|
-
import woofiproPro from './src/pro/woofipro.js';
|
|
224
|
-
import xtPro from './src/pro/xt.js';
|
|
225
|
-
declare const exchanges: {
|
|
226
|
-
abantether: typeof abantether;
|
|
227
|
-
afratether: typeof afratether;
|
|
228
|
-
alpaca: typeof alpaca;
|
|
229
|
-
apex: typeof apex;
|
|
230
|
-
arzinja: typeof arzinja;
|
|
231
|
-
arzplus: typeof arzplus;
|
|
232
|
-
ascendex: typeof ascendex;
|
|
233
|
-
bequant: typeof bequant;
|
|
234
|
-
bigone: typeof bigone;
|
|
235
|
-
binance: typeof binance;
|
|
236
|
-
binancecoinm: typeof binancecoinm;
|
|
237
|
-
binanceus: typeof binanceus;
|
|
238
|
-
binanceusdm: typeof binanceusdm;
|
|
239
|
-
bingx: typeof bingx;
|
|
240
|
-
bit24: typeof bit24;
|
|
241
|
-
bit2c: typeof bit2c;
|
|
242
|
-
bitbank: typeof bitbank;
|
|
243
|
-
bitbarg: typeof bitbarg;
|
|
244
|
-
bitbns: typeof bitbns;
|
|
245
|
-
bitfinex: typeof bitfinex;
|
|
246
|
-
bitflyer: typeof bitflyer;
|
|
247
|
-
bitget: typeof bitget;
|
|
248
|
-
bithumb: typeof bithumb;
|
|
249
|
-
bitimen: typeof bitimen;
|
|
250
|
-
bitir: typeof bitir;
|
|
251
|
-
bitmart: typeof bitmart;
|
|
252
|
-
bitmex: typeof bitmex;
|
|
253
|
-
bitopro: typeof bitopro;
|
|
254
|
-
bitpin: typeof bitpin;
|
|
255
|
-
bitrue: typeof bitrue;
|
|
256
|
-
bitso: typeof bitso;
|
|
257
|
-
bitstamp: typeof bitstamp;
|
|
258
|
-
bitteam: typeof bitteam;
|
|
259
|
-
bittrade: typeof bittrade;
|
|
260
|
-
bitunix: typeof bitunix;
|
|
261
|
-
bitvavo: typeof bitvavo;
|
|
262
|
-
blockchaincom: typeof blockchaincom;
|
|
263
|
-
blofin: typeof blofin;
|
|
264
|
-
btcalpha: typeof btcalpha;
|
|
265
|
-
btcbox: typeof btcbox;
|
|
266
|
-
btcmarkets: typeof btcmarkets;
|
|
267
|
-
btcturk: typeof btcturk;
|
|
268
|
-
bybit: typeof bybit;
|
|
269
|
-
bydfi: typeof bydfi;
|
|
270
|
-
cafearz: typeof cafearz;
|
|
271
|
-
cex: typeof cex;
|
|
272
|
-
coinbase: typeof coinbase;
|
|
273
|
-
coinbaseadvanced: typeof coinbaseadvanced;
|
|
274
|
-
coinbaseexchange: typeof coinbaseexchange;
|
|
275
|
-
coinbaseinternational: typeof coinbaseinternational;
|
|
276
|
-
coincatch: typeof coincatch;
|
|
277
|
-
coincheck: typeof coincheck;
|
|
278
|
-
coinex: typeof coinex;
|
|
279
|
-
coinmate: typeof coinmate;
|
|
280
|
-
coinmetro: typeof coinmetro;
|
|
281
|
-
coinone: typeof coinone;
|
|
282
|
-
coinsph: typeof coinsph;
|
|
283
|
-
coinspot: typeof coinspot;
|
|
284
|
-
cryptocom: typeof cryptocom;
|
|
285
|
-
cryptomus: typeof cryptomus;
|
|
286
|
-
defx: typeof defx;
|
|
287
|
-
delta: typeof delta;
|
|
288
|
-
deribit: typeof deribit;
|
|
289
|
-
derive: typeof derive;
|
|
290
|
-
digifinex: typeof digifinex;
|
|
291
|
-
ellipx: typeof ellipx;
|
|
292
|
-
eterex: typeof eterex;
|
|
293
|
-
excoino: typeof excoino;
|
|
294
|
-
exir: typeof exir;
|
|
295
|
-
exmo: typeof exmo;
|
|
296
|
-
exnovin: typeof exnovin;
|
|
297
|
-
farhadexchange: typeof farhadexchange;
|
|
298
|
-
fmfwio: typeof fmfwio;
|
|
299
|
-
foxbit: typeof foxbit;
|
|
300
|
-
gate: typeof gate;
|
|
301
|
-
gateio: typeof gateio;
|
|
302
|
-
gemini: typeof gemini;
|
|
303
|
-
hamtapay: typeof hamtapay;
|
|
304
|
-
hashkey: typeof hashkey;
|
|
305
|
-
hibachi: typeof hibachi;
|
|
306
|
-
hitbtc: typeof hitbtc;
|
|
307
|
-
hitobit: typeof hitobit;
|
|
308
|
-
hollaex: typeof hollaex;
|
|
309
|
-
htx: typeof htx;
|
|
310
|
-
huobi: typeof huobi;
|
|
311
|
-
hyperliquid: typeof hyperliquid;
|
|
312
|
-
independentreserve: typeof independentreserve;
|
|
313
|
-
indodax: typeof indodax;
|
|
314
|
-
jibitex: typeof jibitex;
|
|
315
|
-
kcex: typeof kcex;
|
|
316
|
-
kifpoolme: typeof kifpoolme;
|
|
317
|
-
kraken: typeof kraken;
|
|
318
|
-
krakenfutures: typeof krakenfutures;
|
|
319
|
-
kucoin: typeof kucoin;
|
|
320
|
-
kucoinfutures: typeof kucoinfutures;
|
|
321
|
-
latoken: typeof latoken;
|
|
322
|
-
lbank: typeof lbank;
|
|
323
|
-
luno: typeof luno;
|
|
324
|
-
mazdax: typeof mazdax;
|
|
325
|
-
mercado: typeof mercado;
|
|
326
|
-
mexc: typeof mexc;
|
|
327
|
-
modetrade: typeof modetrade;
|
|
328
|
-
myokx: typeof myokx;
|
|
329
|
-
ndax: typeof ndax;
|
|
330
|
-
nobitex: typeof nobitex;
|
|
331
|
-
novadax: typeof novadax;
|
|
332
|
-
oceanex: typeof oceanex;
|
|
333
|
-
okcoin: typeof okcoin;
|
|
334
|
-
okexchange: typeof okexchange;
|
|
335
|
-
okx: typeof okx;
|
|
336
|
-
okxus: typeof okxus;
|
|
337
|
-
ompfinex: typeof ompfinex;
|
|
338
|
-
onetrading: typeof onetrading;
|
|
339
|
-
oxfun: typeof oxfun;
|
|
340
|
-
p2b: typeof p2b;
|
|
341
|
-
paradex: typeof paradex;
|
|
342
|
-
paymium: typeof paymium;
|
|
343
|
-
phemex: typeof phemex;
|
|
344
|
-
pingi: typeof pingi;
|
|
345
|
-
poloniex: typeof poloniex;
|
|
346
|
-
pooleno: typeof pooleno;
|
|
347
|
-
probit: typeof probit;
|
|
348
|
-
ramzinex: typeof ramzinex;
|
|
349
|
-
sarmayex: typeof sarmayex;
|
|
350
|
-
sarrafex: typeof sarrafex;
|
|
351
|
-
tabdeal: typeof tabdeal;
|
|
352
|
-
tetherland: typeof tetherland;
|
|
353
|
-
timex: typeof timex;
|
|
354
|
-
tokocrypto: typeof tokocrypto;
|
|
355
|
-
toobit: typeof toobit;
|
|
356
|
-
tradeogre: typeof tradeogre;
|
|
357
|
-
twox: typeof twox;
|
|
358
|
-
ubitex: typeof ubitex;
|
|
359
|
-
upbit: typeof upbit;
|
|
360
|
-
vertex: typeof vertex;
|
|
361
|
-
wallex: typeof wallex;
|
|
362
|
-
wavesexchange: typeof wavesexchange;
|
|
363
|
-
whitebit: typeof whitebit;
|
|
364
|
-
woo: typeof woo;
|
|
365
|
-
woofipro: typeof woofipro;
|
|
366
|
-
xt: typeof xt;
|
|
367
|
-
yobit: typeof yobit;
|
|
368
|
-
zaif: typeof zaif;
|
|
369
|
-
zonda: typeof zonda;
|
|
370
|
-
};
|
|
371
|
-
declare const pro: {
|
|
372
|
-
alpaca: typeof alpacaPro;
|
|
373
|
-
apex: typeof apexPro;
|
|
374
|
-
ascendex: typeof ascendexPro;
|
|
375
|
-
bequant: typeof bequantPro;
|
|
376
|
-
binance: typeof binancePro;
|
|
377
|
-
binancecoinm: typeof binancecoinmPro;
|
|
378
|
-
binanceus: typeof binanceusPro;
|
|
379
|
-
binanceusdm: typeof binanceusdmPro;
|
|
380
|
-
bingx: typeof bingxPro;
|
|
381
|
-
bitfinex: typeof bitfinexPro;
|
|
382
|
-
bitget: typeof bitgetPro;
|
|
383
|
-
bithumb: typeof bithumbPro;
|
|
384
|
-
bitmart: typeof bitmartPro;
|
|
385
|
-
bitmex: typeof bitmexPro;
|
|
386
|
-
bitopro: typeof bitoproPro;
|
|
387
|
-
bitrue: typeof bitruePro;
|
|
388
|
-
bitstamp: typeof bitstampPro;
|
|
389
|
-
bittrade: typeof bittradePro;
|
|
390
|
-
bitvavo: typeof bitvavoPro;
|
|
391
|
-
blockchaincom: typeof blockchaincomPro;
|
|
392
|
-
blofin: typeof blofinPro;
|
|
393
|
-
bybit: typeof bybitPro;
|
|
394
|
-
cex: typeof cexPro;
|
|
395
|
-
coinbase: typeof coinbasePro;
|
|
396
|
-
coinbaseadvanced: typeof coinbaseadvancedPro;
|
|
397
|
-
coinbaseexchange: typeof coinbaseexchangePro;
|
|
398
|
-
coinbaseinternational: typeof coinbaseinternationalPro;
|
|
399
|
-
coincatch: typeof coincatchPro;
|
|
400
|
-
coincheck: typeof coincheckPro;
|
|
401
|
-
coinex: typeof coinexPro;
|
|
402
|
-
coinone: typeof coinonePro;
|
|
403
|
-
cryptocom: typeof cryptocomPro;
|
|
404
|
-
defx: typeof defxPro;
|
|
405
|
-
deribit: typeof deribitPro;
|
|
406
|
-
derive: typeof derivePro;
|
|
407
|
-
exmo: typeof exmoPro;
|
|
408
|
-
gate: typeof gatePro;
|
|
409
|
-
gateio: typeof gateioPro;
|
|
410
|
-
gemini: typeof geminiPro;
|
|
411
|
-
hashkey: typeof hashkeyPro;
|
|
412
|
-
hitbtc: typeof hitbtcPro;
|
|
413
|
-
hollaex: typeof hollaexPro;
|
|
414
|
-
htx: typeof htxPro;
|
|
415
|
-
huobi: typeof huobiPro;
|
|
416
|
-
hyperliquid: typeof hyperliquidPro;
|
|
417
|
-
independentreserve: typeof independentreservePro;
|
|
418
|
-
kraken: typeof krakenPro;
|
|
419
|
-
krakenfutures: typeof krakenfuturesPro;
|
|
420
|
-
kucoin: typeof kucoinPro;
|
|
421
|
-
kucoinfutures: typeof kucoinfuturesPro;
|
|
422
|
-
lbank: typeof lbankPro;
|
|
423
|
-
luno: typeof lunoPro;
|
|
424
|
-
mexc: typeof mexcPro;
|
|
425
|
-
modetrade: typeof modetradePro;
|
|
426
|
-
myokx: typeof myokxPro;
|
|
427
|
-
ndax: typeof ndaxPro;
|
|
428
|
-
okcoin: typeof okcoinPro;
|
|
429
|
-
okx: typeof okxPro;
|
|
430
|
-
okxus: typeof okxusPro;
|
|
431
|
-
onetrading: typeof onetradingPro;
|
|
432
|
-
oxfun: typeof oxfunPro;
|
|
433
|
-
p2b: typeof p2bPro;
|
|
434
|
-
paradex: typeof paradexPro;
|
|
435
|
-
phemex: typeof phemexPro;
|
|
436
|
-
poloniex: typeof poloniexPro;
|
|
437
|
-
probit: typeof probitPro;
|
|
438
|
-
tradeogre: typeof tradeogrePro;
|
|
439
|
-
upbit: typeof upbitPro;
|
|
440
|
-
vertex: typeof vertexPro;
|
|
441
|
-
whitebit: typeof whitebitPro;
|
|
442
|
-
woo: typeof wooPro;
|
|
443
|
-
woofipro: typeof woofiproPro;
|
|
444
|
-
xt: typeof xtPro;
|
|
445
|
-
};
|
|
446
|
-
declare const ccxt: {
|
|
447
|
-
version: string;
|
|
448
|
-
Exchange: typeof Exchange;
|
|
449
|
-
Precise: typeof Precise;
|
|
450
|
-
exchanges: string[];
|
|
451
|
-
pro: {
|
|
452
|
-
alpaca: typeof alpacaPro;
|
|
453
|
-
apex: typeof apexPro;
|
|
454
|
-
ascendex: typeof ascendexPro;
|
|
455
|
-
bequant: typeof bequantPro;
|
|
456
|
-
binance: typeof binancePro;
|
|
457
|
-
binancecoinm: typeof binancecoinmPro;
|
|
458
|
-
binanceus: typeof binanceusPro;
|
|
459
|
-
binanceusdm: typeof binanceusdmPro;
|
|
460
|
-
bingx: typeof bingxPro;
|
|
461
|
-
bitfinex: typeof bitfinexPro;
|
|
462
|
-
bitget: typeof bitgetPro;
|
|
463
|
-
bithumb: typeof bithumbPro;
|
|
464
|
-
bitmart: typeof bitmartPro;
|
|
465
|
-
bitmex: typeof bitmexPro;
|
|
466
|
-
bitopro: typeof bitoproPro;
|
|
467
|
-
bitrue: typeof bitruePro;
|
|
468
|
-
bitstamp: typeof bitstampPro;
|
|
469
|
-
bittrade: typeof bittradePro;
|
|
470
|
-
bitvavo: typeof bitvavoPro;
|
|
471
|
-
blockchaincom: typeof blockchaincomPro;
|
|
472
|
-
blofin: typeof blofinPro;
|
|
473
|
-
bybit: typeof bybitPro;
|
|
474
|
-
cex: typeof cexPro;
|
|
475
|
-
coinbase: typeof coinbasePro;
|
|
476
|
-
coinbaseadvanced: typeof coinbaseadvancedPro;
|
|
477
|
-
coinbaseexchange: typeof coinbaseexchangePro;
|
|
478
|
-
coinbaseinternational: typeof coinbaseinternationalPro;
|
|
479
|
-
coincatch: typeof coincatchPro;
|
|
480
|
-
coincheck: typeof coincheckPro;
|
|
481
|
-
coinex: typeof coinexPro;
|
|
482
|
-
coinone: typeof coinonePro;
|
|
483
|
-
cryptocom: typeof cryptocomPro;
|
|
484
|
-
defx: typeof defxPro;
|
|
485
|
-
deribit: typeof deribitPro;
|
|
486
|
-
derive: typeof derivePro;
|
|
487
|
-
exmo: typeof exmoPro;
|
|
488
|
-
gate: typeof gatePro;
|
|
489
|
-
gateio: typeof gateioPro;
|
|
490
|
-
gemini: typeof geminiPro;
|
|
491
|
-
hashkey: typeof hashkeyPro;
|
|
492
|
-
hitbtc: typeof hitbtcPro;
|
|
493
|
-
hollaex: typeof hollaexPro;
|
|
494
|
-
htx: typeof htxPro;
|
|
495
|
-
huobi: typeof huobiPro;
|
|
496
|
-
hyperliquid: typeof hyperliquidPro;
|
|
497
|
-
independentreserve: typeof independentreservePro;
|
|
498
|
-
kraken: typeof krakenPro;
|
|
499
|
-
krakenfutures: typeof krakenfuturesPro;
|
|
500
|
-
kucoin: typeof kucoinPro;
|
|
501
|
-
kucoinfutures: typeof kucoinfuturesPro;
|
|
502
|
-
lbank: typeof lbankPro;
|
|
503
|
-
luno: typeof lunoPro;
|
|
504
|
-
mexc: typeof mexcPro;
|
|
505
|
-
modetrade: typeof modetradePro;
|
|
506
|
-
myokx: typeof myokxPro;
|
|
507
|
-
ndax: typeof ndaxPro;
|
|
508
|
-
okcoin: typeof okcoinPro;
|
|
509
|
-
okx: typeof okxPro;
|
|
510
|
-
okxus: typeof okxusPro;
|
|
511
|
-
onetrading: typeof onetradingPro;
|
|
512
|
-
oxfun: typeof oxfunPro;
|
|
513
|
-
p2b: typeof p2bPro;
|
|
514
|
-
paradex: typeof paradexPro;
|
|
515
|
-
phemex: typeof phemexPro;
|
|
516
|
-
poloniex: typeof poloniexPro;
|
|
517
|
-
probit: typeof probitPro;
|
|
518
|
-
tradeogre: typeof tradeogrePro;
|
|
519
|
-
upbit: typeof upbitPro;
|
|
520
|
-
vertex: typeof vertexPro;
|
|
521
|
-
whitebit: typeof whitebitPro;
|
|
522
|
-
woo: typeof wooPro;
|
|
523
|
-
woofipro: typeof woofiproPro;
|
|
524
|
-
xt: typeof xtPro;
|
|
525
|
-
};
|
|
526
|
-
} & {
|
|
527
|
-
abantether: typeof abantether;
|
|
528
|
-
afratether: typeof afratether;
|
|
529
|
-
alpaca: typeof alpaca;
|
|
530
|
-
apex: typeof apex;
|
|
531
|
-
arzinja: typeof arzinja;
|
|
532
|
-
arzplus: typeof arzplus;
|
|
533
|
-
ascendex: typeof ascendex;
|
|
534
|
-
bequant: typeof bequant;
|
|
535
|
-
bigone: typeof bigone;
|
|
536
|
-
binance: typeof binance;
|
|
537
|
-
binancecoinm: typeof binancecoinm;
|
|
538
|
-
binanceus: typeof binanceus;
|
|
539
|
-
binanceusdm: typeof binanceusdm;
|
|
540
|
-
bingx: typeof bingx;
|
|
541
|
-
bit24: typeof bit24;
|
|
542
|
-
bit2c: typeof bit2c;
|
|
543
|
-
bitbank: typeof bitbank;
|
|
544
|
-
bitbarg: typeof bitbarg;
|
|
545
|
-
bitbns: typeof bitbns;
|
|
546
|
-
bitfinex: typeof bitfinex;
|
|
547
|
-
bitflyer: typeof bitflyer;
|
|
548
|
-
bitget: typeof bitget;
|
|
549
|
-
bithumb: typeof bithumb;
|
|
550
|
-
bitimen: typeof bitimen;
|
|
551
|
-
bitir: typeof bitir;
|
|
552
|
-
bitmart: typeof bitmart;
|
|
553
|
-
bitmex: typeof bitmex;
|
|
554
|
-
bitopro: typeof bitopro;
|
|
555
|
-
bitpin: typeof bitpin;
|
|
556
|
-
bitrue: typeof bitrue;
|
|
557
|
-
bitso: typeof bitso;
|
|
558
|
-
bitstamp: typeof bitstamp;
|
|
559
|
-
bitteam: typeof bitteam;
|
|
560
|
-
bittrade: typeof bittrade;
|
|
561
|
-
bitunix: typeof bitunix;
|
|
562
|
-
bitvavo: typeof bitvavo;
|
|
563
|
-
blockchaincom: typeof blockchaincom;
|
|
564
|
-
blofin: typeof blofin;
|
|
565
|
-
btcalpha: typeof btcalpha;
|
|
566
|
-
btcbox: typeof btcbox;
|
|
567
|
-
btcmarkets: typeof btcmarkets;
|
|
568
|
-
btcturk: typeof btcturk;
|
|
569
|
-
bybit: typeof bybit;
|
|
570
|
-
bydfi: typeof bydfi;
|
|
571
|
-
cafearz: typeof cafearz;
|
|
572
|
-
cex: typeof cex;
|
|
573
|
-
coinbase: typeof coinbase;
|
|
574
|
-
coinbaseadvanced: typeof coinbaseadvanced;
|
|
575
|
-
coinbaseexchange: typeof coinbaseexchange;
|
|
576
|
-
coinbaseinternational: typeof coinbaseinternational;
|
|
577
|
-
coincatch: typeof coincatch;
|
|
578
|
-
coincheck: typeof coincheck;
|
|
579
|
-
coinex: typeof coinex;
|
|
580
|
-
coinmate: typeof coinmate;
|
|
581
|
-
coinmetro: typeof coinmetro;
|
|
582
|
-
coinone: typeof coinone;
|
|
583
|
-
coinsph: typeof coinsph;
|
|
584
|
-
coinspot: typeof coinspot;
|
|
585
|
-
cryptocom: typeof cryptocom;
|
|
586
|
-
cryptomus: typeof cryptomus;
|
|
587
|
-
defx: typeof defx;
|
|
588
|
-
delta: typeof delta;
|
|
589
|
-
deribit: typeof deribit;
|
|
590
|
-
derive: typeof derive;
|
|
591
|
-
digifinex: typeof digifinex;
|
|
592
|
-
ellipx: typeof ellipx;
|
|
593
|
-
eterex: typeof eterex;
|
|
594
|
-
excoino: typeof excoino;
|
|
595
|
-
exir: typeof exir;
|
|
596
|
-
exmo: typeof exmo;
|
|
597
|
-
exnovin: typeof exnovin;
|
|
598
|
-
farhadexchange: typeof farhadexchange;
|
|
599
|
-
fmfwio: typeof fmfwio;
|
|
600
|
-
foxbit: typeof foxbit;
|
|
601
|
-
gate: typeof gate;
|
|
602
|
-
gateio: typeof gateio;
|
|
603
|
-
gemini: typeof gemini;
|
|
604
|
-
hamtapay: typeof hamtapay;
|
|
605
|
-
hashkey: typeof hashkey;
|
|
606
|
-
hibachi: typeof hibachi;
|
|
607
|
-
hitbtc: typeof hitbtc;
|
|
608
|
-
hitobit: typeof hitobit;
|
|
609
|
-
hollaex: typeof hollaex;
|
|
610
|
-
htx: typeof htx;
|
|
611
|
-
huobi: typeof huobi;
|
|
612
|
-
hyperliquid: typeof hyperliquid;
|
|
613
|
-
independentreserve: typeof independentreserve;
|
|
614
|
-
indodax: typeof indodax;
|
|
615
|
-
jibitex: typeof jibitex;
|
|
616
|
-
kcex: typeof kcex;
|
|
617
|
-
kifpoolme: typeof kifpoolme;
|
|
618
|
-
kraken: typeof kraken;
|
|
619
|
-
krakenfutures: typeof krakenfutures;
|
|
620
|
-
kucoin: typeof kucoin;
|
|
621
|
-
kucoinfutures: typeof kucoinfutures;
|
|
622
|
-
latoken: typeof latoken;
|
|
623
|
-
lbank: typeof lbank;
|
|
624
|
-
luno: typeof luno;
|
|
625
|
-
mazdax: typeof mazdax;
|
|
626
|
-
mercado: typeof mercado;
|
|
627
|
-
mexc: typeof mexc;
|
|
628
|
-
modetrade: typeof modetrade;
|
|
629
|
-
myokx: typeof myokx;
|
|
630
|
-
ndax: typeof ndax;
|
|
631
|
-
nobitex: typeof nobitex;
|
|
632
|
-
novadax: typeof novadax;
|
|
633
|
-
oceanex: typeof oceanex;
|
|
634
|
-
okcoin: typeof okcoin;
|
|
635
|
-
okexchange: typeof okexchange;
|
|
636
|
-
okx: typeof okx;
|
|
637
|
-
okxus: typeof okxus;
|
|
638
|
-
ompfinex: typeof ompfinex;
|
|
639
|
-
onetrading: typeof onetrading;
|
|
640
|
-
oxfun: typeof oxfun;
|
|
641
|
-
p2b: typeof p2b;
|
|
642
|
-
paradex: typeof paradex;
|
|
643
|
-
paymium: typeof paymium;
|
|
644
|
-
phemex: typeof phemex;
|
|
645
|
-
pingi: typeof pingi;
|
|
646
|
-
poloniex: typeof poloniex;
|
|
647
|
-
pooleno: typeof pooleno;
|
|
648
|
-
probit: typeof probit;
|
|
649
|
-
ramzinex: typeof ramzinex;
|
|
650
|
-
sarmayex: typeof sarmayex;
|
|
651
|
-
sarrafex: typeof sarrafex;
|
|
652
|
-
tabdeal: typeof tabdeal;
|
|
653
|
-
tetherland: typeof tetherland;
|
|
654
|
-
timex: typeof timex;
|
|
655
|
-
tokocrypto: typeof tokocrypto;
|
|
656
|
-
toobit: typeof toobit;
|
|
657
|
-
tradeogre: typeof tradeogre;
|
|
658
|
-
twox: typeof twox;
|
|
659
|
-
ubitex: typeof ubitex;
|
|
660
|
-
upbit: typeof upbit;
|
|
661
|
-
vertex: typeof vertex;
|
|
662
|
-
wallex: typeof wallex;
|
|
663
|
-
wavesexchange: typeof wavesexchange;
|
|
664
|
-
whitebit: typeof whitebit;
|
|
665
|
-
woo: typeof woo;
|
|
666
|
-
woofipro: typeof woofipro;
|
|
667
|
-
xt: typeof xt;
|
|
668
|
-
yobit: typeof yobit;
|
|
669
|
-
zaif: typeof zaif;
|
|
670
|
-
zonda: typeof zonda;
|
|
671
|
-
} & typeof functions & typeof errors;
|
|
672
|
-
export { version, Exchange, exchanges, pro, Precise, functions, errors, BaseError, ExchangeError, AuthenticationError, PermissionDenied, AccountNotEnabled, AccountSuspended, ArgumentsRequired, BadRequest, BadSymbol, OperationRejected, NoChange, MarginModeAlreadySet, MarketClosed, ManualInteractionNeeded, RestrictedLocation, InsufficientFunds, InvalidAddress, AddressPending, InvalidOrder, OrderNotFound, OrderNotCached, OrderImmediatelyFillable, OrderNotFillable, DuplicateOrderId, ContractUnavailable, NotSupported, InvalidProxySettings, ExchangeClosedByUser, OperationFailed, NetworkError, DDoSProtection, RateLimitExceeded, ExchangeNotAvailable, OnMaintenance, InvalidNonce, ChecksumError, RequestTimeout, BadResponse, NullResponse, CancelPending, UnsubscribeError, Int, int, Str, Strings, Num, Bool, IndexType, OrderSide, OrderType, MarketType, SubType, Dict, NullableDict, List, NullableList, Fee, OHLCV, OHLCVC, implicitReturnType, Market, Currency, ConstructorArgs, Dictionary, MinMax, FeeInterface, TradingFeeInterface, MarketMarginModes, MarketInterface, Trade, Order, OrderBook, OrderBooks, Ticker, Transaction, Tickers, CurrencyInterface, Balance, BalanceAccount, Account, PartialBalances, Balances, DepositAddress, WithdrawalResponse, FundingRate, FundingRates, Position, BorrowInterest, LeverageTier, LedgerEntry, DepositWithdrawFeeNetwork, DepositWithdrawFee, TransferEntry, CrossBorrowRate, IsolatedBorrowRate, FundingRateHistory, OpenInterest, OpenInterests, Liquidation, OrderRequest, CancellationRequest, FundingHistory, MarginMode, Greeks, Conversion, Option, LastPrice, Leverage, LongShortRatio, MarginModification, Leverages, LastPrices, Currencies, TradingFees, MarginModes, OptionChain, IsolatedBorrowRates, CrossBorrowRates, LeverageTiers, abantether, afratether, alpaca, apex, arzinja, arzplus, ascendex, bequant, bigone, binance, binancecoinm, binanceus, binanceusdm, bingx, bit24, bit2c, bitbank, bitbarg, bitbns, bitfinex, bitflyer, bitget, bithumb, bitimen, bitir, bitmart, bitmex, bitopro, bitpin, bitrue, bitso, bitstamp, bitteam, bittrade, bitunix, bitvavo, blockchaincom, blofin, btcalpha, btcbox, btcmarkets, btcturk, bybit, bydfi, cafearz, cex, coinbase, coinbaseadvanced, coinbaseexchange, coinbaseinternational, coincatch, coincheck, coinex, coinmate, coinmetro, coinone, coinsph, coinspot, cryptocom, cryptomus, defx, delta, deribit, derive, digifinex, ellipx, eterex, excoino, exir, exmo, exnovin, farhadexchange, fmfwio, foxbit, gate, gateio, gemini, hamtapay, hashkey, hibachi, hitbtc, hitobit, hollaex, htx, huobi, hyperliquid, independentreserve, indodax, jibitex, kcex, kifpoolme, kraken, krakenfutures, kucoin, kucoinfutures, latoken, lbank, luno, mazdax, mercado, mexc, modetrade, myokx, ndax, nobitex, novadax, oceanex, okcoin, okexchange, okx, okxus, ompfinex, onetrading, oxfun, p2b, paradex, paymium, phemex, pingi, poloniex, pooleno, probit, ramzinex, sarmayex, sarrafex, tabdeal, tetherland, timex, tokocrypto, toobit, tradeogre, twox, ubitex, upbit, vertex, wallex, wavesexchange, whitebit, woo, woofipro, xt, yobit, zaif, zonda, };
|
|
673
|
-
export default ccxt;
|
|
1
|
+
import { Exchange } from './src/base/Exchange.js';
|
|
2
|
+
import { Precise } from './src/base/Precise.js';
|
|
3
|
+
import * as functions from './src/base/functions.js';
|
|
4
|
+
import * as errors from './src/base/errors.js';
|
|
5
|
+
import type { Int, int, Str, Strings, Num, Bool, IndexType, OrderSide, OrderType, MarketType, SubType, Dict, NullableDict, List, NullableList, Fee, OHLCV, OHLCVC, implicitReturnType, Market, Currency, Dictionary, MinMax, FeeInterface, TradingFeeInterface, MarketMarginModes, MarketInterface, Trade, Order, OrderBook, Ticker, Transaction, Tickers, CurrencyInterface, Balance, BalanceAccount, Account, PartialBalances, Balances, DepositAddress, WithdrawalResponse, FundingRate, FundingRates, Position, BorrowInterest, LeverageTier, LedgerEntry, DepositWithdrawFeeNetwork, DepositWithdrawFee, TransferEntry, CrossBorrowRate, IsolatedBorrowRate, FundingRateHistory, OpenInterest, Liquidation, OrderRequest, CancellationRequest, FundingHistory, MarginMode, Greeks, Conversion, Option, LastPrice, Leverage, MarginModification, Leverages, LastPrices, Currencies, TradingFees, MarginModes, OptionChain, IsolatedBorrowRates, CrossBorrowRates, LeverageTiers, LongShortRatio, OrderBooks, OpenInterests, ConstructorArgs } from './src/base/types.js';
|
|
6
|
+
import { BaseError, ExchangeError, AuthenticationError, PermissionDenied, AccountNotEnabled, AccountSuspended, ArgumentsRequired, BadRequest, BadSymbol, OperationRejected, NoChange, MarginModeAlreadySet, MarketClosed, ManualInteractionNeeded, RestrictedLocation, InsufficientFunds, InvalidAddress, AddressPending, InvalidOrder, OrderNotFound, OrderNotCached, OrderImmediatelyFillable, OrderNotFillable, DuplicateOrderId, ContractUnavailable, NotSupported, InvalidProxySettings, ExchangeClosedByUser, OperationFailed, NetworkError, DDoSProtection, RateLimitExceeded, ExchangeNotAvailable, OnMaintenance, InvalidNonce, ChecksumError, RequestTimeout, BadResponse, NullResponse, CancelPending, UnsubscribeError } from './src/base/errors.js';
|
|
7
|
+
declare const version = "4.9.14";
|
|
8
|
+
import abantether from './src/abantether.js';
|
|
9
|
+
import afratether from './src/afratether.js';
|
|
10
|
+
import alpaca from './src/alpaca.js';
|
|
11
|
+
import apex from './src/apex.js';
|
|
12
|
+
import arzinja from './src/arzinja.js';
|
|
13
|
+
import arzplus from './src/arzplus.js';
|
|
14
|
+
import ascendex from './src/ascendex.js';
|
|
15
|
+
import bequant from './src/bequant.js';
|
|
16
|
+
import bigone from './src/bigone.js';
|
|
17
|
+
import binance from './src/binance.js';
|
|
18
|
+
import binancecoinm from './src/binancecoinm.js';
|
|
19
|
+
import binanceus from './src/binanceus.js';
|
|
20
|
+
import binanceusdm from './src/binanceusdm.js';
|
|
21
|
+
import bingx from './src/bingx.js';
|
|
22
|
+
import bit24 from './src/bit24.js';
|
|
23
|
+
import bit2c from './src/bit2c.js';
|
|
24
|
+
import bitbank from './src/bitbank.js';
|
|
25
|
+
import bitbarg from './src/bitbarg.js';
|
|
26
|
+
import bitbns from './src/bitbns.js';
|
|
27
|
+
import bitfinex from './src/bitfinex.js';
|
|
28
|
+
import bitflyer from './src/bitflyer.js';
|
|
29
|
+
import bitget from './src/bitget.js';
|
|
30
|
+
import bithumb from './src/bithumb.js';
|
|
31
|
+
import bitimen from './src/bitimen.js';
|
|
32
|
+
import bitir from './src/bitir.js';
|
|
33
|
+
import bitmart from './src/bitmart.js';
|
|
34
|
+
import bitmex from './src/bitmex.js';
|
|
35
|
+
import bitopro from './src/bitopro.js';
|
|
36
|
+
import bitpin from './src/bitpin.js';
|
|
37
|
+
import bitrue from './src/bitrue.js';
|
|
38
|
+
import bitso from './src/bitso.js';
|
|
39
|
+
import bitstamp from './src/bitstamp.js';
|
|
40
|
+
import bitteam from './src/bitteam.js';
|
|
41
|
+
import bittrade from './src/bittrade.js';
|
|
42
|
+
import bitunix from './src/bitunix.js';
|
|
43
|
+
import bitvavo from './src/bitvavo.js';
|
|
44
|
+
import blockchaincom from './src/blockchaincom.js';
|
|
45
|
+
import blofin from './src/blofin.js';
|
|
46
|
+
import btcalpha from './src/btcalpha.js';
|
|
47
|
+
import btcbox from './src/btcbox.js';
|
|
48
|
+
import btcmarkets from './src/btcmarkets.js';
|
|
49
|
+
import btcturk from './src/btcturk.js';
|
|
50
|
+
import bybit from './src/bybit.js';
|
|
51
|
+
import bydfi from './src/bydfi.js';
|
|
52
|
+
import cafearz from './src/cafearz.js';
|
|
53
|
+
import cex from './src/cex.js';
|
|
54
|
+
import coinbase from './src/coinbase.js';
|
|
55
|
+
import coinbaseadvanced from './src/coinbaseadvanced.js';
|
|
56
|
+
import coinbaseexchange from './src/coinbaseexchange.js';
|
|
57
|
+
import coinbaseinternational from './src/coinbaseinternational.js';
|
|
58
|
+
import coincatch from './src/coincatch.js';
|
|
59
|
+
import coincheck from './src/coincheck.js';
|
|
60
|
+
import coinex from './src/coinex.js';
|
|
61
|
+
import coinmate from './src/coinmate.js';
|
|
62
|
+
import coinmetro from './src/coinmetro.js';
|
|
63
|
+
import coinone from './src/coinone.js';
|
|
64
|
+
import coinsph from './src/coinsph.js';
|
|
65
|
+
import coinspot from './src/coinspot.js';
|
|
66
|
+
import cryptocom from './src/cryptocom.js';
|
|
67
|
+
import cryptomus from './src/cryptomus.js';
|
|
68
|
+
import defx from './src/defx.js';
|
|
69
|
+
import delta from './src/delta.js';
|
|
70
|
+
import deribit from './src/deribit.js';
|
|
71
|
+
import derive from './src/derive.js';
|
|
72
|
+
import digifinex from './src/digifinex.js';
|
|
73
|
+
import ellipx from './src/ellipx.js';
|
|
74
|
+
import eterex from './src/eterex.js';
|
|
75
|
+
import excoino from './src/excoino.js';
|
|
76
|
+
import exir from './src/exir.js';
|
|
77
|
+
import exmo from './src/exmo.js';
|
|
78
|
+
import exnovin from './src/exnovin.js';
|
|
79
|
+
import farhadexchange from './src/farhadexchange.js';
|
|
80
|
+
import fmfwio from './src/fmfwio.js';
|
|
81
|
+
import foxbit from './src/foxbit.js';
|
|
82
|
+
import gate from './src/gate.js';
|
|
83
|
+
import gateio from './src/gateio.js';
|
|
84
|
+
import gemini from './src/gemini.js';
|
|
85
|
+
import hamtapay from './src/hamtapay.js';
|
|
86
|
+
import hashkey from './src/hashkey.js';
|
|
87
|
+
import hibachi from './src/hibachi.js';
|
|
88
|
+
import hitbtc from './src/hitbtc.js';
|
|
89
|
+
import hitobit from './src/hitobit.js';
|
|
90
|
+
import hollaex from './src/hollaex.js';
|
|
91
|
+
import htx from './src/htx.js';
|
|
92
|
+
import huobi from './src/huobi.js';
|
|
93
|
+
import hyperliquid from './src/hyperliquid.js';
|
|
94
|
+
import independentreserve from './src/independentreserve.js';
|
|
95
|
+
import indodax from './src/indodax.js';
|
|
96
|
+
import jibitex from './src/jibitex.js';
|
|
97
|
+
import kcex from './src/kcex.js';
|
|
98
|
+
import kifpoolme from './src/kifpoolme.js';
|
|
99
|
+
import kraken from './src/kraken.js';
|
|
100
|
+
import krakenfutures from './src/krakenfutures.js';
|
|
101
|
+
import kucoin from './src/kucoin.js';
|
|
102
|
+
import kucoinfutures from './src/kucoinfutures.js';
|
|
103
|
+
import latoken from './src/latoken.js';
|
|
104
|
+
import lbank from './src/lbank.js';
|
|
105
|
+
import luno from './src/luno.js';
|
|
106
|
+
import mazdax from './src/mazdax.js';
|
|
107
|
+
import mercado from './src/mercado.js';
|
|
108
|
+
import mexc from './src/mexc.js';
|
|
109
|
+
import modetrade from './src/modetrade.js';
|
|
110
|
+
import myokx from './src/myokx.js';
|
|
111
|
+
import ndax from './src/ndax.js';
|
|
112
|
+
import nobitex from './src/nobitex.js';
|
|
113
|
+
import novadax from './src/novadax.js';
|
|
114
|
+
import oceanex from './src/oceanex.js';
|
|
115
|
+
import okcoin from './src/okcoin.js';
|
|
116
|
+
import okexchange from './src/okexchange.js';
|
|
117
|
+
import okx from './src/okx.js';
|
|
118
|
+
import okxus from './src/okxus.js';
|
|
119
|
+
import ompfinex from './src/ompfinex.js';
|
|
120
|
+
import onetrading from './src/onetrading.js';
|
|
121
|
+
import oxfun from './src/oxfun.js';
|
|
122
|
+
import p2b from './src/p2b.js';
|
|
123
|
+
import paradex from './src/paradex.js';
|
|
124
|
+
import paymium from './src/paymium.js';
|
|
125
|
+
import phemex from './src/phemex.js';
|
|
126
|
+
import pingi from './src/pingi.js';
|
|
127
|
+
import poloniex from './src/poloniex.js';
|
|
128
|
+
import pooleno from './src/pooleno.js';
|
|
129
|
+
import probit from './src/probit.js';
|
|
130
|
+
import ramzinex from './src/ramzinex.js';
|
|
131
|
+
import sarmayex from './src/sarmayex.js';
|
|
132
|
+
import sarrafex from './src/sarrafex.js';
|
|
133
|
+
import tabdeal from './src/tabdeal.js';
|
|
134
|
+
import tetherland from './src/tetherland.js';
|
|
135
|
+
import timex from './src/timex.js';
|
|
136
|
+
import tokocrypto from './src/tokocrypto.js';
|
|
137
|
+
import toobit from './src/toobit.js';
|
|
138
|
+
import tradeogre from './src/tradeogre.js';
|
|
139
|
+
import twox from './src/twox.js';
|
|
140
|
+
import ubitex from './src/ubitex.js';
|
|
141
|
+
import upbit from './src/upbit.js';
|
|
142
|
+
import vertex from './src/vertex.js';
|
|
143
|
+
import wallex from './src/wallex.js';
|
|
144
|
+
import wavesexchange from './src/wavesexchange.js';
|
|
145
|
+
import whitebit from './src/whitebit.js';
|
|
146
|
+
import woo from './src/woo.js';
|
|
147
|
+
import woofipro from './src/woofipro.js';
|
|
148
|
+
import xt from './src/xt.js';
|
|
149
|
+
import yobit from './src/yobit.js';
|
|
150
|
+
import zaif from './src/zaif.js';
|
|
151
|
+
import zonda from './src/zonda.js';
|
|
152
|
+
import alpacaPro from './src/pro/alpaca.js';
|
|
153
|
+
import apexPro from './src/pro/apex.js';
|
|
154
|
+
import ascendexPro from './src/pro/ascendex.js';
|
|
155
|
+
import bequantPro from './src/pro/bequant.js';
|
|
156
|
+
import binancePro from './src/pro/binance.js';
|
|
157
|
+
import binancecoinmPro from './src/pro/binancecoinm.js';
|
|
158
|
+
import binanceusPro from './src/pro/binanceus.js';
|
|
159
|
+
import binanceusdmPro from './src/pro/binanceusdm.js';
|
|
160
|
+
import bingxPro from './src/pro/bingx.js';
|
|
161
|
+
import bitfinexPro from './src/pro/bitfinex.js';
|
|
162
|
+
import bitgetPro from './src/pro/bitget.js';
|
|
163
|
+
import bithumbPro from './src/pro/bithumb.js';
|
|
164
|
+
import bitmartPro from './src/pro/bitmart.js';
|
|
165
|
+
import bitmexPro from './src/pro/bitmex.js';
|
|
166
|
+
import bitoproPro from './src/pro/bitopro.js';
|
|
167
|
+
import bitruePro from './src/pro/bitrue.js';
|
|
168
|
+
import bitstampPro from './src/pro/bitstamp.js';
|
|
169
|
+
import bittradePro from './src/pro/bittrade.js';
|
|
170
|
+
import bitvavoPro from './src/pro/bitvavo.js';
|
|
171
|
+
import blockchaincomPro from './src/pro/blockchaincom.js';
|
|
172
|
+
import blofinPro from './src/pro/blofin.js';
|
|
173
|
+
import bybitPro from './src/pro/bybit.js';
|
|
174
|
+
import cexPro from './src/pro/cex.js';
|
|
175
|
+
import coinbasePro from './src/pro/coinbase.js';
|
|
176
|
+
import coinbaseadvancedPro from './src/pro/coinbaseadvanced.js';
|
|
177
|
+
import coinbaseexchangePro from './src/pro/coinbaseexchange.js';
|
|
178
|
+
import coinbaseinternationalPro from './src/pro/coinbaseinternational.js';
|
|
179
|
+
import coincatchPro from './src/pro/coincatch.js';
|
|
180
|
+
import coincheckPro from './src/pro/coincheck.js';
|
|
181
|
+
import coinexPro from './src/pro/coinex.js';
|
|
182
|
+
import coinonePro from './src/pro/coinone.js';
|
|
183
|
+
import cryptocomPro from './src/pro/cryptocom.js';
|
|
184
|
+
import defxPro from './src/pro/defx.js';
|
|
185
|
+
import deribitPro from './src/pro/deribit.js';
|
|
186
|
+
import derivePro from './src/pro/derive.js';
|
|
187
|
+
import exmoPro from './src/pro/exmo.js';
|
|
188
|
+
import gatePro from './src/pro/gate.js';
|
|
189
|
+
import gateioPro from './src/pro/gateio.js';
|
|
190
|
+
import geminiPro from './src/pro/gemini.js';
|
|
191
|
+
import hashkeyPro from './src/pro/hashkey.js';
|
|
192
|
+
import hitbtcPro from './src/pro/hitbtc.js';
|
|
193
|
+
import hollaexPro from './src/pro/hollaex.js';
|
|
194
|
+
import htxPro from './src/pro/htx.js';
|
|
195
|
+
import huobiPro from './src/pro/huobi.js';
|
|
196
|
+
import hyperliquidPro from './src/pro/hyperliquid.js';
|
|
197
|
+
import independentreservePro from './src/pro/independentreserve.js';
|
|
198
|
+
import krakenPro from './src/pro/kraken.js';
|
|
199
|
+
import krakenfuturesPro from './src/pro/krakenfutures.js';
|
|
200
|
+
import kucoinPro from './src/pro/kucoin.js';
|
|
201
|
+
import kucoinfuturesPro from './src/pro/kucoinfutures.js';
|
|
202
|
+
import lbankPro from './src/pro/lbank.js';
|
|
203
|
+
import lunoPro from './src/pro/luno.js';
|
|
204
|
+
import mexcPro from './src/pro/mexc.js';
|
|
205
|
+
import modetradePro from './src/pro/modetrade.js';
|
|
206
|
+
import myokxPro from './src/pro/myokx.js';
|
|
207
|
+
import ndaxPro from './src/pro/ndax.js';
|
|
208
|
+
import okcoinPro from './src/pro/okcoin.js';
|
|
209
|
+
import okxPro from './src/pro/okx.js';
|
|
210
|
+
import okxusPro from './src/pro/okxus.js';
|
|
211
|
+
import onetradingPro from './src/pro/onetrading.js';
|
|
212
|
+
import oxfunPro from './src/pro/oxfun.js';
|
|
213
|
+
import p2bPro from './src/pro/p2b.js';
|
|
214
|
+
import paradexPro from './src/pro/paradex.js';
|
|
215
|
+
import phemexPro from './src/pro/phemex.js';
|
|
216
|
+
import poloniexPro from './src/pro/poloniex.js';
|
|
217
|
+
import probitPro from './src/pro/probit.js';
|
|
218
|
+
import tradeogrePro from './src/pro/tradeogre.js';
|
|
219
|
+
import upbitPro from './src/pro/upbit.js';
|
|
220
|
+
import vertexPro from './src/pro/vertex.js';
|
|
221
|
+
import whitebitPro from './src/pro/whitebit.js';
|
|
222
|
+
import wooPro from './src/pro/woo.js';
|
|
223
|
+
import woofiproPro from './src/pro/woofipro.js';
|
|
224
|
+
import xtPro from './src/pro/xt.js';
|
|
225
|
+
declare const exchanges: {
|
|
226
|
+
abantether: typeof abantether;
|
|
227
|
+
afratether: typeof afratether;
|
|
228
|
+
alpaca: typeof alpaca;
|
|
229
|
+
apex: typeof apex;
|
|
230
|
+
arzinja: typeof arzinja;
|
|
231
|
+
arzplus: typeof arzplus;
|
|
232
|
+
ascendex: typeof ascendex;
|
|
233
|
+
bequant: typeof bequant;
|
|
234
|
+
bigone: typeof bigone;
|
|
235
|
+
binance: typeof binance;
|
|
236
|
+
binancecoinm: typeof binancecoinm;
|
|
237
|
+
binanceus: typeof binanceus;
|
|
238
|
+
binanceusdm: typeof binanceusdm;
|
|
239
|
+
bingx: typeof bingx;
|
|
240
|
+
bit24: typeof bit24;
|
|
241
|
+
bit2c: typeof bit2c;
|
|
242
|
+
bitbank: typeof bitbank;
|
|
243
|
+
bitbarg: typeof bitbarg;
|
|
244
|
+
bitbns: typeof bitbns;
|
|
245
|
+
bitfinex: typeof bitfinex;
|
|
246
|
+
bitflyer: typeof bitflyer;
|
|
247
|
+
bitget: typeof bitget;
|
|
248
|
+
bithumb: typeof bithumb;
|
|
249
|
+
bitimen: typeof bitimen;
|
|
250
|
+
bitir: typeof bitir;
|
|
251
|
+
bitmart: typeof bitmart;
|
|
252
|
+
bitmex: typeof bitmex;
|
|
253
|
+
bitopro: typeof bitopro;
|
|
254
|
+
bitpin: typeof bitpin;
|
|
255
|
+
bitrue: typeof bitrue;
|
|
256
|
+
bitso: typeof bitso;
|
|
257
|
+
bitstamp: typeof bitstamp;
|
|
258
|
+
bitteam: typeof bitteam;
|
|
259
|
+
bittrade: typeof bittrade;
|
|
260
|
+
bitunix: typeof bitunix;
|
|
261
|
+
bitvavo: typeof bitvavo;
|
|
262
|
+
blockchaincom: typeof blockchaincom;
|
|
263
|
+
blofin: typeof blofin;
|
|
264
|
+
btcalpha: typeof btcalpha;
|
|
265
|
+
btcbox: typeof btcbox;
|
|
266
|
+
btcmarkets: typeof btcmarkets;
|
|
267
|
+
btcturk: typeof btcturk;
|
|
268
|
+
bybit: typeof bybit;
|
|
269
|
+
bydfi: typeof bydfi;
|
|
270
|
+
cafearz: typeof cafearz;
|
|
271
|
+
cex: typeof cex;
|
|
272
|
+
coinbase: typeof coinbase;
|
|
273
|
+
coinbaseadvanced: typeof coinbaseadvanced;
|
|
274
|
+
coinbaseexchange: typeof coinbaseexchange;
|
|
275
|
+
coinbaseinternational: typeof coinbaseinternational;
|
|
276
|
+
coincatch: typeof coincatch;
|
|
277
|
+
coincheck: typeof coincheck;
|
|
278
|
+
coinex: typeof coinex;
|
|
279
|
+
coinmate: typeof coinmate;
|
|
280
|
+
coinmetro: typeof coinmetro;
|
|
281
|
+
coinone: typeof coinone;
|
|
282
|
+
coinsph: typeof coinsph;
|
|
283
|
+
coinspot: typeof coinspot;
|
|
284
|
+
cryptocom: typeof cryptocom;
|
|
285
|
+
cryptomus: typeof cryptomus;
|
|
286
|
+
defx: typeof defx;
|
|
287
|
+
delta: typeof delta;
|
|
288
|
+
deribit: typeof deribit;
|
|
289
|
+
derive: typeof derive;
|
|
290
|
+
digifinex: typeof digifinex;
|
|
291
|
+
ellipx: typeof ellipx;
|
|
292
|
+
eterex: typeof eterex;
|
|
293
|
+
excoino: typeof excoino;
|
|
294
|
+
exir: typeof exir;
|
|
295
|
+
exmo: typeof exmo;
|
|
296
|
+
exnovin: typeof exnovin;
|
|
297
|
+
farhadexchange: typeof farhadexchange;
|
|
298
|
+
fmfwio: typeof fmfwio;
|
|
299
|
+
foxbit: typeof foxbit;
|
|
300
|
+
gate: typeof gate;
|
|
301
|
+
gateio: typeof gateio;
|
|
302
|
+
gemini: typeof gemini;
|
|
303
|
+
hamtapay: typeof hamtapay;
|
|
304
|
+
hashkey: typeof hashkey;
|
|
305
|
+
hibachi: typeof hibachi;
|
|
306
|
+
hitbtc: typeof hitbtc;
|
|
307
|
+
hitobit: typeof hitobit;
|
|
308
|
+
hollaex: typeof hollaex;
|
|
309
|
+
htx: typeof htx;
|
|
310
|
+
huobi: typeof huobi;
|
|
311
|
+
hyperliquid: typeof hyperliquid;
|
|
312
|
+
independentreserve: typeof independentreserve;
|
|
313
|
+
indodax: typeof indodax;
|
|
314
|
+
jibitex: typeof jibitex;
|
|
315
|
+
kcex: typeof kcex;
|
|
316
|
+
kifpoolme: typeof kifpoolme;
|
|
317
|
+
kraken: typeof kraken;
|
|
318
|
+
krakenfutures: typeof krakenfutures;
|
|
319
|
+
kucoin: typeof kucoin;
|
|
320
|
+
kucoinfutures: typeof kucoinfutures;
|
|
321
|
+
latoken: typeof latoken;
|
|
322
|
+
lbank: typeof lbank;
|
|
323
|
+
luno: typeof luno;
|
|
324
|
+
mazdax: typeof mazdax;
|
|
325
|
+
mercado: typeof mercado;
|
|
326
|
+
mexc: typeof mexc;
|
|
327
|
+
modetrade: typeof modetrade;
|
|
328
|
+
myokx: typeof myokx;
|
|
329
|
+
ndax: typeof ndax;
|
|
330
|
+
nobitex: typeof nobitex;
|
|
331
|
+
novadax: typeof novadax;
|
|
332
|
+
oceanex: typeof oceanex;
|
|
333
|
+
okcoin: typeof okcoin;
|
|
334
|
+
okexchange: typeof okexchange;
|
|
335
|
+
okx: typeof okx;
|
|
336
|
+
okxus: typeof okxus;
|
|
337
|
+
ompfinex: typeof ompfinex;
|
|
338
|
+
onetrading: typeof onetrading;
|
|
339
|
+
oxfun: typeof oxfun;
|
|
340
|
+
p2b: typeof p2b;
|
|
341
|
+
paradex: typeof paradex;
|
|
342
|
+
paymium: typeof paymium;
|
|
343
|
+
phemex: typeof phemex;
|
|
344
|
+
pingi: typeof pingi;
|
|
345
|
+
poloniex: typeof poloniex;
|
|
346
|
+
pooleno: typeof pooleno;
|
|
347
|
+
probit: typeof probit;
|
|
348
|
+
ramzinex: typeof ramzinex;
|
|
349
|
+
sarmayex: typeof sarmayex;
|
|
350
|
+
sarrafex: typeof sarrafex;
|
|
351
|
+
tabdeal: typeof tabdeal;
|
|
352
|
+
tetherland: typeof tetherland;
|
|
353
|
+
timex: typeof timex;
|
|
354
|
+
tokocrypto: typeof tokocrypto;
|
|
355
|
+
toobit: typeof toobit;
|
|
356
|
+
tradeogre: typeof tradeogre;
|
|
357
|
+
twox: typeof twox;
|
|
358
|
+
ubitex: typeof ubitex;
|
|
359
|
+
upbit: typeof upbit;
|
|
360
|
+
vertex: typeof vertex;
|
|
361
|
+
wallex: typeof wallex;
|
|
362
|
+
wavesexchange: typeof wavesexchange;
|
|
363
|
+
whitebit: typeof whitebit;
|
|
364
|
+
woo: typeof woo;
|
|
365
|
+
woofipro: typeof woofipro;
|
|
366
|
+
xt: typeof xt;
|
|
367
|
+
yobit: typeof yobit;
|
|
368
|
+
zaif: typeof zaif;
|
|
369
|
+
zonda: typeof zonda;
|
|
370
|
+
};
|
|
371
|
+
declare const pro: {
|
|
372
|
+
alpaca: typeof alpacaPro;
|
|
373
|
+
apex: typeof apexPro;
|
|
374
|
+
ascendex: typeof ascendexPro;
|
|
375
|
+
bequant: typeof bequantPro;
|
|
376
|
+
binance: typeof binancePro;
|
|
377
|
+
binancecoinm: typeof binancecoinmPro;
|
|
378
|
+
binanceus: typeof binanceusPro;
|
|
379
|
+
binanceusdm: typeof binanceusdmPro;
|
|
380
|
+
bingx: typeof bingxPro;
|
|
381
|
+
bitfinex: typeof bitfinexPro;
|
|
382
|
+
bitget: typeof bitgetPro;
|
|
383
|
+
bithumb: typeof bithumbPro;
|
|
384
|
+
bitmart: typeof bitmartPro;
|
|
385
|
+
bitmex: typeof bitmexPro;
|
|
386
|
+
bitopro: typeof bitoproPro;
|
|
387
|
+
bitrue: typeof bitruePro;
|
|
388
|
+
bitstamp: typeof bitstampPro;
|
|
389
|
+
bittrade: typeof bittradePro;
|
|
390
|
+
bitvavo: typeof bitvavoPro;
|
|
391
|
+
blockchaincom: typeof blockchaincomPro;
|
|
392
|
+
blofin: typeof blofinPro;
|
|
393
|
+
bybit: typeof bybitPro;
|
|
394
|
+
cex: typeof cexPro;
|
|
395
|
+
coinbase: typeof coinbasePro;
|
|
396
|
+
coinbaseadvanced: typeof coinbaseadvancedPro;
|
|
397
|
+
coinbaseexchange: typeof coinbaseexchangePro;
|
|
398
|
+
coinbaseinternational: typeof coinbaseinternationalPro;
|
|
399
|
+
coincatch: typeof coincatchPro;
|
|
400
|
+
coincheck: typeof coincheckPro;
|
|
401
|
+
coinex: typeof coinexPro;
|
|
402
|
+
coinone: typeof coinonePro;
|
|
403
|
+
cryptocom: typeof cryptocomPro;
|
|
404
|
+
defx: typeof defxPro;
|
|
405
|
+
deribit: typeof deribitPro;
|
|
406
|
+
derive: typeof derivePro;
|
|
407
|
+
exmo: typeof exmoPro;
|
|
408
|
+
gate: typeof gatePro;
|
|
409
|
+
gateio: typeof gateioPro;
|
|
410
|
+
gemini: typeof geminiPro;
|
|
411
|
+
hashkey: typeof hashkeyPro;
|
|
412
|
+
hitbtc: typeof hitbtcPro;
|
|
413
|
+
hollaex: typeof hollaexPro;
|
|
414
|
+
htx: typeof htxPro;
|
|
415
|
+
huobi: typeof huobiPro;
|
|
416
|
+
hyperliquid: typeof hyperliquidPro;
|
|
417
|
+
independentreserve: typeof independentreservePro;
|
|
418
|
+
kraken: typeof krakenPro;
|
|
419
|
+
krakenfutures: typeof krakenfuturesPro;
|
|
420
|
+
kucoin: typeof kucoinPro;
|
|
421
|
+
kucoinfutures: typeof kucoinfuturesPro;
|
|
422
|
+
lbank: typeof lbankPro;
|
|
423
|
+
luno: typeof lunoPro;
|
|
424
|
+
mexc: typeof mexcPro;
|
|
425
|
+
modetrade: typeof modetradePro;
|
|
426
|
+
myokx: typeof myokxPro;
|
|
427
|
+
ndax: typeof ndaxPro;
|
|
428
|
+
okcoin: typeof okcoinPro;
|
|
429
|
+
okx: typeof okxPro;
|
|
430
|
+
okxus: typeof okxusPro;
|
|
431
|
+
onetrading: typeof onetradingPro;
|
|
432
|
+
oxfun: typeof oxfunPro;
|
|
433
|
+
p2b: typeof p2bPro;
|
|
434
|
+
paradex: typeof paradexPro;
|
|
435
|
+
phemex: typeof phemexPro;
|
|
436
|
+
poloniex: typeof poloniexPro;
|
|
437
|
+
probit: typeof probitPro;
|
|
438
|
+
tradeogre: typeof tradeogrePro;
|
|
439
|
+
upbit: typeof upbitPro;
|
|
440
|
+
vertex: typeof vertexPro;
|
|
441
|
+
whitebit: typeof whitebitPro;
|
|
442
|
+
woo: typeof wooPro;
|
|
443
|
+
woofipro: typeof woofiproPro;
|
|
444
|
+
xt: typeof xtPro;
|
|
445
|
+
};
|
|
446
|
+
declare const ccxt: {
|
|
447
|
+
version: string;
|
|
448
|
+
Exchange: typeof Exchange;
|
|
449
|
+
Precise: typeof Precise;
|
|
450
|
+
exchanges: string[];
|
|
451
|
+
pro: {
|
|
452
|
+
alpaca: typeof alpacaPro;
|
|
453
|
+
apex: typeof apexPro;
|
|
454
|
+
ascendex: typeof ascendexPro;
|
|
455
|
+
bequant: typeof bequantPro;
|
|
456
|
+
binance: typeof binancePro;
|
|
457
|
+
binancecoinm: typeof binancecoinmPro;
|
|
458
|
+
binanceus: typeof binanceusPro;
|
|
459
|
+
binanceusdm: typeof binanceusdmPro;
|
|
460
|
+
bingx: typeof bingxPro;
|
|
461
|
+
bitfinex: typeof bitfinexPro;
|
|
462
|
+
bitget: typeof bitgetPro;
|
|
463
|
+
bithumb: typeof bithumbPro;
|
|
464
|
+
bitmart: typeof bitmartPro;
|
|
465
|
+
bitmex: typeof bitmexPro;
|
|
466
|
+
bitopro: typeof bitoproPro;
|
|
467
|
+
bitrue: typeof bitruePro;
|
|
468
|
+
bitstamp: typeof bitstampPro;
|
|
469
|
+
bittrade: typeof bittradePro;
|
|
470
|
+
bitvavo: typeof bitvavoPro;
|
|
471
|
+
blockchaincom: typeof blockchaincomPro;
|
|
472
|
+
blofin: typeof blofinPro;
|
|
473
|
+
bybit: typeof bybitPro;
|
|
474
|
+
cex: typeof cexPro;
|
|
475
|
+
coinbase: typeof coinbasePro;
|
|
476
|
+
coinbaseadvanced: typeof coinbaseadvancedPro;
|
|
477
|
+
coinbaseexchange: typeof coinbaseexchangePro;
|
|
478
|
+
coinbaseinternational: typeof coinbaseinternationalPro;
|
|
479
|
+
coincatch: typeof coincatchPro;
|
|
480
|
+
coincheck: typeof coincheckPro;
|
|
481
|
+
coinex: typeof coinexPro;
|
|
482
|
+
coinone: typeof coinonePro;
|
|
483
|
+
cryptocom: typeof cryptocomPro;
|
|
484
|
+
defx: typeof defxPro;
|
|
485
|
+
deribit: typeof deribitPro;
|
|
486
|
+
derive: typeof derivePro;
|
|
487
|
+
exmo: typeof exmoPro;
|
|
488
|
+
gate: typeof gatePro;
|
|
489
|
+
gateio: typeof gateioPro;
|
|
490
|
+
gemini: typeof geminiPro;
|
|
491
|
+
hashkey: typeof hashkeyPro;
|
|
492
|
+
hitbtc: typeof hitbtcPro;
|
|
493
|
+
hollaex: typeof hollaexPro;
|
|
494
|
+
htx: typeof htxPro;
|
|
495
|
+
huobi: typeof huobiPro;
|
|
496
|
+
hyperliquid: typeof hyperliquidPro;
|
|
497
|
+
independentreserve: typeof independentreservePro;
|
|
498
|
+
kraken: typeof krakenPro;
|
|
499
|
+
krakenfutures: typeof krakenfuturesPro;
|
|
500
|
+
kucoin: typeof kucoinPro;
|
|
501
|
+
kucoinfutures: typeof kucoinfuturesPro;
|
|
502
|
+
lbank: typeof lbankPro;
|
|
503
|
+
luno: typeof lunoPro;
|
|
504
|
+
mexc: typeof mexcPro;
|
|
505
|
+
modetrade: typeof modetradePro;
|
|
506
|
+
myokx: typeof myokxPro;
|
|
507
|
+
ndax: typeof ndaxPro;
|
|
508
|
+
okcoin: typeof okcoinPro;
|
|
509
|
+
okx: typeof okxPro;
|
|
510
|
+
okxus: typeof okxusPro;
|
|
511
|
+
onetrading: typeof onetradingPro;
|
|
512
|
+
oxfun: typeof oxfunPro;
|
|
513
|
+
p2b: typeof p2bPro;
|
|
514
|
+
paradex: typeof paradexPro;
|
|
515
|
+
phemex: typeof phemexPro;
|
|
516
|
+
poloniex: typeof poloniexPro;
|
|
517
|
+
probit: typeof probitPro;
|
|
518
|
+
tradeogre: typeof tradeogrePro;
|
|
519
|
+
upbit: typeof upbitPro;
|
|
520
|
+
vertex: typeof vertexPro;
|
|
521
|
+
whitebit: typeof whitebitPro;
|
|
522
|
+
woo: typeof wooPro;
|
|
523
|
+
woofipro: typeof woofiproPro;
|
|
524
|
+
xt: typeof xtPro;
|
|
525
|
+
};
|
|
526
|
+
} & {
|
|
527
|
+
abantether: typeof abantether;
|
|
528
|
+
afratether: typeof afratether;
|
|
529
|
+
alpaca: typeof alpaca;
|
|
530
|
+
apex: typeof apex;
|
|
531
|
+
arzinja: typeof arzinja;
|
|
532
|
+
arzplus: typeof arzplus;
|
|
533
|
+
ascendex: typeof ascendex;
|
|
534
|
+
bequant: typeof bequant;
|
|
535
|
+
bigone: typeof bigone;
|
|
536
|
+
binance: typeof binance;
|
|
537
|
+
binancecoinm: typeof binancecoinm;
|
|
538
|
+
binanceus: typeof binanceus;
|
|
539
|
+
binanceusdm: typeof binanceusdm;
|
|
540
|
+
bingx: typeof bingx;
|
|
541
|
+
bit24: typeof bit24;
|
|
542
|
+
bit2c: typeof bit2c;
|
|
543
|
+
bitbank: typeof bitbank;
|
|
544
|
+
bitbarg: typeof bitbarg;
|
|
545
|
+
bitbns: typeof bitbns;
|
|
546
|
+
bitfinex: typeof bitfinex;
|
|
547
|
+
bitflyer: typeof bitflyer;
|
|
548
|
+
bitget: typeof bitget;
|
|
549
|
+
bithumb: typeof bithumb;
|
|
550
|
+
bitimen: typeof bitimen;
|
|
551
|
+
bitir: typeof bitir;
|
|
552
|
+
bitmart: typeof bitmart;
|
|
553
|
+
bitmex: typeof bitmex;
|
|
554
|
+
bitopro: typeof bitopro;
|
|
555
|
+
bitpin: typeof bitpin;
|
|
556
|
+
bitrue: typeof bitrue;
|
|
557
|
+
bitso: typeof bitso;
|
|
558
|
+
bitstamp: typeof bitstamp;
|
|
559
|
+
bitteam: typeof bitteam;
|
|
560
|
+
bittrade: typeof bittrade;
|
|
561
|
+
bitunix: typeof bitunix;
|
|
562
|
+
bitvavo: typeof bitvavo;
|
|
563
|
+
blockchaincom: typeof blockchaincom;
|
|
564
|
+
blofin: typeof blofin;
|
|
565
|
+
btcalpha: typeof btcalpha;
|
|
566
|
+
btcbox: typeof btcbox;
|
|
567
|
+
btcmarkets: typeof btcmarkets;
|
|
568
|
+
btcturk: typeof btcturk;
|
|
569
|
+
bybit: typeof bybit;
|
|
570
|
+
bydfi: typeof bydfi;
|
|
571
|
+
cafearz: typeof cafearz;
|
|
572
|
+
cex: typeof cex;
|
|
573
|
+
coinbase: typeof coinbase;
|
|
574
|
+
coinbaseadvanced: typeof coinbaseadvanced;
|
|
575
|
+
coinbaseexchange: typeof coinbaseexchange;
|
|
576
|
+
coinbaseinternational: typeof coinbaseinternational;
|
|
577
|
+
coincatch: typeof coincatch;
|
|
578
|
+
coincheck: typeof coincheck;
|
|
579
|
+
coinex: typeof coinex;
|
|
580
|
+
coinmate: typeof coinmate;
|
|
581
|
+
coinmetro: typeof coinmetro;
|
|
582
|
+
coinone: typeof coinone;
|
|
583
|
+
coinsph: typeof coinsph;
|
|
584
|
+
coinspot: typeof coinspot;
|
|
585
|
+
cryptocom: typeof cryptocom;
|
|
586
|
+
cryptomus: typeof cryptomus;
|
|
587
|
+
defx: typeof defx;
|
|
588
|
+
delta: typeof delta;
|
|
589
|
+
deribit: typeof deribit;
|
|
590
|
+
derive: typeof derive;
|
|
591
|
+
digifinex: typeof digifinex;
|
|
592
|
+
ellipx: typeof ellipx;
|
|
593
|
+
eterex: typeof eterex;
|
|
594
|
+
excoino: typeof excoino;
|
|
595
|
+
exir: typeof exir;
|
|
596
|
+
exmo: typeof exmo;
|
|
597
|
+
exnovin: typeof exnovin;
|
|
598
|
+
farhadexchange: typeof farhadexchange;
|
|
599
|
+
fmfwio: typeof fmfwio;
|
|
600
|
+
foxbit: typeof foxbit;
|
|
601
|
+
gate: typeof gate;
|
|
602
|
+
gateio: typeof gateio;
|
|
603
|
+
gemini: typeof gemini;
|
|
604
|
+
hamtapay: typeof hamtapay;
|
|
605
|
+
hashkey: typeof hashkey;
|
|
606
|
+
hibachi: typeof hibachi;
|
|
607
|
+
hitbtc: typeof hitbtc;
|
|
608
|
+
hitobit: typeof hitobit;
|
|
609
|
+
hollaex: typeof hollaex;
|
|
610
|
+
htx: typeof htx;
|
|
611
|
+
huobi: typeof huobi;
|
|
612
|
+
hyperliquid: typeof hyperliquid;
|
|
613
|
+
independentreserve: typeof independentreserve;
|
|
614
|
+
indodax: typeof indodax;
|
|
615
|
+
jibitex: typeof jibitex;
|
|
616
|
+
kcex: typeof kcex;
|
|
617
|
+
kifpoolme: typeof kifpoolme;
|
|
618
|
+
kraken: typeof kraken;
|
|
619
|
+
krakenfutures: typeof krakenfutures;
|
|
620
|
+
kucoin: typeof kucoin;
|
|
621
|
+
kucoinfutures: typeof kucoinfutures;
|
|
622
|
+
latoken: typeof latoken;
|
|
623
|
+
lbank: typeof lbank;
|
|
624
|
+
luno: typeof luno;
|
|
625
|
+
mazdax: typeof mazdax;
|
|
626
|
+
mercado: typeof mercado;
|
|
627
|
+
mexc: typeof mexc;
|
|
628
|
+
modetrade: typeof modetrade;
|
|
629
|
+
myokx: typeof myokx;
|
|
630
|
+
ndax: typeof ndax;
|
|
631
|
+
nobitex: typeof nobitex;
|
|
632
|
+
novadax: typeof novadax;
|
|
633
|
+
oceanex: typeof oceanex;
|
|
634
|
+
okcoin: typeof okcoin;
|
|
635
|
+
okexchange: typeof okexchange;
|
|
636
|
+
okx: typeof okx;
|
|
637
|
+
okxus: typeof okxus;
|
|
638
|
+
ompfinex: typeof ompfinex;
|
|
639
|
+
onetrading: typeof onetrading;
|
|
640
|
+
oxfun: typeof oxfun;
|
|
641
|
+
p2b: typeof p2b;
|
|
642
|
+
paradex: typeof paradex;
|
|
643
|
+
paymium: typeof paymium;
|
|
644
|
+
phemex: typeof phemex;
|
|
645
|
+
pingi: typeof pingi;
|
|
646
|
+
poloniex: typeof poloniex;
|
|
647
|
+
pooleno: typeof pooleno;
|
|
648
|
+
probit: typeof probit;
|
|
649
|
+
ramzinex: typeof ramzinex;
|
|
650
|
+
sarmayex: typeof sarmayex;
|
|
651
|
+
sarrafex: typeof sarrafex;
|
|
652
|
+
tabdeal: typeof tabdeal;
|
|
653
|
+
tetherland: typeof tetherland;
|
|
654
|
+
timex: typeof timex;
|
|
655
|
+
tokocrypto: typeof tokocrypto;
|
|
656
|
+
toobit: typeof toobit;
|
|
657
|
+
tradeogre: typeof tradeogre;
|
|
658
|
+
twox: typeof twox;
|
|
659
|
+
ubitex: typeof ubitex;
|
|
660
|
+
upbit: typeof upbit;
|
|
661
|
+
vertex: typeof vertex;
|
|
662
|
+
wallex: typeof wallex;
|
|
663
|
+
wavesexchange: typeof wavesexchange;
|
|
664
|
+
whitebit: typeof whitebit;
|
|
665
|
+
woo: typeof woo;
|
|
666
|
+
woofipro: typeof woofipro;
|
|
667
|
+
xt: typeof xt;
|
|
668
|
+
yobit: typeof yobit;
|
|
669
|
+
zaif: typeof zaif;
|
|
670
|
+
zonda: typeof zonda;
|
|
671
|
+
} & typeof functions & typeof errors;
|
|
672
|
+
export { version, Exchange, exchanges, pro, Precise, functions, errors, BaseError, ExchangeError, AuthenticationError, PermissionDenied, AccountNotEnabled, AccountSuspended, ArgumentsRequired, BadRequest, BadSymbol, OperationRejected, NoChange, MarginModeAlreadySet, MarketClosed, ManualInteractionNeeded, RestrictedLocation, InsufficientFunds, InvalidAddress, AddressPending, InvalidOrder, OrderNotFound, OrderNotCached, OrderImmediatelyFillable, OrderNotFillable, DuplicateOrderId, ContractUnavailable, NotSupported, InvalidProxySettings, ExchangeClosedByUser, OperationFailed, NetworkError, DDoSProtection, RateLimitExceeded, ExchangeNotAvailable, OnMaintenance, InvalidNonce, ChecksumError, RequestTimeout, BadResponse, NullResponse, CancelPending, UnsubscribeError, Int, int, Str, Strings, Num, Bool, IndexType, OrderSide, OrderType, MarketType, SubType, Dict, NullableDict, List, NullableList, Fee, OHLCV, OHLCVC, implicitReturnType, Market, Currency, ConstructorArgs, Dictionary, MinMax, FeeInterface, TradingFeeInterface, MarketMarginModes, MarketInterface, Trade, Order, OrderBook, OrderBooks, Ticker, Transaction, Tickers, CurrencyInterface, Balance, BalanceAccount, Account, PartialBalances, Balances, DepositAddress, WithdrawalResponse, FundingRate, FundingRates, Position, BorrowInterest, LeverageTier, LedgerEntry, DepositWithdrawFeeNetwork, DepositWithdrawFee, TransferEntry, CrossBorrowRate, IsolatedBorrowRate, FundingRateHistory, OpenInterest, OpenInterests, Liquidation, OrderRequest, CancellationRequest, FundingHistory, MarginMode, Greeks, Conversion, Option, LastPrice, Leverage, LongShortRatio, MarginModification, Leverages, LastPrices, Currencies, TradingFees, MarginModes, OptionChain, IsolatedBorrowRates, CrossBorrowRates, LeverageTiers, abantether, afratether, alpaca, apex, arzinja, arzplus, ascendex, bequant, bigone, binance, binancecoinm, binanceus, binanceusdm, bingx, bit24, bit2c, bitbank, bitbarg, bitbns, bitfinex, bitflyer, bitget, bithumb, bitimen, bitir, bitmart, bitmex, bitopro, bitpin, bitrue, bitso, bitstamp, bitteam, bittrade, bitunix, bitvavo, blockchaincom, blofin, btcalpha, btcbox, btcmarkets, btcturk, bybit, bydfi, cafearz, cex, coinbase, coinbaseadvanced, coinbaseexchange, coinbaseinternational, coincatch, coincheck, coinex, coinmate, coinmetro, coinone, coinsph, coinspot, cryptocom, cryptomus, defx, delta, deribit, derive, digifinex, ellipx, eterex, excoino, exir, exmo, exnovin, farhadexchange, fmfwio, foxbit, gate, gateio, gemini, hamtapay, hashkey, hibachi, hitbtc, hitobit, hollaex, htx, huobi, hyperliquid, independentreserve, indodax, jibitex, kcex, kifpoolme, kraken, krakenfutures, kucoin, kucoinfutures, latoken, lbank, luno, mazdax, mercado, mexc, modetrade, myokx, ndax, nobitex, novadax, oceanex, okcoin, okexchange, okx, okxus, ompfinex, onetrading, oxfun, p2b, paradex, paymium, phemex, pingi, poloniex, pooleno, probit, ramzinex, sarmayex, sarrafex, tabdeal, tetherland, timex, tokocrypto, toobit, tradeogre, twox, ubitex, upbit, vertex, wallex, wavesexchange, whitebit, woo, woofipro, xt, yobit, zaif, zonda, };
|
|
673
|
+
export default ccxt;
|