ccxt 4.1.47 → 4.1.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +124 -124
- package/dist/ccxt.browser.js +545 -384
- package/dist/ccxt.browser.min.js +3 -3
- package/dist/cjs/ccxt.js +6 -1
- package/dist/cjs/src/abstract/htx.js +9 -0
- package/dist/cjs/src/binance.js +2 -0
- package/dist/cjs/src/bitmart.js +183 -62
- package/dist/cjs/src/htx.js +8505 -0
- package/dist/cjs/src/huobi.js +5 -8503
- package/dist/cjs/src/kraken.js +0 -4
- package/dist/cjs/src/pro/htx.js +2356 -0
- package/dist/cjs/src/pro/huobi.js +5 -2345
- package/dist/cjs/src/timex.js +1 -1
- package/js/ccxt.d.ts +8 -2
- package/js/ccxt.js +6 -2
- package/js/src/abstract/binance.d.ts +2 -0
- package/js/src/abstract/binancecoinm.d.ts +2 -0
- package/js/src/abstract/binanceus.d.ts +2 -0
- package/js/src/abstract/binanceusdm.d.ts +2 -0
- package/js/src/abstract/htx.d.ts +544 -0
- package/js/src/abstract/htx.js +11 -0
- package/js/src/abstract/huobi.d.ts +4 -4
- package/js/src/ace.d.ts +2 -2
- package/js/src/ascendex.d.ts +2 -2
- package/js/src/base/Exchange.d.ts +2 -2
- package/js/src/base/types.d.ts +0 -1
- package/js/src/bigone.d.ts +2 -2
- package/js/src/binance.d.ts +3 -56
- package/js/src/binance.js +2 -0
- package/js/src/bingx.d.ts +3 -55
- package/js/src/bitbns.d.ts +2 -2
- package/js/src/bitfinex.d.ts +2 -2
- package/js/src/bitfinex2.d.ts +2 -2
- package/js/src/bitget.d.ts +3 -53
- package/js/src/bithumb.d.ts +2 -2
- package/js/src/bitmart.d.ts +4 -2
- package/js/src/bitmart.js +183 -62
- package/js/src/bitmex.d.ts +2 -2
- package/js/src/bitopro.d.ts +2 -2
- package/js/src/bitpanda.d.ts +2 -2
- package/js/src/bitrue.d.ts +2 -2
- package/js/src/bitstamp.d.ts +2 -2
- package/js/src/bittrex.d.ts +2 -2
- package/js/src/bitvavo.d.ts +2 -2
- package/js/src/blockchaincom.d.ts +2 -2
- package/js/src/btcalpha.d.ts +2 -2
- package/js/src/btcturk.d.ts +2 -2
- package/js/src/bybit.d.ts +2 -2
- package/js/src/cex.d.ts +2 -2
- package/js/src/coinbase.d.ts +2 -2
- package/js/src/coinbasepro.d.ts +2 -2
- package/js/src/coinex.d.ts +2 -2
- package/js/src/coinfalcon.d.ts +2 -2
- package/js/src/coinlist.d.ts +2 -2
- package/js/src/coinone.d.ts +2 -2
- package/js/src/coinsph.d.ts +2 -2
- package/js/src/coinspot.d.ts +2 -2
- package/js/src/cryptocom.d.ts +2 -2
- package/js/src/currencycom.d.ts +2 -2
- package/js/src/delta.d.ts +2 -2
- package/js/src/deribit.d.ts +2 -2
- package/js/src/digifinex.d.ts +2 -2
- package/js/src/exmo.d.ts +2 -2
- package/js/src/gate.d.ts +2 -2
- package/js/src/gemini.d.ts +3 -51
- package/js/src/hitbtc.d.ts +2 -2
- package/js/src/hollaex.d.ts +2 -2
- package/js/src/htx.d.ts +257 -0
- package/js/src/htx.js +8506 -0
- package/js/src/huobi.d.ts +2 -255
- package/js/src/huobi.js +5 -8503
- package/js/src/huobijp.d.ts +2 -2
- package/js/src/idex.d.ts +2 -2
- package/js/src/indodax.d.ts +2 -2
- package/js/src/kraken.d.ts +2 -2
- package/js/src/kraken.js +0 -4
- package/js/src/krakenfutures.d.ts +2 -2
- package/js/src/kucoin.d.ts +2 -2
- package/js/src/kuna.d.ts +2 -2
- package/js/src/latoken.d.ts +2 -2
- package/js/src/lbank.d.ts +2 -2
- package/js/src/lbank2.d.ts +2 -2
- package/js/src/luno.d.ts +2 -2
- package/js/src/lykke.d.ts +2 -2
- package/js/src/mexc.d.ts +2 -2
- package/js/src/novadax.d.ts +2 -2
- package/js/src/oceanex.d.ts +2 -2
- package/js/src/okcoin.d.ts +3 -3
- package/js/src/okx.d.ts +3 -3
- package/js/src/phemex.d.ts +2 -2
- package/js/src/poloniex.d.ts +2 -2
- package/js/src/poloniexfutures.d.ts +2 -2
- package/js/src/pro/htx.d.ts +45 -0
- package/js/src/pro/htx.js +2357 -0
- package/js/src/pro/huobi.d.ts +2 -43
- package/js/src/pro/huobi.js +5 -2345
- package/js/src/probit.d.ts +2 -2
- package/js/src/tidex.d.ts +2 -2
- package/js/src/timex.d.ts +3 -53
- package/js/src/timex.js +1 -1
- package/js/src/tokocrypto.d.ts +2 -2
- package/js/src/upbit.d.ts +2 -2
- package/js/src/wavesexchange.d.ts +2 -2
- package/js/src/wazirx.d.ts +2 -2
- package/js/src/whitebit.d.ts +2 -2
- package/js/src/yobit.d.ts +2 -2
- package/js/src/zonda.d.ts +2 -2
- package/package.json +1 -1
- package/skip-tests.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# CCXT – CryptoCurrency eXchange Trading Library
|
|
2
2
|
|
|
3
|
-
[](https://travis-ci.com/ccxt/ccxt) [](https://npmjs.com/package/ccxt) [](https://pypi.python.org/pypi/ccxt) [](https://www.npmjs.com/package/ccxt) [](https://discord.gg/ccxt) [](https://travis-ci.com/ccxt/ccxt) [](https://npmjs.com/package/ccxt) [](https://pypi.python.org/pypi/ccxt) [](https://www.npmjs.com/package/ccxt) [](https://discord.gg/ccxt) [](https://github.com/ccxt/ccxt/wiki/Exchange-Markets) [](https://twitter.com/ccxt_official)
|
|
4
4
|
|
|
5
5
|
A JavaScript / Python / PHP / C# library for cryptocurrency trading and e-commerce with support for many bitcoin/ether/altcoin exchange markets and merchant APIs.
|
|
6
6
|
|
|
@@ -34,131 +34,131 @@ Current feature list:
|
|
|
34
34
|
## Certified Cryptocurrency Exchanges
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
| logo
|
|
38
|
-
|
|
39
|
-
| [](https://accounts.binance.com/en/register?ref=D7YA7CLY)
|
|
40
|
-
| [](https://accounts.binance.com/en/register?ref=D7YA7CLY)
|
|
41
|
-
| [](https://accounts.binance.com/en/register?ref=D7YA7CLY)
|
|
42
|
-
| [](https://bingx.com/invite/OHETOM)
|
|
43
|
-
| [](https://www.bitget.com/expressly?languageType=0&channelCode=ccxt&vipCode=tg9j)
|
|
44
|
-
| [](http://www.bitmart.com/?r=rQCFLh)
|
|
45
|
-
| [](https://www.bitmex.com/register/upZpOX)
|
|
46
|
-
| [](https://bitvavo.com/?a=24F34952F7)
|
|
47
|
-
| [](https://www.bybit.com/register?affiliate_id=35953)
|
|
48
|
-
| [](https://crypto.com/exch/5835vstech)
|
|
49
|
-
| [](https://www.gate.io/signup/2436035)
|
|
50
|
-
| [](https://www.kucoin.com/ucenter/signup?rcode=E5wkqe)
|
|
52
|
-
| [](https://futures.kucoin.com/?rcode=E5wkqe)
|
|
53
|
-
| [](https://m.mexc.com/auth/signup?inviteCode=1FQ1G)
|
|
54
|
-
| [](https://www.okx.com/activities/ccxt-trade-and-earn?channelid=CCXT2023)
|
|
55
|
-
| [](https://wx.network)
|
|
56
|
-
| [](https://x.woo.org/register?ref=YWOWC96B)
|
|
37
|
+
| logo | id | name | ver | certified | pro | discount |
|
|
38
|
+
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|-------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------:|-----------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
|
|
39
|
+
| [](https://accounts.binance.com/en/register?ref=D7YA7CLY) | binance | [Binance](https://accounts.binance.com/en/register?ref=D7YA7CLY) | [](https://binance-docs.github.io/apidocs/spot/en) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | [](https://accounts.binance.com/en/register?ref=D7YA7CLY) |
|
|
40
|
+
| [](https://accounts.binance.com/en/register?ref=D7YA7CLY) | binancecoinm | [Binance COIN-M](https://accounts.binance.com/en/register?ref=D7YA7CLY) | [](https://binance-docs.github.io/apidocs/delivery/en/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | [](https://accounts.binance.com/en/register?ref=D7YA7CLY) |
|
|
41
|
+
| [](https://accounts.binance.com/en/register?ref=D7YA7CLY) | binanceusdm | [Binance USDⓈ-M](https://accounts.binance.com/en/register?ref=D7YA7CLY) | [](https://binance-docs.github.io/apidocs/futures/en/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | [](https://accounts.binance.com/en/register?ref=D7YA7CLY) |
|
|
42
|
+
| [](https://bingx.com/invite/OHETOM) | bingx | [BingX](https://bingx.com/invite/OHETOM) | [](https://bingx-api.github.io/docs/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | |
|
|
43
|
+
| [](https://www.bitget.com/expressly?languageType=0&channelCode=ccxt&vipCode=tg9j) | bitget | [Bitget](https://www.bitget.com/expressly?languageType=0&channelCode=ccxt&vipCode=tg9j) | [](https://bitgetlimited.github.io/apidoc/en/mix) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | |
|
|
44
|
+
| [](http://www.bitmart.com/?r=rQCFLh) | bitmart | [BitMart](http://www.bitmart.com/?r=rQCFLh) | [](https://developer-pro.bitmart.com/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | [](http://www.bitmart.com/?r=rQCFLh) |
|
|
45
|
+
| [](https://www.bitmex.com/register/upZpOX) | bitmex | [BitMEX](https://www.bitmex.com/register/upZpOX) | [](https://www.bitmex.com/app/apiOverview) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | |
|
|
46
|
+
| [](https://bitvavo.com/?a=24F34952F7) | bitvavo | [Bitvavo](https://bitvavo.com/?a=24F34952F7) | [](https://docs.bitvavo.com/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | |
|
|
47
|
+
| [](https://www.bybit.com/register?affiliate_id=35953) | bybit | [Bybit](https://www.bybit.com/register?affiliate_id=35953) | [](https://bybit-exchange.github.io/docs/inverse/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | |
|
|
48
|
+
| [](https://crypto.com/exch/5835vstech) | cryptocom | [Crypto.com](https://crypto.com/exch/5835vstech) | [](https://exchange-docs.crypto.com/exchange/v1/rest-ws/index.html) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | |
|
|
49
|
+
| [](https://www.gate.io/signup/2436035) | gate | [Gate.io](https://www.gate.io/signup/2436035) | [](https://www.gate.io/docs/developers/apiv4/en/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | [](https://www.gate.io/signup/2436035) |
|
|
50
|
+
| [](https://www.huobi.com/en-us/v/register/double-invite/?inviter_id=11343840&invite_code=6rmm2223) | htx | [HTX](https://www.huobi.com/en-us/v/register/double-invite/?inviter_id=11343840&invite_code=6rmm2223) | [](https://huobiapi.github.io/docs/spot/v1/en/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | [](https://www.huobi.com/en-us/v/register/double-invite/?inviter_id=11343840&invite_code=6rmm2223) |
|
|
51
|
+
| [](https://www.kucoin.com/ucenter/signup?rcode=E5wkqe) | kucoin | [KuCoin](https://www.kucoin.com/ucenter/signup?rcode=E5wkqe) | [](https://docs.kucoin.com) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | |
|
|
52
|
+
| [](https://futures.kucoin.com/?rcode=E5wkqe) | kucoinfutures | [KuCoin Futures](https://futures.kucoin.com/?rcode=E5wkqe) | [](https://docs.kucoin.com/futures) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | |
|
|
53
|
+
| [](https://m.mexc.com/auth/signup?inviteCode=1FQ1G) | mexc | [MEXC Global](https://m.mexc.com/auth/signup?inviteCode=1FQ1G) | [](https://mxcdevelop.github.io/apidocs/spot_v3_en/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | |
|
|
54
|
+
| [](https://www.okx.com/activities/ccxt-trade-and-earn?channelid=CCXT2023) | okx | [OKX](https://www.okx.com/activities/ccxt-trade-and-earn?channelid=CCXT2023) | [](https://www.okx.com/docs-v5/en/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | [](https://www.okx.com/activities/ccxt-trade-and-earn?channelid=CCXT2023) |
|
|
55
|
+
| [](https://wx.network) | wavesexchange | [Waves.Exchange](https://wx.network) | [](https://docs.wx.network) | [](https://github.com/ccxt/ccxt/wiki/Certification) | | |
|
|
56
|
+
| [](https://x.woo.org/register?ref=YWOWC96B) | woo | [WOO X](https://x.woo.org/register?ref=YWOWC96B) | [](https://docs.woo.org/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | [](https://x.woo.org/register?ref=YWOWC96B) |
|
|
57
57
|
|
|
58
58
|
## Supported Cryptocurrency Exchange Markets
|
|
59
59
|
|
|
60
60
|
The CCXT library currently supports the following 98 cryptocurrency exchange markets and trading APIs:
|
|
61
61
|
|
|
62
|
-
| logo
|
|
63
|
-
|
|
64
|
-
| [](https://ace.io/)
|
|
65
|
-
| [](https://alpaca.markets)
|
|
66
|
-
| [](https://ascendex.com/en-us/register?inviteCode=EL6BXBQM)
|
|
67
|
-
| [](https://bequant.io)
|
|
68
|
-
| [](https://b1.run/users/new?code=D3LLBVFT)
|
|
69
|
-
| [](https://accounts.binance.com/en/register?ref=D7YA7CLY)
|
|
70
|
-
| [](https://accounts.binance.com/en/register?ref=D7YA7CLY)
|
|
71
|
-
| [](https://www.binance.us/?ref=35005074)
|
|
72
|
-
| [](https://accounts.binance.com/en/register?ref=D7YA7CLY)
|
|
73
|
-
| [](https://bingx.com/invite/OHETOM)
|
|
74
|
-
| [](https://bit2c.co.il/Aff/63bfed10-e359-420c-ab5a-ad368dab0baf)
|
|
75
|
-
| [](https://bitbank.cc/)
|
|
76
|
-
| [](https://ref.bitbns.com/1090961)
|
|
77
|
-
| [](https://www.bitfinex.com/?refcode=P61eYxFL)
|
|
78
|
-
| [](https://www.bitfinex.com)
|
|
79
|
-
| [](https://bitflyer.com)
|
|
80
|
-
| [](https://www.bitforex.com/en/invitationRegister?inviterId=1867438)
|
|
81
|
-
| [](https://www.bitget.com/expressly?languageType=0&channelCode=ccxt&vipCode=tg9j)
|
|
82
|
-
| [](https://www.bithumb.com)
|
|
83
|
-
| [](http://www.bitmart.com/?r=rQCFLh)
|
|
84
|
-
| [](https://www.bitmex.com/register/upZpOX)
|
|
85
|
-
| [](https://www.bitopro.com)
|
|
86
|
-
| [](https://www.bitpanda.com/en/pro)
|
|
87
|
-
| [](https://www.bitrue.com/activity/task/task-landing?inviteCode=EZWETQE&cn=900000)
|
|
88
|
-
| [](https://bitso.com/?ref=itej)
|
|
89
|
-
| [](https://www.bitstamp.net)
|
|
90
|
-
| [](https://www.bitstamp.net)
|
|
91
|
-
| [](https://bittrex.com/Account/Register?referralCode=1ZE-G0G-M3B)
|
|
92
|
-
| [](https://bitvavo.com/?a=24F34952F7)
|
|
93
|
-
| [](https://bl3p.eu)
|
|
94
|
-
| [](https://blockchain.com)
|
|
95
|
-
| [](https://btc-alpha.com/?r=123788)
|
|
96
|
-
| [](https://www.btcbox.co.jp/)
|
|
97
|
-
| [](https://btcmarkets.net)
|
|
98
|
-
| [](https://btc-trade.com.ua/registration/22689)
|
|
99
|
-
| [](https://www.btcturk.com)
|
|
100
|
-
| [](https://www.bybit.com/register?affiliate_id=35953)
|
|
101
|
-
| [](https://cex.io/r/0/up105393824/0/)
|
|
102
|
-
| [](https://www.coinbase.com/join/58cbe25a355148797479dbd2)
|
|
103
|
-
| [](https://exchange.coinbase.com)
|
|
104
|
-
| [](https://pro.coinbase.com/)
|
|
105
|
-
| [](https://coincheck.com)
|
|
106
|
-
| [](https://www.coinex.com/register?refer_code=yw5fz)
|
|
107
|
-
| [](https://coinfalcon.com/?ref=CFJSVGTUPASB)
|
|
108
|
-
| [](https://coinlist.co)
|
|
109
|
-
| [](https://coinmate.io?referral=YTFkM1RsOWFObVpmY1ZjMGREQmpTRnBsWjJJNVp3PT0)
|
|
110
|
-
| [](https://coinone.co.kr)
|
|
111
|
-
| [](https://coins.ph/)
|
|
112
|
-
| [](https://www.coinspot.com.au/register?code=PJURCU)
|
|
113
|
-
| [](https://crypto.com/exch/5835vstech)
|
|
114
|
-
| [](https://currency.com/trading/signup?c=362jaimv&pid=referral)
|
|
115
|
-
| [](https://www.delta.exchange/app/signup/?code=IULYNB)
|
|
116
|
-
| [](https://www.deribit.com/reg-1189.4038)
|
|
117
|
-
| [](https://www.digifinex.com/en-ww/from/DhOzBg?channelCode=ljaUPp)
|
|
118
|
-
| [](https://exmo.me/?ref=131685)
|
|
119
|
-
| [](https://fmfw.io/referral/da948b21d6c92d69)
|
|
120
|
-
| [](https://www.gate.io/signup/2436035)
|
|
121
|
-
| [](https://gemini.com/)
|
|
122
|
-
| [](https://hitbtc.com/?ref_id=5a5d39a65d466)
|
|
123
|
-
| [](https://pro.hollaex.com/signup?affiliation_code=QSWA6G)
|
|
124
|
-
| [](https://www.huobi.co.jp/register/?invite_code=znnq3)
|
|
126
|
-
| [](https://idex.io)
|
|
127
|
-
| [](https://www.independentreserve.com)
|
|
128
|
-
| [](https://indodax.com/ref/testbitcoincoid/1)
|
|
129
|
-
| [](https://www.kraken.com)
|
|
130
|
-
| [](https://futures.kraken.com/)
|
|
131
|
-
| [](https://www.kucoin.com/ucenter/signup?rcode=E5wkqe)
|
|
132
|
-
| [](https://futures.kucoin.com/?rcode=E5wkqe)
|
|
133
|
-
| [](https://kuna.io?r=kunaid-gvfihe8az7o4)
|
|
134
|
-
| [](https://latoken.com/invite?r=mvgp2djk)
|
|
135
|
-
| [](https://www.lbank.info/invitevip?icode=7QCY)
|
|
136
|
-
| [](https://www.lbank.info/invitevip?icode=7QCY)
|
|
137
|
-
| [](https://www.luno.com/invite/44893A)
|
|
138
|
-
| [](https://www.lykke.com)
|
|
139
|
-
| [](https://www.mercadobitcoin.com.br)
|
|
140
|
-
| [](https://m.mexc.com/auth/signup?inviteCode=1FQ1G)
|
|
141
|
-
| [](https://one.ndax.io/bfQiSL)
|
|
142
|
-
| [](https://www.novadax.com.br/?s=ccxt)
|
|
143
|
-
| [](https://oceanex.pro/signup?referral=VE24QX)
|
|
144
|
-
| [](https://www.okcoin.com/account/register?flag=activity&channelId=600001513)
|
|
145
|
-
| [](https://www.okx.com/activities/ccxt-trade-and-earn?channelid=CCXT2023)
|
|
146
|
-
| [](https://www.paymium.com/page/sign-up?referral=eDAzPoRQFMvaAB8sf-qj)
|
|
147
|
-
| [](https://phemex.com/register?referralCode=EDNVJ)
|
|
148
|
-
| [](https://poloniex.com/signup?c=UBFZJRPJ)
|
|
149
|
-
| [](https://poloniex.com/signup?c=UBFZJRPJ)
|
|
150
|
-
| [](https://www.probit.com/r/34608773)
|
|
151
|
-
| [](https://tidex.com/exchange)
|
|
152
|
-
| [](https://timex.io/?refcode=1x27vNkTbP1uwkCck)
|
|
153
|
-
| [](https://tokocrypto.com)
|
|
154
|
-
| [](https://upbit.com)
|
|
155
|
-
| [](https://wx.network)
|
|
156
|
-
| [](https://wazirx.com/invite/k7rrnks5)
|
|
157
|
-
| [](https://whitebit.com/referral/d9bdf40e-28f2-4b52-b2f9-cd1415d82963)
|
|
158
|
-
| [](https://x.woo.org/register?ref=YWOWC96B)
|
|
159
|
-
| [](https://www.yobit.net)
|
|
160
|
-
| [](https://zaif.jp)
|
|
161
|
-
| [](https://auth.zondaglobal.com/ref/jHlbB4mIkdS1)
|
|
62
|
+
| logo | id | name | ver | certified | pro |
|
|
63
|
+
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------|-------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------:|-----------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------|
|
|
64
|
+
| [](https://ace.io/) | ace | [ACE](https://ace.io/) | [](https://github.com/ace-exchange/ace-offical-api-docs) | | |
|
|
65
|
+
| [](https://alpaca.markets) | alpaca | [Alpaca](https://alpaca.markets) | [](https://alpaca.markets/docs/) | | [](https://ccxt.pro) |
|
|
66
|
+
| [](https://ascendex.com/en-us/register?inviteCode=EL6BXBQM) | ascendex | [AscendEX](https://ascendex.com/en-us/register?inviteCode=EL6BXBQM) | [](https://ascendex.github.io/ascendex-pro-api/#ascendex-pro-api-documentation) | | [](https://ccxt.pro) |
|
|
67
|
+
| [](https://bequant.io) | bequant | [Bequant](https://bequant.io) | [](https://api.bequant.io/) | | [](https://ccxt.pro) |
|
|
68
|
+
| [](https://b1.run/users/new?code=D3LLBVFT) | bigone | [BigONE](https://b1.run/users/new?code=D3LLBVFT) | [](https://open.big.one/docs/api.html) | | |
|
|
69
|
+
| [](https://accounts.binance.com/en/register?ref=D7YA7CLY) | binance | [Binance](https://accounts.binance.com/en/register?ref=D7YA7CLY) | [](https://binance-docs.github.io/apidocs/spot/en) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
|
70
|
+
| [](https://accounts.binance.com/en/register?ref=D7YA7CLY) | binancecoinm | [Binance COIN-M](https://accounts.binance.com/en/register?ref=D7YA7CLY) | [](https://binance-docs.github.io/apidocs/delivery/en/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
|
71
|
+
| [](https://www.binance.us/?ref=35005074) | binanceus | [Binance US](https://www.binance.us/?ref=35005074) | [](https://github.com/binance-us/binance-official-api-docs) | | [](https://ccxt.pro) |
|
|
72
|
+
| [](https://accounts.binance.com/en/register?ref=D7YA7CLY) | binanceusdm | [Binance USDⓈ-M](https://accounts.binance.com/en/register?ref=D7YA7CLY) | [](https://binance-docs.github.io/apidocs/futures/en/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
|
73
|
+
| [](https://bingx.com/invite/OHETOM) | bingx | [BingX](https://bingx.com/invite/OHETOM) | [](https://bingx-api.github.io/docs/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
|
74
|
+
| [](https://bit2c.co.il/Aff/63bfed10-e359-420c-ab5a-ad368dab0baf) | bit2c | [Bit2C](https://bit2c.co.il/Aff/63bfed10-e359-420c-ab5a-ad368dab0baf) | [](https://www.bit2c.co.il/home/api) | | |
|
|
75
|
+
| [](https://bitbank.cc/) | bitbank | [bitbank](https://bitbank.cc/) | [](https://docs.bitbank.cc/) | | |
|
|
76
|
+
| [](https://ref.bitbns.com/1090961) | bitbns | [Bitbns](https://ref.bitbns.com/1090961) | [](https://bitbns.com/trade/#/api-trading/) | | |
|
|
77
|
+
| [](https://www.bitfinex.com/?refcode=P61eYxFL) | bitfinex | [Bitfinex](https://www.bitfinex.com/?refcode=P61eYxFL) | [](https://docs.bitfinex.com/v1/docs) | | [](https://ccxt.pro) |
|
|
78
|
+
| [](https://www.bitfinex.com) | bitfinex2 | [Bitfinex](https://www.bitfinex.com) | [](https://docs.bitfinex.com/v2/docs/) | | [](https://ccxt.pro) |
|
|
79
|
+
| [](https://bitflyer.com) | bitflyer | [bitFlyer](https://bitflyer.com) | [](https://lightning.bitflyer.com/docs?lang=en) | | |
|
|
80
|
+
| [](https://www.bitforex.com/en/invitationRegister?inviterId=1867438) | bitforex | [Bitforex](https://www.bitforex.com/en/invitationRegister?inviterId=1867438) | [](https://github.com/githubdev2020/API_Doc_en/wiki) | | |
|
|
81
|
+
| [](https://www.bitget.com/expressly?languageType=0&channelCode=ccxt&vipCode=tg9j) | bitget | [Bitget](https://www.bitget.com/expressly?languageType=0&channelCode=ccxt&vipCode=tg9j) | [](https://bitgetlimited.github.io/apidoc/en/mix) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
|
82
|
+
| [](https://www.bithumb.com) | bithumb | [Bithumb](https://www.bithumb.com) | [](https://apidocs.bithumb.com) | | |
|
|
83
|
+
| [](http://www.bitmart.com/?r=rQCFLh) | bitmart | [BitMart](http://www.bitmart.com/?r=rQCFLh) | [](https://developer-pro.bitmart.com/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
|
84
|
+
| [](https://www.bitmex.com/register/upZpOX) | bitmex | [BitMEX](https://www.bitmex.com/register/upZpOX) | [](https://www.bitmex.com/app/apiOverview) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
|
85
|
+
| [](https://www.bitopro.com) | bitopro | [BitoPro](https://www.bitopro.com) | [](https://github.com/bitoex/bitopro-offical-api-docs/blob/master/v3-1/rest-1/rest.md) | | [](https://ccxt.pro) |
|
|
86
|
+
| [](https://www.bitpanda.com/en/pro) | bitpanda | [Bitpanda Pro](https://www.bitpanda.com/en/pro) | [](https://developers.bitpanda.com/exchange/) | | [](https://ccxt.pro) |
|
|
87
|
+
| [](https://www.bitrue.com/activity/task/task-landing?inviteCode=EZWETQE&cn=900000) | bitrue | [Bitrue](https://www.bitrue.com/activity/task/task-landing?inviteCode=EZWETQE&cn=900000) | [](https://github.com/Bitrue-exchange/bitrue-official-api-docs) | | [](https://ccxt.pro) |
|
|
88
|
+
| [](https://bitso.com/?ref=itej) | bitso | [Bitso](https://bitso.com/?ref=itej) | [](https://bitso.com/api_info) | | |
|
|
89
|
+
| [](https://www.bitstamp.net) | bitstamp | [Bitstamp](https://www.bitstamp.net) | [](https://www.bitstamp.net/api) | | [](https://ccxt.pro) |
|
|
90
|
+
| [](https://www.bitstamp.net) | bitstamp1 | [Bitstamp](https://www.bitstamp.net) | [](https://www.bitstamp.net/api) | | |
|
|
91
|
+
| [](https://bittrex.com/Account/Register?referralCode=1ZE-G0G-M3B) | bittrex | [Bittrex](https://bittrex.com/Account/Register?referralCode=1ZE-G0G-M3B) | [](https://bittrex.github.io/api/v3) | | [](https://ccxt.pro) |
|
|
92
|
+
| [](https://bitvavo.com/?a=24F34952F7) | bitvavo | [Bitvavo](https://bitvavo.com/?a=24F34952F7) | [](https://docs.bitvavo.com/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
|
93
|
+
| [](https://bl3p.eu) | bl3p | [BL3P](https://bl3p.eu) | [](https://github.com/BitonicNL/bl3p-api/tree/master/docs) | | |
|
|
94
|
+
| [](https://blockchain.com) | blockchaincom | [Blockchain.com](https://blockchain.com) | [](https://api.blockchain.com/v3) | | [](https://ccxt.pro) |
|
|
95
|
+
| [](https://btc-alpha.com/?r=123788) | btcalpha | [BTC-Alpha](https://btc-alpha.com/?r=123788) | [](https://btc-alpha.github.io/api-docs) | | |
|
|
96
|
+
| [](https://www.btcbox.co.jp/) | btcbox | [BtcBox](https://www.btcbox.co.jp/) | [](https://blog.btcbox.jp/en/archives/8762) | | |
|
|
97
|
+
| [](https://btcmarkets.net) | btcmarkets | [BTC Markets](https://btcmarkets.net) | [](https://api.btcmarkets.net/doc/v3) | | |
|
|
98
|
+
| [](https://btc-trade.com.ua/registration/22689) | btctradeua | [BTC Trade UA](https://btc-trade.com.ua/registration/22689) | [](https://docs.google.com/document/d/1ocYA0yMy_RXd561sfG3qEPZ80kyll36HUxvCRe5GbhE/edit) | | |
|
|
99
|
+
| [](https://www.btcturk.com) | btcturk | [BTCTurk](https://www.btcturk.com) | [](https://github.com/BTCTrader/broker-api-docs) | | |
|
|
100
|
+
| [](https://www.bybit.com/register?affiliate_id=35953) | bybit | [Bybit](https://www.bybit.com/register?affiliate_id=35953) | [](https://bybit-exchange.github.io/docs/inverse/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
|
101
|
+
| [](https://cex.io/r/0/up105393824/0/) | cex | [CEX.IO](https://cex.io/r/0/up105393824/0/) | [](https://cex.io/cex-api) | | [](https://ccxt.pro) |
|
|
102
|
+
| [](https://www.coinbase.com/join/58cbe25a355148797479dbd2) | coinbase | [Coinbase](https://www.coinbase.com/join/58cbe25a355148797479dbd2) | [](https://developers.coinbase.com/api/v2) | | [](https://ccxt.pro) |
|
|
103
|
+
| [](https://exchange.coinbase.com) | coinbaseprime | [Coinbase Prime](https://exchange.coinbase.com) | [](https://docs.exchange.coinbase.com) | | [](https://ccxt.pro) |
|
|
104
|
+
| [](https://pro.coinbase.com/) | coinbasepro | [Coinbase Pro](https://pro.coinbase.com/) | [](https://docs.pro.coinbase.com) | | [](https://ccxt.pro) |
|
|
105
|
+
| [](https://coincheck.com) | coincheck | [coincheck](https://coincheck.com) | [](https://coincheck.com/documents/exchange/api) | | |
|
|
106
|
+
| [](https://www.coinex.com/register?refer_code=yw5fz) | coinex | [CoinEx](https://www.coinex.com/register?refer_code=yw5fz) | [](https://github.com/coinexcom/coinex_exchange_api/wiki) | | [](https://ccxt.pro) |
|
|
107
|
+
| [](https://coinfalcon.com/?ref=CFJSVGTUPASB) | coinfalcon | [CoinFalcon](https://coinfalcon.com/?ref=CFJSVGTUPASB) | [](https://docs.coinfalcon.com) | | |
|
|
108
|
+
| [](https://coinlist.co) | coinlist | [Coinlist](https://coinlist.co) | [](https://trade-docs.coinlist.co) | | |
|
|
109
|
+
| [](https://coinmate.io?referral=YTFkM1RsOWFObVpmY1ZjMGREQmpTRnBsWjJJNVp3PT0) | coinmate | [CoinMate](https://coinmate.io?referral=YTFkM1RsOWFObVpmY1ZjMGREQmpTRnBsWjJJNVp3PT0) | [](https://coinmate.docs.apiary.io) | | |
|
|
110
|
+
| [](https://coinone.co.kr) | coinone | [CoinOne](https://coinone.co.kr) | [](https://doc.coinone.co.kr) | | |
|
|
111
|
+
| [](https://coins.ph/) | coinsph | [Coins.ph](https://coins.ph/) | [](https://coins-docs.github.io/rest-api) | | |
|
|
112
|
+
| [](https://www.coinspot.com.au/register?code=PJURCU) | coinspot | [CoinSpot](https://www.coinspot.com.au/register?code=PJURCU) | [](https://www.coinspot.com.au/api) | | |
|
|
113
|
+
| [](https://crypto.com/exch/5835vstech) | cryptocom | [Crypto.com](https://crypto.com/exch/5835vstech) | [](https://exchange-docs.crypto.com/exchange/v1/rest-ws/index.html) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
|
114
|
+
| [](https://currency.com/trading/signup?c=362jaimv&pid=referral) | currencycom | [Currency.com](https://currency.com/trading/signup?c=362jaimv&pid=referral) | [](https://currency.com/api) | | [](https://ccxt.pro) |
|
|
115
|
+
| [](https://www.delta.exchange/app/signup/?code=IULYNB) | delta | [Delta Exchange](https://www.delta.exchange/app/signup/?code=IULYNB) | [](https://docs.delta.exchange) | | |
|
|
116
|
+
| [](https://www.deribit.com/reg-1189.4038) | deribit | [Deribit](https://www.deribit.com/reg-1189.4038) | [](https://docs.deribit.com/v2) | | [](https://ccxt.pro) |
|
|
117
|
+
| [](https://www.digifinex.com/en-ww/from/DhOzBg?channelCode=ljaUPp) | digifinex | [DigiFinex](https://www.digifinex.com/en-ww/from/DhOzBg?channelCode=ljaUPp) | [](https://docs.digifinex.com) | | |
|
|
118
|
+
| [](https://exmo.me/?ref=131685) | exmo | [EXMO](https://exmo.me/?ref=131685) | [](https://exmo.me/en/api_doc?ref=131685) | | |
|
|
119
|
+
| [](https://fmfw.io/referral/da948b21d6c92d69) | fmfwio | [FMFW.io](https://fmfw.io/referral/da948b21d6c92d69) | [](https://api.fmfw.io/) | | |
|
|
120
|
+
| [](https://www.gate.io/signup/2436035) | gate | [Gate.io](https://www.gate.io/signup/2436035) | [](https://www.gate.io/docs/developers/apiv4/en/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
|
121
|
+
| [](https://gemini.com/) | gemini | [Gemini](https://gemini.com/) | [](https://docs.gemini.com/rest-api) | | [](https://ccxt.pro) |
|
|
122
|
+
| [](https://hitbtc.com/?ref_id=5a5d39a65d466) | hitbtc | [HitBTC](https://hitbtc.com/?ref_id=5a5d39a65d466) | [](https://api.hitbtc.com) | | |
|
|
123
|
+
| [](https://pro.hollaex.com/signup?affiliation_code=QSWA6G) | hollaex | [HollaEx](https://pro.hollaex.com/signup?affiliation_code=QSWA6G) | [](https://apidocs.hollaex.com) | | [](https://ccxt.pro) |
|
|
124
|
+
| [](https://www.huobi.com/en-us/v/register/double-invite/?inviter_id=11343840&invite_code=6rmm2223) | htx | [HTX](https://www.huobi.com/en-us/v/register/double-invite/?inviter_id=11343840&invite_code=6rmm2223) | [](https://huobiapi.github.io/docs/spot/v1/en/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
|
125
|
+
| [](https://www.huobi.co.jp/register/?invite_code=znnq3) | huobijp | [Huobi Japan](https://www.huobi.co.jp/register/?invite_code=znnq3) | [](https://api-doc.huobi.co.jp) | | [](https://ccxt.pro) |
|
|
126
|
+
| [](https://idex.io) | idex | [IDEX](https://idex.io) | [](https://docs.idex.io/) | | [](https://ccxt.pro) |
|
|
127
|
+
| [](https://www.independentreserve.com) | independentreserve | [Independent Reserve](https://www.independentreserve.com) | [](https://www.independentreserve.com/API) | | [](https://ccxt.pro) |
|
|
128
|
+
| [](https://indodax.com/ref/testbitcoincoid/1) | indodax | [INDODAX](https://indodax.com/ref/testbitcoincoid/1) | [](https://github.com/btcid/indodax-official-api-docs) | | |
|
|
129
|
+
| [](https://www.kraken.com) | kraken | [Kraken](https://www.kraken.com) | [](https://www.kraken.com/features/api) | | [](https://ccxt.pro) |
|
|
130
|
+
| [](https://futures.kraken.com/) | krakenfutures | [Kraken Futures](https://futures.kraken.com/) | [](https://support.kraken.com/hc/en-us/categories/360001806372-Futures-API) | | [](https://ccxt.pro) |
|
|
131
|
+
| [](https://www.kucoin.com/ucenter/signup?rcode=E5wkqe) | kucoin | [KuCoin](https://www.kucoin.com/ucenter/signup?rcode=E5wkqe) | [](https://docs.kucoin.com) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
|
132
|
+
| [](https://futures.kucoin.com/?rcode=E5wkqe) | kucoinfutures | [KuCoin Futures](https://futures.kucoin.com/?rcode=E5wkqe) | [](https://docs.kucoin.com/futures) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
|
133
|
+
| [](https://kuna.io?r=kunaid-gvfihe8az7o4) | kuna | [Kuna](https://kuna.io?r=kunaid-gvfihe8az7o4) | [](https://kuna.io/documents/api) | | |
|
|
134
|
+
| [](https://latoken.com/invite?r=mvgp2djk) | latoken | [Latoken](https://latoken.com/invite?r=mvgp2djk) | [](https://api.latoken.com) | | |
|
|
135
|
+
| [](https://www.lbank.info/invitevip?icode=7QCY) | lbank | [LBank](https://www.lbank.info/invitevip?icode=7QCY) | [](https://github.com/LBank-exchange/lbank-official-api-docs) | | |
|
|
136
|
+
| [](https://www.lbank.info/invitevip?icode=7QCY) | lbank2 | [LBank](https://www.lbank.info/invitevip?icode=7QCY) | [](https://www.lbank.info/en-US/docs/index.html) | | |
|
|
137
|
+
| [](https://www.luno.com/invite/44893A) | luno | [luno](https://www.luno.com/invite/44893A) | [](https://www.luno.com/en/api) | | [](https://ccxt.pro) |
|
|
138
|
+
| [](https://www.lykke.com) | lykke | [Lykke](https://www.lykke.com) | [](https://hft-apiv2.lykke.com/swagger/ui/index.html) | | |
|
|
139
|
+
| [](https://www.mercadobitcoin.com.br) | mercado | [Mercado Bitcoin](https://www.mercadobitcoin.com.br) | [](https://www.mercadobitcoin.com.br/api-doc) | | |
|
|
140
|
+
| [](https://m.mexc.com/auth/signup?inviteCode=1FQ1G) | mexc | [MEXC Global](https://m.mexc.com/auth/signup?inviteCode=1FQ1G) | [](https://mxcdevelop.github.io/apidocs/spot_v3_en/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
|
141
|
+
| [](https://one.ndax.io/bfQiSL) | ndax | [NDAX](https://one.ndax.io/bfQiSL) | [](https://apidoc.ndax.io/) | | [](https://ccxt.pro) |
|
|
142
|
+
| [](https://www.novadax.com.br/?s=ccxt) | novadax | [NovaDAX](https://www.novadax.com.br/?s=ccxt) | [](https://doc.novadax.com/pt-BR/) | | |
|
|
143
|
+
| [](https://oceanex.pro/signup?referral=VE24QX) | oceanex | [OceanEx](https://oceanex.pro/signup?referral=VE24QX) | [](https://api.oceanex.pro/doc/v1) | | |
|
|
144
|
+
| [](https://www.okcoin.com/account/register?flag=activity&channelId=600001513) | okcoin | [OKCoin](https://www.okcoin.com/account/register?flag=activity&channelId=600001513) | [](https://www.okcoin.com/docs/en/) | | [](https://ccxt.pro) |
|
|
145
|
+
| [](https://www.okx.com/activities/ccxt-trade-and-earn?channelid=CCXT2023) | okx | [OKX](https://www.okx.com/activities/ccxt-trade-and-earn?channelid=CCXT2023) | [](https://www.okx.com/docs-v5/en/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
|
146
|
+
| [](https://www.paymium.com/page/sign-up?referral=eDAzPoRQFMvaAB8sf-qj) | paymium | [Paymium](https://www.paymium.com/page/sign-up?referral=eDAzPoRQFMvaAB8sf-qj) | [](https://github.com/Paymium/api-documentation) | | |
|
|
147
|
+
| [](https://phemex.com/register?referralCode=EDNVJ) | phemex | [Phemex](https://phemex.com/register?referralCode=EDNVJ) | [](https://github.com/phemex/phemex-api-docs) | | [](https://ccxt.pro) |
|
|
148
|
+
| [](https://poloniex.com/signup?c=UBFZJRPJ) | poloniex | [Poloniex](https://poloniex.com/signup?c=UBFZJRPJ) | [](https://docs.poloniex.com) | | [](https://ccxt.pro) |
|
|
149
|
+
| [](https://poloniex.com/signup?c=UBFZJRPJ) | poloniexfutures | [Poloniex Futures](https://poloniex.com/signup?c=UBFZJRPJ) | [](https://futures-docs.poloniex.com) | | [](https://ccxt.pro) |
|
|
150
|
+
| [](https://www.probit.com/r/34608773) | probit | [ProBit](https://www.probit.com/r/34608773) | [](https://docs-en.probit.com) | | [](https://ccxt.pro) |
|
|
151
|
+
| [](https://tidex.com/exchange) | tidex | [Tidex](https://tidex.com/exchange) | [](https://tidex.com/exchange/public-api) | | |
|
|
152
|
+
| [](https://timex.io/?refcode=1x27vNkTbP1uwkCck) | timex | [TimeX](https://timex.io/?refcode=1x27vNkTbP1uwkCck) | [](https://docs.timex.io) | | |
|
|
153
|
+
| [](https://tokocrypto.com) | tokocrypto | [Tokocrypto](https://tokocrypto.com) | [](https://www.tokocrypto.com/apidocs/) | | |
|
|
154
|
+
| [](https://upbit.com) | upbit | [Upbit](https://upbit.com) | [](https://docs.upbit.com/docs/%EC%9A%94%EC%B2%AD-%EC%88%98-%EC%A0%9C%ED%95%9C) | | [](https://ccxt.pro) |
|
|
155
|
+
| [](https://wx.network) | wavesexchange | [Waves.Exchange](https://wx.network) | [](https://docs.wx.network) | [](https://github.com/ccxt/ccxt/wiki/Certification) | |
|
|
156
|
+
| [](https://wazirx.com/invite/k7rrnks5) | wazirx | [WazirX](https://wazirx.com/invite/k7rrnks5) | [](https://docs.wazirx.com/#public-rest-api-for-wazirx) | | [](https://ccxt.pro) |
|
|
157
|
+
| [](https://whitebit.com/referral/d9bdf40e-28f2-4b52-b2f9-cd1415d82963) | whitebit | [WhiteBit](https://whitebit.com/referral/d9bdf40e-28f2-4b52-b2f9-cd1415d82963) | [](https://github.com/whitebit-exchange/api-docs) | | [](https://ccxt.pro) |
|
|
158
|
+
| [](https://x.woo.org/register?ref=YWOWC96B) | woo | [WOO X](https://x.woo.org/register?ref=YWOWC96B) | [](https://docs.woo.org/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
|
159
|
+
| [](https://www.yobit.net) | yobit | [YoBit](https://www.yobit.net) | [](https://www.yobit.net/en/api/) | | |
|
|
160
|
+
| [](https://zaif.jp) | zaif | [Zaif](https://zaif.jp) | [](https://techbureau-api-document.readthedocs.io/ja/latest/index.html) | | |
|
|
161
|
+
| [](https://auth.zondaglobal.com/ref/jHlbB4mIkdS1) | zonda | [Zonda](https://auth.zondaglobal.com/ref/jHlbB4mIkdS1) | [](https://docs.zondacrypto.exchange/) | | |
|
|
162
162
|
|
|
163
163
|
The list above is updated frequently, new crypto markets, exchanges, bug fixes, and API endpoints are introduced on a regular basis. See the [Manual](https://github.com/ccxt/ccxt/wiki/) for more details. If you can't find a cryptocurrency exchange in the list above and want it to be added, post a link to it by opening an issue here on GitHub or send us an email.
|
|
164
164
|
|
|
@@ -216,13 +216,13 @@ console.log(version, Object.keys(exchanges));
|
|
|
216
216
|
|
|
217
217
|
All-in-one browser bundle (dependencies included), served from a CDN of your choice:
|
|
218
218
|
|
|
219
|
-
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.1.
|
|
220
|
-
* unpkg: https://unpkg.com/ccxt@4.1.
|
|
219
|
+
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.1.48/dist/ccxt.browser.js
|
|
220
|
+
* unpkg: https://unpkg.com/ccxt@4.1.48/dist/ccxt.browser.js
|
|
221
221
|
|
|
222
222
|
CDNs are not updated in real-time and may have delays. Defaulting to the most recent version without specifying the version number is not recommended. Please, keep in mind that we are not responsible for the correct operation of those CDN servers.
|
|
223
223
|
|
|
224
224
|
```HTML
|
|
225
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.1.
|
|
225
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.1.48/dist/ccxt.browser.js"></script>
|
|
226
226
|
```
|
|
227
227
|
|
|
228
228
|
Creates a global `ccxt` object:
|