ccxt 4.2.100 → 4.3.2

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.
Files changed (330) hide show
  1. package/README.md +6 -5
  2. package/dist/cjs/ccxt.js +1 -1
  3. package/dist/cjs/src/base/Exchange.js +3 -0
  4. package/dist/cjs/src/binance.js +56 -0
  5. package/dist/cjs/src/bingx.js +2 -2
  6. package/dist/cjs/src/bitget.js +69 -5
  7. package/dist/cjs/src/bybit.js +1 -1
  8. package/dist/cjs/src/coinbase.js +2 -1
  9. package/dist/cjs/src/coinbasepro.js +1 -1
  10. package/dist/cjs/src/coinex.js +164 -206
  11. package/dist/cjs/src/cryptocom.js +5 -5
  12. package/dist/cjs/src/hyperliquid.js +74 -0
  13. package/dist/cjs/src/kraken.js +8 -3
  14. package/dist/cjs/src/kucoin.js +13 -11
  15. package/dist/cjs/src/okx.js +76 -5
  16. package/dist/cjs/src/pro/kraken.js +2 -2
  17. package/dist/cjs/src/woo.js +40 -0
  18. package/js/ccxt.d.ts +1 -1
  19. package/js/ccxt.js +1 -1
  20. package/js/src/base/Exchange.d.ts +2 -1
  21. package/js/src/base/Exchange.js +3 -0
  22. package/js/src/base/types.d.ts +5 -0
  23. package/js/src/binance.d.ts +3 -1
  24. package/js/src/binance.js +56 -0
  25. package/js/src/bingx.js +3 -3
  26. package/js/src/bitget.d.ts +1 -0
  27. package/js/src/bitget.js +69 -5
  28. package/js/src/bybit.js +1 -1
  29. package/js/src/coinbase.js +2 -1
  30. package/js/src/coinbasepro.d.ts +1 -1
  31. package/js/src/coinbasepro.js +1 -1
  32. package/js/src/coinex.js +164 -206
  33. package/js/src/cryptocom.js +5 -5
  34. package/js/src/hyperliquid.d.ts +2 -1
  35. package/js/src/hyperliquid.js +75 -1
  36. package/js/src/kraken.js +8 -3
  37. package/js/src/kucoin.js +13 -11
  38. package/js/src/okx.d.ts +1 -0
  39. package/js/src/okx.js +76 -5
  40. package/js/src/pro/kraken.js +2 -2
  41. package/js/src/static_dependencies/jsencrypt/lib/jsbn/jsbn.d.ts +1 -1
  42. package/js/src/woo.d.ts +1 -0
  43. package/js/src/woo.js +40 -0
  44. package/package.json +2 -1
  45. package/.dockerignore +0 -6
  46. package/.eslintignore +0 -1
  47. package/.git-templates/hooks/pre-push +0 -55
  48. package/.gitattributes +0 -7
  49. package/CHANGELOG.md +0 -6003
  50. package/CODEOWNERS +0 -1
  51. package/CONTRIBUTING.md +0 -1099
  52. package/build.sh +0 -217
  53. package/change.sh +0 -18
  54. package/cleanup.sh +0 -18
  55. package/composer-install.sh +0 -20
  56. package/dist/ccxt.browser.js +0 -327256
  57. package/dist/ccxt.browser.min.js +0 -30
  58. package/dist/ccxt.browser.min.js.LICENSE.txt +0 -12
  59. package/doc/FAQ.rst +0 -1
  60. package/doc/Makefile +0 -20
  61. package/doc/_static/css/dark.css +0 -101
  62. package/doc/_static/css/index.css +0 -128
  63. package/doc/_static/favicon.ico +0 -0
  64. package/doc/_static/javascript/binance-portal.min.js +0 -2369
  65. package/doc/_static/javascript/index.js +0 -195
  66. package/doc/_static/javascript/jquery-ui.min.js +0 -6
  67. package/doc/ccxt.pro.install.rst +0 -1
  68. package/doc/ccxt.pro.manual.rst +0 -1665
  69. package/doc/exchange-markets-by-country.rst +0 -1423
  70. package/doc/exchange-markets.rst +0 -1441
  71. package/doc/index.rst +0 -35
  72. package/doc/install.rst +0 -1
  73. package/doc/make.bat +0 -36
  74. package/doc/manual.rst +0 -7471
  75. package/doc/readme.rst +0 -2191
  76. package/doc/requirements.txt +0 -6
  77. package/examples/ccxt.pro/html/watchTicker.html +0 -51
  78. package/examples/ccxt.pro/js/binance-fetch-balance-snapshot-watch-balance-updates.js +0 -55
  79. package/examples/ccxt.pro/js/binance-https-proxy.js +0 -48
  80. package/examples/ccxt.pro/js/binance-watch-ohlcv-many-symbols-continuously.js +0 -38
  81. package/examples/ccxt.pro/js/binance-watch-ohlcv-many-symbols.js +0 -64
  82. package/examples/ccxt.pro/js/binance-watch-ticker-many-symbols.js +0 -62
  83. package/examples/ccxt.pro/js/build-ohlcv-many-symbols.js +0 -68
  84. package/examples/ccxt.pro/js/calculate-ohlcvs-from-trades-warmup.js +0 -82
  85. package/examples/ccxt.pro/js/calculate-ohlcvs-from-trades.js +0 -59
  86. package/examples/ccxt.pro/js/exchange-capabitities.js +0 -72
  87. package/examples/ccxt.pro/js/exchange-close.js +0 -46
  88. package/examples/ccxt.pro/js/gateio-swap-watch-many-orderbooks.js +0 -30
  89. package/examples/ccxt.pro/js/gateio-watch-balance.js +0 -23
  90. package/examples/ccxt.pro/js/gateio-watch-order-book.js +0 -71
  91. package/examples/ccxt.pro/js/graceful-shutdown.js +0 -43
  92. package/examples/ccxt.pro/js/many-exchanges-many-streams.js +0 -37
  93. package/examples/ccxt.pro/js/okex-create-futures-order.js +0 -48
  94. package/examples/ccxt.pro/js/okex-watch-balance-and-create-order.js +0 -54
  95. package/examples/ccxt.pro/js/okx-watch-tickers.js +0 -31
  96. package/examples/ccxt.pro/js/one-exchange-many-different-streams.js +0 -46
  97. package/examples/ccxt.pro/js/one-exchange-many-streams-2.js +0 -26
  98. package/examples/ccxt.pro/js/one-exchange-many-streams.js +0 -28
  99. package/examples/ccxt.pro/js/socks-binance-watch-orderbook.js +0 -30
  100. package/examples/ccxt.pro/js/watch-fetch-many-exchanges-many-ordersbooks.js +0 -40
  101. package/examples/ccxt.pro/js/watch-many-exchanges-many-ordersbooks.js +0 -38
  102. package/examples/ccxt.pro/js/watch-many-exchanges-many-symbols.js +0 -40
  103. package/examples/ccxt.pro/js/watch-many-orderbooks.js +0 -27
  104. package/examples/ccxt.pro/js/watch-new-trades-only.js +0 -43
  105. package/examples/ccxt.pro/js/watch-new-trades.js +0 -42
  106. package/examples/ccxt.pro/js/watch-trades-many-symbols.js +0 -29
  107. package/examples/ccxt.pro/js/watch-vs-fetch.js +0 -29
  108. package/examples/cs/Examples.sln +0 -22
  109. package/examples/cs/c#.csproj +0 -19
  110. package/examples/html/basic-cors-proxy.html +0 -46
  111. package/examples/html/basic-inheritance.html +0 -47
  112. package/examples/html/basic-poller.html +0 -52
  113. package/examples/html/basic-rate-limiting.html +0 -49
  114. package/examples/html/basic.html +0 -43
  115. package/examples/html/binance-cors-proxy.html +0 -28
  116. package/examples/html/bitmex-browser-cors-proxy.js +0 -7
  117. package/examples/html/bitmex-cors.html +0 -46
  118. package/examples/html/tradingview-charts.html +0 -61
  119. package/examples/html/webworker/index.html +0 -97
  120. package/examples/html/webworker/worker.js +0 -43
  121. package/examples/js/advanced-error-handling.js +0 -39
  122. package/examples/js/aggregate-orderbook.js +0 -54
  123. package/examples/js/arbitrage-pairs.js +0 -130
  124. package/examples/js/basic-chart.js +0 -29
  125. package/examples/js/basic-orderbook-polling.js +0 -13
  126. package/examples/js/bcc-vs-bch.js +0 -115
  127. package/examples/js/benchmark.js +0 -104
  128. package/examples/js/binance-fetch-all-deposits.js +0 -45
  129. package/examples/js/binance-fetch-ohlcv-many-symbols-async-await.js +0 -34
  130. package/examples/js/binance-fetch-ohlcv-many-symbols-promise-then-callbacks.js +0 -33
  131. package/examples/js/binance-fetchTicker-delivery-vs-future.js +0 -31
  132. package/examples/js/binance-futures-transfer-from-sub-account-to-master.js +0 -41
  133. package/examples/js/binance-margin-stop-order.js +0 -39
  134. package/examples/js/binance-server-time.js +0 -34
  135. package/examples/js/binance-universal-transfer.js +0 -16
  136. package/examples/js/bitfinex-fetch-trades.js +0 -35
  137. package/examples/js/bitfinex2-fetch-trades.js +0 -35
  138. package/examples/js/bitmex-browser-cors-proxy.js +0 -7
  139. package/examples/js/bitpanda-fetchMyTrades-reduce.js +0 -36
  140. package/examples/js/bitrue-fetch-balance.js +0 -28
  141. package/examples/js/bitstamp-private-api.js +0 -115
  142. package/examples/js/bitstamp-public-api.js +0 -39
  143. package/examples/js/bittrex-balance.js +0 -50
  144. package/examples/js/bittrex-fetch-closed-orders-history.js +0 -69
  145. package/examples/js/blockchaincom-withdrawal.js +0 -59
  146. package/examples/js/build-ohlcv-bars.js +0 -48
  147. package/examples/js/builtin-rate-limiting-rest-poller.js +0 -25
  148. package/examples/js/bybit-trailing.js +0 -62
  149. package/examples/js/bybit-updated.cjs +0 -154
  150. package/examples/js/coinbase-fetch-all-balances.js +0 -36
  151. package/examples/js/coinex-fetch-all-deposit-addresses-using-fetchDepositAddress.js +0 -47
  152. package/examples/js/coinex-futures.js +0 -75
  153. package/examples/js/coinone-fetch-tickers.js +0 -54
  154. package/examples/js/coinone-markets.js +0 -16
  155. package/examples/js/compare-two-exchanges-capabilities.js +0 -36
  156. package/examples/js/cors-proxy.js +0 -5
  157. package/examples/js/create-order-handle-errors.js +0 -55
  158. package/examples/js/create-order-position-with-takeprofit-stoploss.js +0 -71
  159. package/examples/js/create-order-with-retry.js +0 -65
  160. package/examples/js/create-order-ws-example.js +0 -25
  161. package/examples/js/create-orders-example.js +0 -17
  162. package/examples/js/create-trailing-amount-order.js +0 -36
  163. package/examples/js/create-trailing-percent-order.js +0 -36
  164. package/examples/js/credentials.json +0 -5
  165. package/examples/js/custom-proxy-agent-for-js.js +0 -10
  166. package/examples/js/custom-proxy-url.js +0 -23
  167. package/examples/js/delta-maintenance-margin-rate-max-leverage.js +0 -60
  168. package/examples/js/env-variables.js +0 -26
  169. package/examples/js/error-handling.js +0 -89
  170. package/examples/js/exchange-capabilities.js +0 -135
  171. package/examples/js/exchanges-by-volume.js +0 -60
  172. package/examples/js/exchanges.js +0 -40
  173. package/examples/js/fetch-all-balances.js +0 -219
  174. package/examples/js/fetch-all-tickers-to-files-2.js +0 -53
  175. package/examples/js/fetch-all-tickers-to-files.js +0 -77
  176. package/examples/js/fetch-balance.js +0 -28
  177. package/examples/js/fetch-create-deposit-address.js +0 -101
  178. package/examples/js/fetch-from-many-exchanges-simultaneously.js +0 -21
  179. package/examples/js/fetch-funding-rate-history.js +0 -25
  180. package/examples/js/fetch-futures/prettier.config.js +0 -5
  181. package/examples/js/fetch-futures/src/index.js +0 -25
  182. package/examples/js/fetch-ohlcv-from-to-mark-index-premium.js +0 -72
  183. package/examples/js/fetch-ohlcv-many-exchanges-continuosly.js +0 -39
  184. package/examples/js/fetch-ohlcv.js +0 -16
  185. package/examples/js/fetch-okex-futures.js +0 -22
  186. package/examples/js/fetch-orders.js +0 -27
  187. package/examples/js/fetch-ticker-from-multiple-exchanges.js +0 -35
  188. package/examples/js/fetch-ticker-where-available.js +0 -75
  189. package/examples/js/fetch-tickers/build/index.js +0 -19
  190. package/examples/js/fetch-tickers/prettier.config.js +0 -5
  191. package/examples/js/fetch-tickers/src/index.js +0 -17
  192. package/examples/js/gateio-create-batch-order.js +0 -43
  193. package/examples/js/gateio-futures.js +0 -49
  194. package/examples/js/gateio-open-close-contract.js +0 -49
  195. package/examples/js/gateio-swaps.js +0 -74
  196. package/examples/js/gdax-fetch-trades-pagination.js +0 -29
  197. package/examples/js/hitbtc2-withdraw.js +0 -61
  198. package/examples/js/how-to-import-one-exchange-esm.js +0 -10
  199. package/examples/js/huobi-futures.js +0 -71
  200. package/examples/js/huobi-open-close-contract.js +0 -63
  201. package/examples/js/huobi-swaps.js +0 -70
  202. package/examples/js/huobipro-market-buy-sell-fetch-trading-limits.js +0 -98
  203. package/examples/js/hybridCJSExample.cjs +0 -19
  204. package/examples/js/hybridESMExample.js +0 -19
  205. package/examples/js/idex-fetch-balance.js +0 -13
  206. package/examples/js/instantiate-all-at-once.js +0 -46
  207. package/examples/js/instantiate-all-from-json.js +0 -31
  208. package/examples/js/kraken-create-and-close-position.js +0 -54
  209. package/examples/js/kraken-fetch-order-trades.js +0 -33
  210. package/examples/js/kraken-margin-trading.js +0 -89
  211. package/examples/js/kucoin-rate-limit.js +0 -38
  212. package/examples/js/latoken-example.js +0 -108
  213. package/examples/js/live-orderbook.js +0 -106
  214. package/examples/js/live-ticker.js +0 -80
  215. package/examples/js/live-tickers.js +0 -74
  216. package/examples/js/load-all-contracts.js +0 -41
  217. package/examples/js/load-all-symbols-at-once.js +0 -69
  218. package/examples/js/load-all-tickers-at-once.js +0 -91
  219. package/examples/js/load-markets-to-files.js +0 -57
  220. package/examples/js/looping-over-all-symbols-of-specific-exchanges.js +0 -61
  221. package/examples/js/looping-over-specific-symbols-of-all-exchanges.js +0 -91
  222. package/examples/js/margin-loan-borrow-buy-sell-repay.js +0 -70
  223. package/examples/js/market-status-and-currency-status.js +0 -29
  224. package/examples/js/ohlcv-console-chart.js +0 -29
  225. package/examples/js/okex-fetch-closed-orders-archive.js +0 -31
  226. package/examples/js/okex-transfer.js +0 -51
  227. package/examples/js/okx-poll-fetch-my-trades.js +0 -37
  228. package/examples/js/okx-poll-rate-limit.js +0 -48
  229. package/examples/js/order-book-extra-level-depth-param.js +0 -20
  230. package/examples/js/phemex-create-order-position-with-takeprofit-stoploss.js +0 -49
  231. package/examples/js/poll-ohlcv.js +0 -43
  232. package/examples/js/poloniex-fetch-order-books.js +0 -35
  233. package/examples/js/poloniex-limits-amount-min.js +0 -62
  234. package/examples/js/proxy-round-robin.js +0 -98
  235. package/examples/js/proxy-usage.js +0 -32
  236. package/examples/js/sample-local-proxy-server-with-cors.js +0 -12
  237. package/examples/js/search-all-exchanges.js +0 -159
  238. package/examples/js/shared-load-markets.js +0 -80
  239. package/examples/js/sort-swap-markets-by-hourly-price-change.js +0 -55
  240. package/examples/js/symbols.js +0 -110
  241. package/examples/js/theocean.js +0 -41
  242. package/examples/js/tickers.js +0 -106
  243. package/examples/js/validate-paginated-data.js +0 -61
  244. package/examples/js/watch-OHLCV-For-Symbols.js +0 -15
  245. package/examples/js/watch-OHLCV.js +0 -12
  246. package/examples/js/watch-OrderBook-For-Symbols.js +0 -11
  247. package/examples/js/watch-Trades-For-Symbols.js +0 -11
  248. package/examples/js/watch-tickers.js +0 -11
  249. package/examples/js/watchOHLCVForSymbols.js +0 -15
  250. package/examples/js/watchOrderBookForSymbols.js +0 -11
  251. package/examples/js/watchPositions-many-exchanges-continuosly.d.ts +0 -2
  252. package/examples/js/watchPositions-many-exchanges-continuosly.d.ts.map +0 -1
  253. package/examples/js/watchPositions-many-exchanges-continuosly.js +0 -49
  254. package/examples/js/watchPositions.d.ts +0 -2
  255. package/examples/js/watchPositions.d.ts.map +0 -1
  256. package/examples/js/watchPositions.js +0 -13
  257. package/examples/js/watchPositionsForSymbols.d.ts +0 -2
  258. package/examples/js/watchPositionsForSymbols.d.ts.map +0 -1
  259. package/examples/js/watchPositionsForSymbols.js +0 -14
  260. package/examples/js/watchTradesForSymbols.js +0 -11
  261. package/examples/js/withdraw-from-one-exchange-to-another.js +0 -50
  262. package/examples/php/README.md +0 -7
  263. package/examples/py/README.md +0 -15
  264. package/examples/py/playing_with_ccxt_example.ipynb +0 -222
  265. package/examples/ts/.eslintrc +0 -111
  266. package/examples/ts/benchmark.ts +0 -134
  267. package/examples/ts/build-ohlcv-bars.ts +0 -53
  268. package/examples/ts/cli.ts +0 -397
  269. package/examples/ts/compare-two-exchanges-capabilities.ts +0 -36
  270. package/examples/ts/create-order-position-with-takeprofit-stoploss.ts +0 -89
  271. package/examples/ts/create-order-ws-example.ts +0 -33
  272. package/examples/ts/create-orders-example.ts +0 -21
  273. package/examples/ts/create-trailing-amount-order.ts +0 -37
  274. package/examples/ts/create-trailing-percent-order.ts +0 -37
  275. package/examples/ts/custom-proxy-agent-for-js.ts +0 -14
  276. package/examples/ts/fetch-futures/package-lock.json +0 -116
  277. package/examples/ts/fetch-futures/package.json +0 -34
  278. package/examples/ts/fetch-futures/prettier.config.js +0 -4
  279. package/examples/ts/fetch-futures/src/index.ts +0 -28
  280. package/examples/ts/fetch-futures/tsconfig.json +0 -28
  281. package/examples/ts/fetch-ohlcv-many-exchanges-continuosly.ts +0 -44
  282. package/examples/ts/fetch-ohlcv.ts +0 -17
  283. package/examples/ts/fetch-tickers/package-lock.json +0 -116
  284. package/examples/ts/fetch-tickers/package.json +0 -34
  285. package/examples/ts/fetch-tickers/prettier.config.js +0 -4
  286. package/examples/ts/fetch-tickers/src/index.ts +0 -21
  287. package/examples/ts/fetch-tickers/tsconfig.json +0 -28
  288. package/examples/ts/how-to-import-one-exchange-esm.ts +0 -11
  289. package/examples/ts/kraken-create-and-close-position.ts +0 -69
  290. package/examples/ts/margin-loan-borrow-buy-sell-repay.ts +0 -72
  291. package/examples/ts/nextjs-page-router/.eslintrc.json +0 -3
  292. package/examples/ts/nextjs-page-router/README.md +0 -43
  293. package/examples/ts/nextjs-page-router/next.config.js +0 -6
  294. package/examples/ts/nextjs-page-router/package-lock.json +0 -7425
  295. package/examples/ts/nextjs-page-router/package.json +0 -28
  296. package/examples/ts/nextjs-page-router/postcss.config.js +0 -6
  297. package/examples/ts/nextjs-page-router/public/favicon.ico +0 -0
  298. package/examples/ts/nextjs-page-router/src/pages/_app.tsx +0 -6
  299. package/examples/ts/nextjs-page-router/src/pages/_document.tsx +0 -13
  300. package/examples/ts/nextjs-page-router/src/pages/balance.tsx +0 -46
  301. package/examples/ts/nextjs-page-router/src/pages/index.tsx +0 -8
  302. package/examples/ts/nextjs-page-router/src/pages/tickers.tsx +0 -61
  303. package/examples/ts/nextjs-page-router/src/styles/globals.css +0 -27
  304. package/examples/ts/nextjs-page-router/tailwind.config.ts +0 -20
  305. package/examples/ts/nextjs-page-router/tsconfig.json +0 -22
  306. package/examples/ts/phemex-create-order-position-with-takeprofit-stoploss.ts +0 -62
  307. package/examples/ts/proxy-usage.ts +0 -41
  308. package/examples/ts/sample-local-proxy-server-with-cors.ts +0 -15
  309. package/examples/ts/watch-OHLCV-For-Symbols.ts +0 -17
  310. package/examples/ts/watch-OHLCV.ts +0 -14
  311. package/examples/ts/watch-OrderBook-For-Symbols.ts +0 -13
  312. package/examples/ts/watch-Trades-For-Symbols.ts +0 -13
  313. package/examples/ts/watch-tickers.ts +0 -13
  314. package/examples/ts/watchPositions-many-exchanges-continuosly.ts +0 -53
  315. package/examples/ts/watchPositions.ts +0 -15
  316. package/examples/ts/watchPositionsForSymbols.ts +0 -16
  317. package/examples/tsconfig.json +0 -27
  318. package/examples2md.js +0 -79
  319. package/gource.sh +0 -3
  320. package/index.html +0 -7
  321. package/jsdoc2md.js +0 -122
  322. package/multilang.sh +0 -164
  323. package/pro-tests.json +0 -57
  324. package/pyproject.toml +0 -8
  325. package/rollup.config.js +0 -60
  326. package/skip-tests.json +0 -1653
  327. package/test-commonjs.cjs +0 -65
  328. package/tests-manager.sh +0 -96
  329. package/tsconfig.json +0 -111
  330. package/webpack.config.js +0 -46
@@ -1,1441 +0,0 @@
1
-
2
- Supported Exchanges
3
- ===================
4
-
5
- The CCXT library currently supports the following 104 cryptocurrency exchange markets and trading APIs:
6
-
7
- .. list-table::
8
- :header-rows: 1
9
-
10
- * - logo
11
- - id
12
- - name
13
- - ver
14
- - certified
15
- - pro
16
- * - .. image:: https://user-images.githubusercontent.com/1294454/187234005-b864db3d-f1e3-447a-aaf9-a9fc7b955d07.jpg
17
- :target: https://alpaca.markets
18
- :alt: alpaca
19
-
20
- - alpaca
21
- - `Alpaca <https://alpaca.markets>`__
22
- - .. image:: https://img.shields.io/badge/*-lightgray
23
- :target: https://alpaca.markets/docs/
24
- :alt: API Version *
25
-
26
- -
27
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
28
- :target: https://ccxt.pro
29
- :alt: CCXT Pro
30
-
31
- * - .. image:: https://user-images.githubusercontent.com/1294454/112027508-47984600-8b48-11eb-9e17-d26459cc36c6.jpg
32
- :target: https://ascendex.com/en-us/register?inviteCode=EL6BXBQM
33
- :alt: ascendex
34
-
35
- - ascendex
36
- - `AscendEX <https://ascendex.com/en-us/register?inviteCode=EL6BXBQM>`__
37
- - .. image:: https://img.shields.io/badge/2-lightgray
38
- :target: https://ascendex.github.io/ascendex-pro-api/#ascendex-pro-api-documentation
39
- :alt: API Version 2
40
-
41
- -
42
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
43
- :target: https://ccxt.pro
44
- :alt: CCXT Pro
45
-
46
- * - .. image:: https://user-images.githubusercontent.com/1294454/55248342-a75dfe00-525a-11e9-8aa2-05e9dca943c6.jpg
47
- :target: https://bequant.io
48
- :alt: bequant
49
-
50
- - bequant
51
- - `Bequant <https://bequant.io>`__
52
- - .. image:: https://img.shields.io/badge/2-lightgray
53
- :target: https://api.bequant.io/
54
- :alt: API Version 2
55
-
56
- -
57
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
58
- :target: https://ccxt.pro
59
- :alt: CCXT Pro
60
-
61
- * - .. image:: https://user-images.githubusercontent.com/1294454/69354403-1d532180-0c91-11ea-88ed-44c06cefdf87.jpg
62
- :target: https://b1.run/users/new?code=D3LLBVFT
63
- :alt: bigone
64
-
65
- - bigone
66
- - `BigONE <https://b1.run/users/new?code=D3LLBVFT>`__
67
- - .. image:: https://img.shields.io/badge/3-lightgray
68
- :target: https://open.big.one/docs/api.html
69
- :alt: API Version 3
70
-
71
- -
72
- -
73
- * - .. image:: https://user-images.githubusercontent.com/1294454/29604020-d5483cdc-87ee-11e7-94c7-d1a8d9169293.jpg
74
- :target: https://accounts.binance.com/en/register?ref=D7YA7CLY
75
- :alt: binance
76
-
77
- - binance
78
- - `Binance <https://accounts.binance.com/en/register?ref=D7YA7CLY>`__
79
- - .. image:: https://img.shields.io/badge/*-lightgray
80
- :target: https://binance-docs.github.io/apidocs/spot/en
81
- :alt: API Version *
82
-
83
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
84
- :target: https://github.com/ccxt/ccxt/wiki/Certification
85
- :alt: CCXT Certified
86
-
87
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
88
- :target: https://ccxt.pro
89
- :alt: CCXT Pro
90
-
91
- * - .. image:: https://user-images.githubusercontent.com/1294454/117738721-668c8d80-b205-11eb-8c49-3fad84c4a07f.jpg
92
- :target: https://accounts.binance.com/en/register?ref=D7YA7CLY
93
- :alt: binancecoinm
94
-
95
- - binancecoinm
96
- - `Binance COIN-M <https://accounts.binance.com/en/register?ref=D7YA7CLY>`__
97
- - .. image:: https://img.shields.io/badge/*-lightgray
98
- :target: https://binance-docs.github.io/apidocs/delivery/en/
99
- :alt: API Version *
100
-
101
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
102
- :target: https://github.com/ccxt/ccxt/wiki/Certification
103
- :alt: CCXT Certified
104
-
105
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
106
- :target: https://ccxt.pro
107
- :alt: CCXT Pro
108
-
109
- * - .. image:: https://user-images.githubusercontent.com/1294454/65177307-217b7c80-da5f-11e9-876e-0b748ba0a358.jpg
110
- :target: https://www.binance.us/?ref=35005074
111
- :alt: binanceus
112
-
113
- - binanceus
114
- - `Binance US <https://www.binance.us/?ref=35005074>`__
115
- - .. image:: https://img.shields.io/badge/*-lightgray
116
- :target: https://github.com/binance-us/binance-official-api-docs
117
- :alt: API Version *
118
-
119
- -
120
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
121
- :target: https://ccxt.pro
122
- :alt: CCXT Pro
123
-
124
- * - .. image:: https://user-images.githubusercontent.com/1294454/117738721-668c8d80-b205-11eb-8c49-3fad84c4a07f.jpg
125
- :target: https://accounts.binance.com/en/register?ref=D7YA7CLY
126
- :alt: binanceusdm
127
-
128
- - binanceusdm
129
- - `Binance USDⓈ-M <https://accounts.binance.com/en/register?ref=D7YA7CLY>`__
130
- - .. image:: https://img.shields.io/badge/*-lightgray
131
- :target: https://binance-docs.github.io/apidocs/futures/en/
132
- :alt: API Version *
133
-
134
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
135
- :target: https://github.com/ccxt/ccxt/wiki/Certification
136
- :alt: CCXT Certified
137
-
138
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
139
- :target: https://ccxt.pro
140
- :alt: CCXT Pro
141
-
142
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766119-3593220e-5ece-11e7-8b3a-5a041f6bcc3f.jpg
143
- :target: https://bit2c.co.il/Aff/63bfed10-e359-420c-ab5a-ad368dab0baf
144
- :alt: bit2c
145
-
146
- - bit2c
147
- - `Bit2C <https://bit2c.co.il/Aff/63bfed10-e359-420c-ab5a-ad368dab0baf>`__
148
- - .. image:: https://img.shields.io/badge/*-lightgray
149
- :target: https://www.bit2c.co.il/home/api
150
- :alt: API Version *
151
-
152
- -
153
- -
154
- * - .. image:: https://user-images.githubusercontent.com/1294454/37808081-b87f2d9c-2e59-11e8-894d-c1900b7584fe.jpg
155
- :target: https://bitbank.cc/
156
- :alt: bitbank
157
-
158
- - bitbank
159
- - `bitbank <https://bitbank.cc/>`__
160
- - .. image:: https://img.shields.io/badge/1-lightgray
161
- :target: https://docs.bitbank.cc/
162
- :alt: API Version 1
163
-
164
- -
165
- -
166
- * - .. image:: https://user-images.githubusercontent.com/1294454/117201933-e7a6e780-adf5-11eb-9d80-98fc2a21c3d6.jpg
167
- :target: https://ref.bitbns.com/1090961
168
- :alt: bitbns
169
-
170
- - bitbns
171
- - `Bitbns <https://ref.bitbns.com/1090961>`__
172
- - .. image:: https://img.shields.io/badge/2-lightgray
173
- :target: https://bitbns.com/trade/#/api-trading/
174
- :alt: API Version 2
175
-
176
- -
177
- -
178
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766244-e328a50c-5ed2-11e7-947b-041416579bb3.jpg
179
- :target: https://www.bitfinex.com/?refcode=P61eYxFL
180
- :alt: bitfinex
181
-
182
- - bitfinex
183
- - `Bitfinex <https://www.bitfinex.com/?refcode=P61eYxFL>`__
184
- - .. image:: https://img.shields.io/badge/1-lightgray
185
- :target: https://docs.bitfinex.com/v1/docs
186
- :alt: API Version 1
187
-
188
- -
189
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
190
- :target: https://ccxt.pro
191
- :alt: CCXT Pro
192
-
193
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766244-e328a50c-5ed2-11e7-947b-041416579bb3.jpg
194
- :target: https://www.bitfinex.com
195
- :alt: bitfinex2
196
-
197
- - bitfinex2
198
- - `Bitfinex <https://www.bitfinex.com>`__
199
- - .. image:: https://img.shields.io/badge/2-lightgray
200
- :target: https://docs.bitfinex.com/v2/docs/
201
- :alt: API Version 2
202
-
203
- -
204
- -
205
- * - .. image:: https://user-images.githubusercontent.com/1294454/28051642-56154182-660e-11e7-9b0d-6042d1e6edd8.jpg
206
- :target: https://bitflyer.com
207
- :alt: bitflyer
208
-
209
- - bitflyer
210
- - `bitFlyer <https://bitflyer.com>`__
211
- - .. image:: https://img.shields.io/badge/1-lightgray
212
- :target: https://lightning.bitflyer.com/docs?lang=en
213
- :alt: API Version 1
214
-
215
- -
216
- -
217
- * - .. image:: https://user-images.githubusercontent.com/51840849/87295553-1160ec00-c50e-11ea-8ea0-df79276a9646.jpg
218
- :target: https://www.bitforex.com/en/invitationRegister?inviterId=1867438
219
- :alt: bitforex
220
-
221
- - bitforex
222
- - `Bitforex <https://www.bitforex.com/en/invitationRegister?inviterId=1867438>`__
223
- - .. image:: https://img.shields.io/badge/1-lightgray
224
- :target: https://github.com/githubdev2020/API_Doc_en/wiki
225
- :alt: API Version 1
226
-
227
- -
228
- -
229
- * - .. image:: https://user-images.githubusercontent.com/1294454/195989417-4253ddb0-afbe-4a1c-9dea-9dbcd121fa5d.jpg
230
- :target: https://www.bitget.com/expressly?languageType=0&channelCode=ccxt&vipCode=tg9j
231
- :alt: bitget
232
-
233
- - bitget
234
- - `Bitget <https://www.bitget.com/expressly?languageType=0&channelCode=ccxt&vipCode=tg9j>`__
235
- - .. image:: https://img.shields.io/badge/1-lightgray
236
- :target: https://bitgetlimited.github.io/apidoc/en/mix
237
- :alt: API Version 1
238
-
239
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
240
- :target: https://github.com/ccxt/ccxt/wiki/Certification
241
- :alt: CCXT Certified
242
-
243
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
244
- :target: https://ccxt.pro
245
- :alt: CCXT Pro
246
-
247
- * - .. image:: https://user-images.githubusercontent.com/1294454/30597177-ea800172-9d5e-11e7-804c-b9d4fa9b56b0.jpg
248
- :target: https://www.bithumb.com
249
- :alt: bithumb
250
-
251
- - bithumb
252
- - `Bithumb <https://www.bithumb.com>`__
253
- - .. image:: https://img.shields.io/badge/*-lightgray
254
- :target: https://apidocs.bithumb.com
255
- :alt: API Version *
256
-
257
- -
258
- -
259
- * - .. image:: https://user-images.githubusercontent.com/1294454/129991357-8f47464b-d0f4-41d6-8a82-34122f0d1398.jpg
260
- :target: http://www.bitmart.com/?r=rQCFLh
261
- :alt: bitmart
262
-
263
- - bitmart
264
- - `BitMart <http://www.bitmart.com/?r=rQCFLh>`__
265
- - .. image:: https://img.shields.io/badge/2-lightgray
266
- :target: https://developer-pro.bitmart.com/
267
- :alt: API Version 2
268
-
269
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
270
- :target: https://github.com/ccxt/ccxt/wiki/Certification
271
- :alt: CCXT Certified
272
-
273
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
274
- :target: https://ccxt.pro
275
- :alt: CCXT Pro
276
-
277
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766319-f653c6e6-5ed4-11e7-933d-f0bc3699ae8f.jpg
278
- :target: https://www.bitmex.com/register/upZpOX
279
- :alt: bitmex
280
-
281
- - bitmex
282
- - `BitMEX <https://www.bitmex.com/register/upZpOX>`__
283
- - .. image:: https://img.shields.io/badge/1-lightgray
284
- :target: https://www.bitmex.com/app/apiOverview
285
- :alt: API Version 1
286
-
287
- -
288
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
289
- :target: https://ccxt.pro
290
- :alt: CCXT Pro
291
-
292
- * - .. image:: https://user-images.githubusercontent.com/1294454/158227251-3a92a220-9222-453c-9277-977c6677fe71.jpg
293
- :target: https://www.bitopro.com
294
- :alt: bitopro
295
-
296
- - bitopro
297
- - `BitoPro <https://www.bitopro.com>`__
298
- - .. image:: https://img.shields.io/badge/3-lightgray
299
- :target: https://github.com/bitoex/bitopro-offical-api-docs/blob/master/v3-1/rest-1/rest.md
300
- :alt: API Version 3
301
-
302
- -
303
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
304
- :target: https://ccxt.pro
305
- :alt: CCXT Pro
306
-
307
- * - .. image:: https://user-images.githubusercontent.com/51840849/87591171-9a377d80-c6f0-11ea-94ac-97a126eac3bc.jpg
308
- :target: https://www.bitpanda.com/en/pro
309
- :alt: bitpanda
310
-
311
- - bitpanda
312
- - `Bitpanda Pro <https://www.bitpanda.com/en/pro>`__
313
- - .. image:: https://img.shields.io/badge/1-lightgray
314
- :target: https://developers.bitpanda.com/exchange/
315
- :alt: API Version 1
316
-
317
- -
318
- -
319
- * - .. image:: https://user-images.githubusercontent.com/1294454/139516488-243a830d-05dd-446b-91c6-c1f18fe30c63.jpg
320
- :target: https://www.bitrue.com/activity/task/task-landing?inviteCode=EZWETQE&cn=900000
321
- :alt: bitrue
322
-
323
- - bitrue
324
- - `Bitrue <https://www.bitrue.com/activity/task/task-landing?inviteCode=EZWETQE&cn=900000>`__
325
- - .. image:: https://img.shields.io/badge/1-lightgray
326
- :target: https://github.com/Bitrue-exchange/bitrue-official-api-docs
327
- :alt: API Version 1
328
-
329
- -
330
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
331
- :target: https://ccxt.pro
332
- :alt: CCXT Pro
333
-
334
- * - .. image:: https://user-images.githubusercontent.com/51840849/87295554-11f98280-c50e-11ea-80d6-15b3bafa8cbf.jpg
335
- :target: https://bitso.com/?ref=itej
336
- :alt: bitso
337
-
338
- - bitso
339
- - `Bitso <https://bitso.com/?ref=itej>`__
340
- - .. image:: https://img.shields.io/badge/3-lightgray
341
- :target: https://bitso.com/api_info
342
- :alt: API Version 3
343
-
344
- -
345
- -
346
- * - .. image:: https://user-images.githubusercontent.com/1294454/27786377-8c8ab57e-5fe9-11e7-8ea4-2b05b6bcceec.jpg
347
- :target: https://www.bitstamp.net
348
- :alt: bitstamp
349
-
350
- - bitstamp
351
- - `Bitstamp <https://www.bitstamp.net>`__
352
- - .. image:: https://img.shields.io/badge/2-lightgray
353
- :target: https://www.bitstamp.net/api
354
- :alt: API Version 2
355
-
356
- -
357
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
358
- :target: https://ccxt.pro
359
- :alt: CCXT Pro
360
-
361
- * - .. image:: https://user-images.githubusercontent.com/1294454/27786377-8c8ab57e-5fe9-11e7-8ea4-2b05b6bcceec.jpg
362
- :target: https://www.bitstamp.net
363
- :alt: bitstamp1
364
-
365
- - bitstamp1
366
- - `Bitstamp <https://www.bitstamp.net>`__
367
- - .. image:: https://img.shields.io/badge/1-lightgray
368
- :target: https://www.bitstamp.net/api
369
- :alt: API Version 1
370
-
371
- -
372
- -
373
- * - .. image:: https://user-images.githubusercontent.com/51840849/87153921-edf53180-c2c0-11ea-96b9-f2a9a95a455b.jpg
374
- :target: https://bittrex.com/Account/Register?referralCode=1ZE-G0G-M3B
375
- :alt: bittrex
376
-
377
- - bittrex
378
- - `Bittrex <https://bittrex.com/Account/Register?referralCode=1ZE-G0G-M3B>`__
379
- - .. image:: https://img.shields.io/badge/3-lightgray
380
- :target: https://bittrex.github.io/api/v3
381
- :alt: API Version 3
382
-
383
- -
384
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
385
- :target: https://ccxt.pro
386
- :alt: CCXT Pro
387
-
388
- * - .. image:: https://user-images.githubusercontent.com/1294454/169202626-bd130fc5-fcf9-41bb-8d97-6093225c73cd.jpg
389
- :target: https://bitvavo.com/?a=24F34952F7
390
- :alt: bitvavo
391
-
392
- - bitvavo
393
- - `Bitvavo <https://bitvavo.com/?a=24F34952F7>`__
394
- - .. image:: https://img.shields.io/badge/2-lightgray
395
- :target: https://docs.bitvavo.com/
396
- :alt: API Version 2
397
-
398
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
399
- :target: https://github.com/ccxt/ccxt/wiki/Certification
400
- :alt: CCXT Certified
401
-
402
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
403
- :target: https://ccxt.pro
404
- :alt: CCXT Pro
405
-
406
- * - .. image:: https://user-images.githubusercontent.com/1294454/158043180-bb079a65-69e8-45a2-b393-f094d334e610.jpg
407
- :target: https://www.bkex.com/
408
- :alt: bkex
409
-
410
- - bkex
411
- - `BKEX <https://www.bkex.com/>`__
412
- - .. image:: https://img.shields.io/badge/2-lightgray
413
- :target: https://bkexapi.github.io/docs/api_en.htm
414
- :alt: API Version 2
415
-
416
- -
417
- -
418
- * - .. image:: https://user-images.githubusercontent.com/1294454/28501752-60c21b82-6feb-11e7-818b-055ee6d0e754.jpg
419
- :target: https://bl3p.eu
420
- :alt: bl3p
421
-
422
- - bl3p
423
- - `BL3P <https://bl3p.eu>`__
424
- - .. image:: https://img.shields.io/badge/1-lightgray
425
- :target: https://github.com/BitonicNL/bl3p-api/tree/master/docs
426
- :alt: API Version 1
427
-
428
- -
429
- -
430
- * - .. image:: https://user-images.githubusercontent.com/1294454/147515585-1296e91b-7398-45e5-9d32-f6121538533f.jpeg
431
- :target: https://blockchain.com
432
- :alt: blockchaincom
433
-
434
- - blockchaincom
435
- - `Blockchain.com <https://blockchain.com>`__
436
- - .. image:: https://img.shields.io/badge/3-lightgray
437
- :target: https://api.blockchain.com/v3
438
- :alt: API Version 3
439
-
440
- -
441
- -
442
- * - .. image:: https://user-images.githubusercontent.com/1294454/42625213-dabaa5da-85cf-11e8-8f99-aa8f8f7699f0.jpg
443
- :target: https://btc-alpha.com/?r=123788
444
- :alt: btcalpha
445
-
446
- - btcalpha
447
- - `BTC-Alpha <https://btc-alpha.com/?r=123788>`__
448
- - .. image:: https://img.shields.io/badge/1-lightgray
449
- :target: https://btc-alpha.github.io/api-docs
450
- :alt: API Version 1
451
-
452
- -
453
- -
454
- * - .. image:: https://user-images.githubusercontent.com/51840849/87327317-98c55400-c53c-11ea-9a11-81f7d951cc74.jpg
455
- :target: https://www.btcbox.co.jp/
456
- :alt: btcbox
457
-
458
- - btcbox
459
- - `BtcBox <https://www.btcbox.co.jp/>`__
460
- - .. image:: https://img.shields.io/badge/1-lightgray
461
- :target: https://blog.btcbox.jp/en/archives/8762
462
- :alt: API Version 1
463
-
464
- -
465
- -
466
- * - .. image:: https://user-images.githubusercontent.com/1294454/173489620-d49807a4-55cd-4f4e-aca9-534921298bbf.jpg
467
- :target: https://www.btcex.com/en-us/register?i=48biatg1
468
- :alt: btcex
469
-
470
- - btcex
471
- - `BTCEX <https://www.btcex.com/en-us/register?i=48biatg1>`__
472
- - .. image:: https://img.shields.io/badge/1-lightgray
473
- :target: https://docs.btcex.com/
474
- :alt: API Version 1
475
-
476
- -
477
- -
478
- * - .. image:: https://user-images.githubusercontent.com/51840849/89731817-b3fb8480-da52-11ea-817f-783b08aaf32b.jpg
479
- :target: https://btcmarkets.net
480
- :alt: btcmarkets
481
-
482
- - btcmarkets
483
- - `BTC Markets <https://btcmarkets.net>`__
484
- - .. image:: https://img.shields.io/badge/3-lightgray
485
- :target: https://api.btcmarkets.net/doc/v3
486
- :alt: API Version 3
487
-
488
- -
489
- -
490
- * - .. image:: https://user-images.githubusercontent.com/1294454/27941483-79fc7350-62d9-11e7-9f61-ac47f28fcd96.jpg
491
- :target: https://btc-trade.com.ua/registration/22689
492
- :alt: btctradeua
493
-
494
- - btctradeua
495
- - `BTC Trade UA <https://btc-trade.com.ua/registration/22689>`__
496
- - .. image:: https://img.shields.io/badge/*-lightgray
497
- :target: https://docs.google.com/document/d/1ocYA0yMy_RXd561sfG3qEPZ80kyll36HUxvCRe5GbhE/edit
498
- :alt: API Version *
499
-
500
- -
501
- -
502
- * - .. image:: https://user-images.githubusercontent.com/51840849/87153926-efbef500-c2c0-11ea-9842-05b63612c4b9.jpg
503
- :target: https://www.btcturk.com
504
- :alt: btcturk
505
-
506
- - btcturk
507
- - `BTCTurk <https://www.btcturk.com>`__
508
- - .. image:: https://img.shields.io/badge/*-lightgray
509
- :target: https://github.com/BTCTrader/broker-api-docs
510
- :alt: API Version *
511
-
512
- -
513
- -
514
- * - .. image:: https://user-images.githubusercontent.com/1294454/47380619-8a029200-d706-11e8-91e0-8a391fe48de3.jpg
515
- :target: https://www.buda.com
516
- :alt: buda
517
-
518
- - buda
519
- - `Buda <https://www.buda.com>`__
520
- - .. image:: https://img.shields.io/badge/2-lightgray
521
- :target: https://api.buda.com
522
- :alt: API Version 2
523
-
524
- -
525
- -
526
- * - .. image:: https://user-images.githubusercontent.com/51840849/76547799-daff5b80-649e-11ea-87fb-3be9bac08954.jpg
527
- :target: https://www.bybit.com/register?affiliate_id=35953
528
- :alt: bybit
529
-
530
- - bybit
531
- - `Bybit <https://www.bybit.com/register?affiliate_id=35953>`__
532
- - .. image:: https://img.shields.io/badge/3-lightgray
533
- :target: https://bybit-exchange.github.io/docs/inverse/
534
- :alt: API Version 3
535
-
536
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
537
- :target: https://github.com/ccxt/ccxt/wiki/Certification
538
- :alt: CCXT Certified
539
-
540
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
541
- :target: https://ccxt.pro
542
- :alt: CCXT Pro
543
-
544
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766442-8ddc33b0-5ed8-11e7-8b98-f786aef0f3c9.jpg
545
- :target: https://cex.io/r/0/up105393824/0/
546
- :alt: cex
547
-
548
- - cex
549
- - `CEX.IO <https://cex.io/r/0/up105393824/0/>`__
550
- - .. image:: https://img.shields.io/badge/*-lightgray
551
- :target: https://cex.io/cex-api
552
- :alt: API Version *
553
-
554
- -
555
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
556
- :target: https://ccxt.pro
557
- :alt: CCXT Pro
558
-
559
- * - .. image:: https://user-images.githubusercontent.com/1294454/40811661-b6eceae2-653a-11e8-829e-10bfadb078cf.jpg
560
- :target: https://www.coinbase.com/join/58cbe25a355148797479dbd2
561
- :alt: coinbase
562
-
563
- - coinbase
564
- - `Coinbase <https://www.coinbase.com/join/58cbe25a355148797479dbd2>`__
565
- - .. image:: https://img.shields.io/badge/2-lightgray
566
- :target: https://developers.coinbase.com/api/v2
567
- :alt: API Version 2
568
-
569
- -
570
- -
571
- * - .. image:: https://user-images.githubusercontent.com/1294454/44539184-29f26e00-a70c-11e8-868f-e907fc236a7c.jpg
572
- :target: https://exchange.coinbase.com
573
- :alt: coinbaseprime
574
-
575
- - coinbaseprime
576
- - `Coinbase Prime <https://exchange.coinbase.com>`__
577
- - .. image:: https://img.shields.io/badge/*-lightgray
578
- :target: https://docs.exchange.coinbase.com
579
- :alt: API Version *
580
-
581
- -
582
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
583
- :target: https://ccxt.pro
584
- :alt: CCXT Pro
585
-
586
- * - .. image:: https://user-images.githubusercontent.com/1294454/41764625-63b7ffde-760a-11e8-996d-a6328fa9347a.jpg
587
- :target: https://pro.coinbase.com/
588
- :alt: coinbasepro
589
-
590
- - coinbasepro
591
- - `Coinbase Pro <https://pro.coinbase.com/>`__
592
- - .. image:: https://img.shields.io/badge/*-lightgray
593
- :target: https://docs.pro.coinbase.com
594
- :alt: API Version *
595
-
596
- -
597
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
598
- :target: https://ccxt.pro
599
- :alt: CCXT Pro
600
-
601
- * - .. image:: https://user-images.githubusercontent.com/51840849/87182088-1d6d6380-c2ec-11ea-9c64-8ab9f9b289f5.jpg
602
- :target: https://coincheck.com
603
- :alt: coincheck
604
-
605
- - coincheck
606
- - `coincheck <https://coincheck.com>`__
607
- - .. image:: https://img.shields.io/badge/*-lightgray
608
- :target: https://coincheck.com/documents/exchange/api
609
- :alt: API Version *
610
-
611
- -
612
- -
613
- * - .. image:: https://user-images.githubusercontent.com/51840849/87182089-1e05fa00-c2ec-11ea-8da9-cc73b45abbbc.jpg
614
- :target: https://www.coinex.com/register?refer_code=yw5fz
615
- :alt: coinex
616
-
617
- - coinex
618
- - `CoinEx <https://www.coinex.com/register?refer_code=yw5fz>`__
619
- - .. image:: https://img.shields.io/badge/1-lightgray
620
- :target: https://github.com/coinexcom/coinex_exchange_api/wiki
621
- :alt: API Version 1
622
-
623
- -
624
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
625
- :target: https://ccxt.pro
626
- :alt: CCXT Pro
627
-
628
- * - .. image:: https://user-images.githubusercontent.com/1294454/41822275-ed982188-77f5-11e8-92bb-496bcd14ca52.jpg
629
- :target: https://coinfalcon.com/?ref=CFJSVGTUPASB
630
- :alt: coinfalcon
631
-
632
- - coinfalcon
633
- - `CoinFalcon <https://coinfalcon.com/?ref=CFJSVGTUPASB>`__
634
- - .. image:: https://img.shields.io/badge/1-lightgray
635
- :target: https://docs.coinfalcon.com
636
- :alt: API Version 1
637
-
638
- -
639
- -
640
- * - .. image:: https://user-images.githubusercontent.com/51840849/87460806-1c9f3f00-c616-11ea-8c46-a77018a8f3f4.jpg
641
- :target: https://coinmate.io?referral=YTFkM1RsOWFObVpmY1ZjMGREQmpTRnBsWjJJNVp3PT0
642
- :alt: coinmate
643
-
644
- - coinmate
645
- - `CoinMate <https://coinmate.io?referral=YTFkM1RsOWFObVpmY1ZjMGREQmpTRnBsWjJJNVp3PT0>`__
646
- - .. image:: https://img.shields.io/badge/*-lightgray
647
- :target: https://coinmate.docs.apiary.io
648
- :alt: API Version *
649
-
650
- -
651
- -
652
- * - .. image:: https://user-images.githubusercontent.com/1294454/38003300-adc12fba-323f-11e8-8525-725f53c4a659.jpg
653
- :target: https://coinone.co.kr
654
- :alt: coinone
655
-
656
- - coinone
657
- - `CoinOne <https://coinone.co.kr>`__
658
- - .. image:: https://img.shields.io/badge/2-lightgray
659
- :target: https://doc.coinone.co.kr
660
- :alt: API Version 2
661
-
662
- -
663
- -
664
- * - .. image:: https://user-images.githubusercontent.com/1294454/28208429-3cacdf9a-6896-11e7-854e-4c79a772a30f.jpg
665
- :target: https://www.coinspot.com.au/register?code=PJURCU
666
- :alt: coinspot
667
-
668
- - coinspot
669
- - `CoinSpot <https://www.coinspot.com.au/register?code=PJURCU>`__
670
- - .. image:: https://img.shields.io/badge/*-lightgray
671
- :target: https://www.coinspot.com.au/api
672
- :alt: API Version *
673
-
674
- -
675
- -
676
- * - .. image:: https://user-images.githubusercontent.com/1294454/147792121-38ed5e36-c229-48d6-b49a-48d05fc19ed4.jpeg
677
- :target: https://crypto.com/exch/5835vstech
678
- :alt: cryptocom
679
-
680
- - cryptocom
681
- - `Crypto.com <https://crypto.com/exch/5835vstech>`__
682
- - .. image:: https://img.shields.io/badge/2-lightgray
683
- :target: https://exchange-docs.crypto.com/spot/index.html
684
- :alt: API Version 2
685
-
686
- -
687
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
688
- :target: https://ccxt.pro
689
- :alt: CCXT Pro
690
-
691
- * - .. image:: https://user-images.githubusercontent.com/1294454/83718672-36745c00-a63e-11ea-81a9-677b1f789a4d.jpg
692
- :target: https://currency.com/trading/signup?c=362jaimv&pid=referral
693
- :alt: currencycom
694
-
695
- - currencycom
696
- - `Currency.com <https://currency.com/trading/signup?c=362jaimv&pid=referral>`__
697
- - .. image:: https://img.shields.io/badge/2-lightgray
698
- :target: https://currency.com/api
699
- :alt: API Version 2
700
-
701
- -
702
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
703
- :target: https://ccxt.pro
704
- :alt: CCXT Pro
705
-
706
- * - .. image:: https://user-images.githubusercontent.com/1294454/99450025-3be60a00-2931-11eb-9302-f4fd8d8589aa.jpg
707
- :target: https://www.delta.exchange/app/signup/?code=IULYNB
708
- :alt: delta
709
-
710
- - delta
711
- - `Delta Exchange <https://www.delta.exchange/app/signup/?code=IULYNB>`__
712
- - .. image:: https://img.shields.io/badge/2-lightgray
713
- :target: https://docs.delta.exchange
714
- :alt: API Version 2
715
-
716
- -
717
- -
718
- * - .. image:: https://user-images.githubusercontent.com/1294454/41933112-9e2dd65a-798b-11e8-8440-5bab2959fcb8.jpg
719
- :target: https://www.deribit.com/reg-1189.4038
720
- :alt: deribit
721
-
722
- - deribit
723
- - `Deribit <https://www.deribit.com/reg-1189.4038>`__
724
- - .. image:: https://img.shields.io/badge/2-lightgray
725
- :target: https://docs.deribit.com/v2
726
- :alt: API Version 2
727
-
728
- -
729
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
730
- :target: https://ccxt.pro
731
- :alt: CCXT Pro
732
-
733
- * - .. image:: https://user-images.githubusercontent.com/51840849/87443315-01283a00-c5fe-11ea-8628-c2a0feaf07ac.jpg
734
- :target: https://www.digifinex.com/en-ww/from/DhOzBg?channelCode=ljaUPp
735
- :alt: digifinex
736
-
737
- - digifinex
738
- - `DigiFinex <https://www.digifinex.com/en-ww/from/DhOzBg?channelCode=ljaUPp>`__
739
- - .. image:: https://img.shields.io/badge/3-lightgray
740
- :target: https://docs.digifinex.com
741
- :alt: API Version 3
742
-
743
- -
744
- -
745
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766491-1b0ea956-5eda-11e7-9225-40d67b481b8d.jpg
746
- :target: https://exmo.me/?ref=131685
747
- :alt: exmo
748
-
749
- - exmo
750
- - `EXMO <https://exmo.me/?ref=131685>`__
751
- - .. image:: https://img.shields.io/badge/1.1-lightgray
752
- :target: https://exmo.me/en/api_doc?ref=131685
753
- :alt: API Version 1.1
754
-
755
- -
756
- -
757
- * - .. image:: https://user-images.githubusercontent.com/51840849/87443317-01c0d080-c5fe-11ea-95c2-9ebe1a8fafd9.jpg
758
- :target: https://one.ndax.io/bfQiSL
759
- :alt: flowbtc
760
-
761
- - flowbtc
762
- - `flowBTC <https://one.ndax.io/bfQiSL>`__
763
- - .. image:: https://img.shields.io/badge/*-lightgray
764
- :target: https://www.flowbtc.com.br/api.html
765
- :alt: API Version *
766
-
767
- -
768
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
769
- :target: https://ccxt.pro
770
- :alt: CCXT Pro
771
-
772
- * - .. image:: https://user-images.githubusercontent.com/1294454/159177712-b685b40c-5269-4cea-ac83-f7894c49525d.jpg
773
- :target: https://fmfw.io/referral/da948b21d6c92d69
774
- :alt: fmfwio
775
-
776
- - fmfwio
777
- - `FMFW.io <https://fmfw.io/referral/da948b21d6c92d69>`__
778
- - .. image:: https://img.shields.io/badge/2-lightgray
779
- :target: https://api.fmfw.io/api/2/explore/
780
- :alt: API Version 2
781
-
782
- -
783
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
784
- :target: https://ccxt.pro
785
- :alt: CCXT Pro
786
-
787
- * - .. image:: https://user-images.githubusercontent.com/1294454/31784029-0313c702-b509-11e7-9ccc-bc0da6a0e435.jpg
788
- :target: https://www.gate.io/ref/2436035
789
- :alt: gate
790
-
791
- - gate
792
- - `Gate.io <https://www.gate.io/ref/2436035>`__
793
- - .. image:: https://img.shields.io/badge/4-lightgray
794
- :target: https://www.gate.io/docs/apiv4/en/index.html
795
- :alt: API Version 4
796
-
797
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
798
- :target: https://github.com/ccxt/ccxt/wiki/Certification
799
- :alt: CCXT Certified
800
-
801
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
802
- :target: https://ccxt.pro
803
- :alt: CCXT Pro
804
-
805
- * - .. image:: https://user-images.githubusercontent.com/1294454/27816857-ce7be644-6096-11e7-82d6-3c257263229c.jpg
806
- :target: https://gemini.com/
807
- :alt: gemini
808
-
809
- - gemini
810
- - `Gemini <https://gemini.com/>`__
811
- - .. image:: https://img.shields.io/badge/1-lightgray
812
- :target: https://docs.gemini.com/rest-api
813
- :alt: API Version 1
814
-
815
- -
816
- -
817
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766555-8eaec20e-5edc-11e7-9c5b-6dc69fc42f5e.jpg
818
- :target: https://hitbtc.com/?ref_id=5a5d39a65d466
819
- :alt: hitbtc
820
-
821
- - hitbtc
822
- - `HitBTC <https://hitbtc.com/?ref_id=5a5d39a65d466>`__
823
- - .. image:: https://img.shields.io/badge/2-lightgray
824
- :target: https://api.hitbtc.com/v2
825
- :alt: API Version 2
826
-
827
- -
828
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
829
- :target: https://ccxt.pro
830
- :alt: CCXT Pro
831
-
832
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766555-8eaec20e-5edc-11e7-9c5b-6dc69fc42f5e.jpg
833
- :target: https://hitbtc.com/?ref_id=5a5d39a65d466
834
- :alt: hitbtc3
835
-
836
- - hitbtc3
837
- - `HitBTC <https://hitbtc.com/?ref_id=5a5d39a65d466>`__
838
- - .. image:: https://img.shields.io/badge/3-lightgray
839
- :target: https://api.hitbtc.com
840
- :alt: API Version 3
841
-
842
- -
843
- -
844
- * - .. image:: https://user-images.githubusercontent.com/1294454/75841031-ca375180-5ddd-11ea-8417-b975674c23cb.jpg
845
- :target: https://pro.hollaex.com/signup?affiliation_code=QSWA6G
846
- :alt: hollaex
847
-
848
- - hollaex
849
- - `HollaEx <https://pro.hollaex.com/signup?affiliation_code=QSWA6G>`__
850
- - .. image:: https://img.shields.io/badge/2-lightgray
851
- :target: https://apidocs.hollaex.com
852
- :alt: API Version 2
853
-
854
- -
855
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
856
- :target: https://ccxt.pro
857
- :alt: CCXT Pro
858
-
859
- * - .. image:: https://user-images.githubusercontent.com/1294454/76137448-22748a80-604e-11ea-8069-6e389271911d.jpg
860
- :target: https://www.huobi.com/en-us/v/register/double-invite/?inviter_id=11343840&invite_code=6rmm2223
861
- :alt: huobi
862
-
863
- - huobi
864
- - `Huobi <https://www.huobi.com/en-us/v/register/double-invite/?inviter_id=11343840&invite_code=6rmm2223>`__
865
- - .. image:: https://img.shields.io/badge/1-lightgray
866
- :target: https://huobiapi.github.io/docs/spot/v1/cn/
867
- :alt: API Version 1
868
-
869
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
870
- :target: https://github.com/ccxt/ccxt/wiki/Certification
871
- :alt: CCXT Certified
872
-
873
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
874
- :target: https://ccxt.pro
875
- :alt: CCXT Pro
876
-
877
- * - .. image:: https://user-images.githubusercontent.com/1294454/85734211-85755480-b705-11ea-8b35-0b7f1db33a2f.jpg
878
- :target: https://www.huobi.co.jp/register/?invite_code=znnq3
879
- :alt: huobijp
880
-
881
- - huobijp
882
- - `Huobi Japan <https://www.huobi.co.jp/register/?invite_code=znnq3>`__
883
- - .. image:: https://img.shields.io/badge/1-lightgray
884
- :target: https://api-doc.huobi.co.jp
885
- :alt: API Version 1
886
-
887
- -
888
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
889
- :target: https://ccxt.pro
890
- :alt: CCXT Pro
891
-
892
- * - .. image:: https://user-images.githubusercontent.com/51840849/94481303-2f222100-01e0-11eb-97dd-bc14c5943a86.jpg
893
- :target: https://idex.io
894
- :alt: idex
895
-
896
- - idex
897
- - `IDEX <https://idex.io>`__
898
- - .. image:: https://img.shields.io/badge/3-lightgray
899
- :target: https://docs.idex.io/
900
- :alt: API Version 3
901
-
902
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
903
- :target: https://github.com/ccxt/ccxt/wiki/Certification
904
- :alt: CCXT Certified
905
-
906
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
907
- :target: https://ccxt.pro
908
- :alt: CCXT Pro
909
-
910
- * - .. image:: https://user-images.githubusercontent.com/51840849/87182090-1e9e9080-c2ec-11ea-8e49-563db9a38f37.jpg
911
- :target: https://www.independentreserve.com
912
- :alt: independentreserve
913
-
914
- - independentreserve
915
- - `Independent Reserve <https://www.independentreserve.com>`__
916
- - .. image:: https://img.shields.io/badge/*-lightgray
917
- :target: https://www.independentreserve.com/API
918
- :alt: API Version *
919
-
920
- -
921
- -
922
- * - .. image:: https://user-images.githubusercontent.com/51840849/87070508-9358c880-c221-11ea-8dc5-5391afbbb422.jpg
923
- :target: https://indodax.com/ref/testbitcoincoid/1
924
- :alt: indodax
925
-
926
- - indodax
927
- - `INDODAX <https://indodax.com/ref/testbitcoincoid/1>`__
928
- - .. image:: https://img.shields.io/badge/2.0-lightgray
929
- :target: https://github.com/btcid/indodax-official-api-docs
930
- :alt: API Version 2.0
931
-
932
- -
933
- -
934
- * - .. image:: https://user-images.githubusercontent.com/1294454/27822159-66153620-60ad-11e7-89e7-005f6d7f3de0.jpg
935
- :target: https://www.itbit.com
936
- :alt: itbit
937
-
938
- - itbit
939
- - `itBit <https://www.itbit.com>`__
940
- - .. image:: https://img.shields.io/badge/1-lightgray
941
- :target: https://api.itbit.com/docs
942
- :alt: API Version 1
943
-
944
- -
945
- -
946
- * - .. image:: https://user-images.githubusercontent.com/51840849/76173629-fc67fb00-61b1-11ea-84fe-f2de582f58a3.jpg
947
- :target: https://www.kraken.com
948
- :alt: kraken
949
-
950
- - kraken
951
- - `Kraken <https://www.kraken.com>`__
952
- - .. image:: https://img.shields.io/badge/0-lightgray
953
- :target: https://www.kraken.com/features/api
954
- :alt: API Version 0
955
-
956
- -
957
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
958
- :target: https://ccxt.pro
959
- :alt: CCXT Pro
960
-
961
- * - .. image:: https://user-images.githubusercontent.com/51840849/87295558-132aaf80-c50e-11ea-9801-a2fb0c57c799.jpg
962
- :target: https://www.kucoin.com/ucenter/signup?rcode=E5wkqe
963
- :alt: kucoin
964
-
965
- - kucoin
966
- - `KuCoin <https://www.kucoin.com/ucenter/signup?rcode=E5wkqe>`__
967
- - .. image:: https://img.shields.io/badge/2-lightgray
968
- :target: https://docs.kucoin.com
969
- :alt: API Version 2
970
-
971
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
972
- :target: https://github.com/ccxt/ccxt/wiki/Certification
973
- :alt: CCXT Certified
974
-
975
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
976
- :target: https://ccxt.pro
977
- :alt: CCXT Pro
978
-
979
- * - .. image:: https://user-images.githubusercontent.com/1294454/147508995-9e35030a-d046-43a1-a006-6fabd981b554.jpg
980
- :target: https://futures.kucoin.com/?rcode=E5wkqe
981
- :alt: kucoinfutures
982
-
983
- - kucoinfutures
984
- - `KuCoin Futures <https://futures.kucoin.com/?rcode=E5wkqe>`__
985
- - .. image:: https://img.shields.io/badge/1-lightgray
986
- :target: https://docs.kucoin.com/futures
987
- :alt: API Version 1
988
-
989
- -
990
- -
991
- * - .. image:: https://user-images.githubusercontent.com/51840849/87153927-f0578b80-c2c0-11ea-84b6-74612568e9e1.jpg
992
- :target: https://kuna.io?r=kunaid-gvfihe8az7o4
993
- :alt: kuna
994
-
995
- - kuna
996
- - `Kuna <https://kuna.io?r=kunaid-gvfihe8az7o4>`__
997
- - .. image:: https://img.shields.io/badge/2-lightgray
998
- :target: https://kuna.io/documents/api
999
- :alt: API Version 2
1000
-
1001
- -
1002
- -
1003
- * - .. image:: https://user-images.githubusercontent.com/1294454/61511972-24c39f00-aa01-11e9-9f7c-471f1d6e5214.jpg
1004
- :target: https://latoken.com/invite?r=mvgp2djk
1005
- :alt: latoken
1006
-
1007
- - latoken
1008
- - `Latoken <https://latoken.com/invite?r=mvgp2djk>`__
1009
- - .. image:: https://img.shields.io/badge/2-lightgray
1010
- :target: https://api.latoken.com
1011
- :alt: API Version 2
1012
-
1013
- -
1014
- -
1015
- * - .. image:: https://user-images.githubusercontent.com/1294454/38063602-9605e28a-3302-11e8-81be-64b1e53c4cfb.jpg
1016
- :target: https://www.lbank.info/invitevip?icode=7QCY
1017
- :alt: lbank
1018
-
1019
- - lbank
1020
- - `LBank <https://www.lbank.info/invitevip?icode=7QCY>`__
1021
- - .. image:: https://img.shields.io/badge/1-lightgray
1022
- :target: https://github.com/LBank-exchange/lbank-official-api-docs
1023
- :alt: API Version 1
1024
-
1025
- -
1026
- -
1027
- * - .. image:: https://user-images.githubusercontent.com/1294454/38063602-9605e28a-3302-11e8-81be-64b1e53c4cfb.jpg
1028
- :target: https://www.lbank.info/invitevip?icode=7QCY
1029
- :alt: lbank2
1030
-
1031
- - lbank2
1032
- - `LBank <https://www.lbank.info/invitevip?icode=7QCY>`__
1033
- - .. image:: https://img.shields.io/badge/2-lightgray
1034
- :target: https://www.lbank.info/en-US/docs/index.html
1035
- :alt: API Version 2
1036
-
1037
- -
1038
- -
1039
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766607-8c1a69d8-5ede-11e7-930c-540b5eb9be24.jpg
1040
- :target: https://www.luno.com/invite/44893A
1041
- :alt: luno
1042
-
1043
- - luno
1044
- - `luno <https://www.luno.com/invite/44893A>`__
1045
- - .. image:: https://img.shields.io/badge/1-lightgray
1046
- :target: https://www.luno.com/en/api
1047
- :alt: API Version 1
1048
-
1049
- -
1050
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1051
- :target: https://ccxt.pro
1052
- :alt: CCXT Pro
1053
-
1054
- * - .. image:: https://user-images.githubusercontent.com/1294454/155840500-1ea4fdf0-47c0-4daa-9597-c6c1cd51b9ec.jpg
1055
- :target: https://www.lykke.com
1056
- :alt: lykke
1057
-
1058
- - lykke
1059
- - `Lykke <https://www.lykke.com>`__
1060
- - .. image:: https://img.shields.io/badge/2-lightgray
1061
- :target: https://hft-apiv2.lykke.com/swagger/ui/index.html
1062
- :alt: API Version 2
1063
-
1064
- -
1065
- -
1066
- * - .. image:: https://user-images.githubusercontent.com/1294454/27837060-e7c58714-60ea-11e7-9192-f05e86adb83f.jpg
1067
- :target: https://www.mercadobitcoin.com.br
1068
- :alt: mercado
1069
-
1070
- - mercado
1071
- - `Mercado Bitcoin <https://www.mercadobitcoin.com.br>`__
1072
- - .. image:: https://img.shields.io/badge/3-lightgray
1073
- :target: https://www.mercadobitcoin.com.br/api-doc
1074
- :alt: API Version 3
1075
-
1076
- -
1077
- -
1078
- * - .. image:: https://user-images.githubusercontent.com/1294454/137283979-8b2a818d-8633-461b-bfca-de89e8c446b2.jpg
1079
- :target: https://m.mexc.com/auth/signup?inviteCode=1FQ1G
1080
- :alt: mexc
1081
-
1082
- - mexc
1083
- - `MEXC Global <https://m.mexc.com/auth/signup?inviteCode=1FQ1G>`__
1084
- - .. image:: https://img.shields.io/badge/2-lightgray
1085
- :target: https://mxcdevelop.github.io/APIDoc/
1086
- :alt: API Version 2
1087
-
1088
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
1089
- :target: https://github.com/ccxt/ccxt/wiki/Certification
1090
- :alt: CCXT Certified
1091
-
1092
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1093
- :target: https://ccxt.pro
1094
- :alt: CCXT Pro
1095
-
1096
- * - .. image:: https://user-images.githubusercontent.com/1294454/137283979-8b2a818d-8633-461b-bfca-de89e8c446b2.jpg
1097
- :target: https://m.mexc.com/auth/signup?inviteCode=1FQ1G
1098
- :alt: mexc3
1099
-
1100
- - mexc3
1101
- - `MEXC Global <https://m.mexc.com/auth/signup?inviteCode=1FQ1G>`__
1102
- - .. image:: https://img.shields.io/badge/3-lightgray
1103
- :target: https://mxcdevelop.github.io/apidocs/spot_v3_en/
1104
- :alt: API Version 3
1105
-
1106
- -
1107
- -
1108
- * - .. image:: https://user-images.githubusercontent.com/1294454/108623144-67a3ef00-744e-11eb-8140-75c6b851e945.jpg
1109
- :target: https://one.ndax.io/bfQiSL
1110
- :alt: ndax
1111
-
1112
- - ndax
1113
- - `NDAX <https://one.ndax.io/bfQiSL>`__
1114
- - .. image:: https://img.shields.io/badge/*-lightgray
1115
- :target: https://apidoc.ndax.io/
1116
- :alt: API Version *
1117
-
1118
- -
1119
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1120
- :target: https://ccxt.pro
1121
- :alt: CCXT Pro
1122
-
1123
- * - .. image:: https://user-images.githubusercontent.com/1294454/92337550-2b085500-f0b3-11ea-98e7-5794fb07dd3b.jpg
1124
- :target: https://www.novadax.com.br/?s=ccxt
1125
- :alt: novadax
1126
-
1127
- - novadax
1128
- - `NovaDAX <https://www.novadax.com.br/?s=ccxt>`__
1129
- - .. image:: https://img.shields.io/badge/1-lightgray
1130
- :target: https://doc.novadax.com/pt-BR/
1131
- :alt: API Version 1
1132
-
1133
- -
1134
- -
1135
- * - .. image:: https://user-images.githubusercontent.com/1294454/58385970-794e2d80-8001-11e9-889c-0567cd79b78e.jpg
1136
- :target: https://oceanex.pro/signup?referral=VE24QX
1137
- :alt: oceanex
1138
-
1139
- - oceanex
1140
- - `OceanEx <https://oceanex.pro/signup?referral=VE24QX>`__
1141
- - .. image:: https://img.shields.io/badge/1-lightgray
1142
- :target: https://api.oceanex.pro/doc/v1
1143
- :alt: API Version 1
1144
-
1145
- -
1146
- -
1147
- * - .. image:: https://user-images.githubusercontent.com/51840849/87295551-102fbf00-c50e-11ea-90a9-462eebba5829.jpg
1148
- :target: https://www.okcoin.com/account/register?flag=activity&channelId=600001513
1149
- :alt: okcoin
1150
-
1151
- - okcoin
1152
- - `OKCoin <https://www.okcoin.com/account/register?flag=activity&channelId=600001513>`__
1153
- - .. image:: https://img.shields.io/badge/3-lightgray
1154
- :target: https://www.okcoin.com/docs/en/
1155
- :alt: API Version 3
1156
-
1157
- -
1158
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1159
- :target: https://ccxt.pro
1160
- :alt: CCXT Pro
1161
-
1162
- * - .. image:: https://user-images.githubusercontent.com/1294454/152485636-38b19e4a-bece-4dec-979a-5982859ffc04.jpg
1163
- :target: https://www.okx.com/join/1888677
1164
- :alt: okx
1165
-
1166
- - okx
1167
- - `OKX <https://www.okx.com/join/1888677>`__
1168
- - .. image:: https://img.shields.io/badge/5-lightgray
1169
- :target: https://www.okx.com/docs-v5/en/
1170
- :alt: API Version 5
1171
-
1172
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
1173
- :target: https://github.com/ccxt/ccxt/wiki/Certification
1174
- :alt: CCXT Certified
1175
-
1176
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1177
- :target: https://ccxt.pro
1178
- :alt: CCXT Pro
1179
-
1180
- * - .. image:: https://user-images.githubusercontent.com/51840849/87153930-f0f02200-c2c0-11ea-9c0a-40337375ae89.jpg
1181
- :target: https://www.paymium.com/page/sign-up?referral=eDAzPoRQFMvaAB8sf-qj
1182
- :alt: paymium
1183
-
1184
- - paymium
1185
- - `Paymium <https://www.paymium.com/page/sign-up?referral=eDAzPoRQFMvaAB8sf-qj>`__
1186
- - .. image:: https://img.shields.io/badge/1-lightgray
1187
- :target: https://github.com/Paymium/api-documentation
1188
- :alt: API Version 1
1189
-
1190
- -
1191
- -
1192
- * - .. image:: https://user-images.githubusercontent.com/1294454/85225056-221eb600-b3d7-11ea-930d-564d2690e3f6.jpg
1193
- :target: https://phemex.com/register?referralCode=EDNVJ
1194
- :alt: phemex
1195
-
1196
- - phemex
1197
- - `Phemex <https://phemex.com/register?referralCode=EDNVJ>`__
1198
- - .. image:: https://img.shields.io/badge/1-lightgray
1199
- :target: https://github.com/phemex/phemex-api-docs
1200
- :alt: API Version 1
1201
-
1202
- -
1203
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1204
- :target: https://ccxt.pro
1205
- :alt: CCXT Pro
1206
-
1207
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766817-e9456312-5ee6-11e7-9b3c-b628ca5626a5.jpg
1208
- :target: https://poloniex.com/signup?c=UBFZJRPJ
1209
- :alt: poloniex
1210
-
1211
- - poloniex
1212
- - `Poloniex <https://poloniex.com/signup?c=UBFZJRPJ>`__
1213
- - .. image:: https://img.shields.io/badge/*-lightgray
1214
- :target: https://docs.poloniex.com
1215
- :alt: API Version *
1216
-
1217
- -
1218
- -
1219
- * - .. image:: https://user-images.githubusercontent.com/51840849/79268032-c4379480-7ea2-11ea-80b3-dd96bb29fd0d.jpg
1220
- :target: https://www.probit.com/r/34608773
1221
- :alt: probit
1222
-
1223
- - probit
1224
- - `ProBit <https://www.probit.com/r/34608773>`__
1225
- - .. image:: https://img.shields.io/badge/1-lightgray
1226
- :target: https://docs-en.probit.com
1227
- :alt: API Version 1
1228
-
1229
- -
1230
- -
1231
- * - .. image:: https://user-images.githubusercontent.com/1294454/94507548-a83d6a80-0218-11eb-9998-28b9cec54165.jpg
1232
- :target: https://exchange.ripio.com
1233
- :alt: ripio
1234
-
1235
- - ripio
1236
- - `Ripio <https://exchange.ripio.com>`__
1237
- - .. image:: https://img.shields.io/badge/1-lightgray
1238
- :target: https://exchange.ripio.com/en/api/
1239
- :alt: API Version 1
1240
-
1241
- -
1242
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1243
- :target: https://ccxt.pro
1244
- :alt: CCXT Pro
1245
-
1246
- * - .. image:: https://user-images.githubusercontent.com/1294454/69680782-03fd0b80-10bd-11ea-909e-7f603500e9cc.jpg
1247
- :target: https://app.stex.com?ref=36416021
1248
- :alt: stex
1249
-
1250
- - stex
1251
- - `STEX <https://app.stex.com?ref=36416021>`__
1252
- - .. image:: https://img.shields.io/badge/3-lightgray
1253
- :target: https://apidocs.stex.com/
1254
- :alt: API Version 3
1255
-
1256
- -
1257
- -
1258
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766869-75057fa2-5ee9-11e7-9a6f-13e641fa4707.jpg
1259
- :target: https://therocktrading.com
1260
- :alt: therock
1261
-
1262
- - therock
1263
- - `TheRockTrading <https://therocktrading.com>`__
1264
- - .. image:: https://img.shields.io/badge/1-lightgray
1265
- :target: https://api.therocktrading.com/doc/v1/index.html
1266
- :alt: API Version 1
1267
-
1268
- -
1269
- -
1270
- * - .. image:: https://user-images.githubusercontent.com/1294454/30781780-03149dc4-a12e-11e7-82bb-313b269d24d4.jpg
1271
- :target: https://tidex.com/exchange
1272
- :alt: tidex
1273
-
1274
- - tidex
1275
- - `Tidex <https://tidex.com/exchange>`__
1276
- - .. image:: https://img.shields.io/badge/3-lightgray
1277
- :target: https://tidex.com/exchange/public-api
1278
- :alt: API Version 3
1279
-
1280
- -
1281
- -
1282
- * - .. image:: https://user-images.githubusercontent.com/1294454/70423869-6839ab00-1a7f-11ea-8f94-13ae72c31115.jpg
1283
- :target: https://timex.io/?refcode=1x27vNkTbP1uwkCck
1284
- :alt: timex
1285
-
1286
- - timex
1287
- - `TimeX <https://timex.io/?refcode=1x27vNkTbP1uwkCck>`__
1288
- - .. image:: https://img.shields.io/badge/1-lightgray
1289
- :target: https://docs.timex.io
1290
- :alt: API Version 1
1291
-
1292
- -
1293
- -
1294
- * - .. image:: https://user-images.githubusercontent.com/1294454/183870484-d3398d0c-f6a1-4cce-91b8-d58792308716.jpg
1295
- :target: https://tokocrypto.com
1296
- :alt: tokocrypto
1297
-
1298
- - tokocrypto
1299
- - `Tokocrypto <https://tokocrypto.com>`__
1300
- - .. image:: https://img.shields.io/badge/1-lightgray
1301
- :target: https://www.tokocrypto.com/apidocs/
1302
- :alt: API Version 1
1303
-
1304
- -
1305
- -
1306
- * - .. image:: https://user-images.githubusercontent.com/1294454/49245610-eeaabe00-f423-11e8-9cba-4b0aed794799.jpg
1307
- :target: https://upbit.com
1308
- :alt: upbit
1309
-
1310
- - upbit
1311
- - `Upbit <https://upbit.com>`__
1312
- - .. image:: https://img.shields.io/badge/1-lightgray
1313
- :target: https://docs.upbit.com/docs/%EC%9A%94%EC%B2%AD-%EC%88%98-%EC%A0%9C%ED%95%9C
1314
- :alt: API Version 1
1315
-
1316
- -
1317
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1318
- :target: https://ccxt.pro
1319
- :alt: CCXT Pro
1320
-
1321
- * - .. image:: https://user-images.githubusercontent.com/1294454/84547058-5fb27d80-ad0b-11ea-8711-78ac8b3c7f31.jpg
1322
- :target: https://waves.exchange
1323
- :alt: wavesexchange
1324
-
1325
- - wavesexchange
1326
- - `Waves.Exchange <https://waves.exchange>`__
1327
- - .. image:: https://img.shields.io/badge/*-lightgray
1328
- :target: https://docs.waves.exchange
1329
- :alt: API Version *
1330
-
1331
- -
1332
- -
1333
- * - .. image:: https://user-images.githubusercontent.com/1294454/148647666-c109c20b-f8ac-472f-91c3-5f658cb90f49.jpeg
1334
- :target: https://wazirx.com/invite/k7rrnks5
1335
- :alt: wazirx
1336
-
1337
- - wazirx
1338
- - `WazirX <https://wazirx.com/invite/k7rrnks5>`__
1339
- - .. image:: https://img.shields.io/badge/2-lightgray
1340
- :target: https://docs.wazirx.com/#public-rest-api-for-wazirx
1341
- :alt: API Version 2
1342
-
1343
- -
1344
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1345
- :target: https://ccxt.pro
1346
- :alt: CCXT Pro
1347
-
1348
- * - .. image:: https://user-images.githubusercontent.com/1294454/66732963-8eb7dd00-ee66-11e9-849b-10d9282bb9e0.jpg
1349
- :target: https://whitebit.com/referral/d9bdf40e-28f2-4b52-b2f9-cd1415d82963
1350
- :alt: whitebit
1351
-
1352
- - whitebit
1353
- - `WhiteBit <https://whitebit.com/referral/d9bdf40e-28f2-4b52-b2f9-cd1415d82963>`__
1354
- - .. image:: https://img.shields.io/badge/2-lightgray
1355
- :target: https://github.com/whitebit-exchange/api-docs
1356
- :alt: API Version 2
1357
-
1358
- -
1359
- -
1360
- * - .. image:: https://user-images.githubusercontent.com/1294454/150730761-1a00e5e0-d28c-480f-9e65-089ce3e6ef3b.jpg
1361
- :target: https://referral.woo.org/BAJS6oNmZb3vi3RGA
1362
- :alt: woo
1363
-
1364
- - woo
1365
- - `WOO X <https://referral.woo.org/BAJS6oNmZb3vi3RGA>`__
1366
- - .. image:: https://img.shields.io/badge/1-lightgray
1367
- :target: https://docs.woo.org/
1368
- :alt: API Version 1
1369
-
1370
- -
1371
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1372
- :target: https://ccxt.pro
1373
- :alt: CCXT Pro
1374
-
1375
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766910-cdcbfdae-5eea-11e7-9859-03fea873272d.jpg
1376
- :target: https://www.yobit.net
1377
- :alt: yobit
1378
-
1379
- - yobit
1380
- - `YoBit <https://www.yobit.net>`__
1381
- - .. image:: https://img.shields.io/badge/3-lightgray
1382
- :target: https://www.yobit.net/en/api/
1383
- :alt: API Version 3
1384
-
1385
- -
1386
- -
1387
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766927-39ca2ada-5eeb-11e7-972f-1b4199518ca6.jpg
1388
- :target: https://zaif.jp
1389
- :alt: zaif
1390
-
1391
- - zaif
1392
- - `Zaif <https://zaif.jp>`__
1393
- - .. image:: https://img.shields.io/badge/1-lightgray
1394
- :target: https://techbureau-api-document.readthedocs.io/ja/latest/index.html
1395
- :alt: API Version 1
1396
-
1397
- -
1398
- -
1399
- * - .. image:: https://user-images.githubusercontent.com/1294454/32859187-cd5214f0-ca5e-11e7-967d-96568e2e2bd1.jpg
1400
- :target: https://www.zb.com/en/register?ref=4301lera
1401
- :alt: zb
1402
-
1403
- - zb
1404
- - `ZB <https://www.zb.com/en/register?ref=4301lera>`__
1405
- - .. image:: https://img.shields.io/badge/1-lightgray
1406
- :target: https://www.zb.com/i/developer
1407
- :alt: API Version 1
1408
-
1409
- -
1410
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1411
- :target: https://ccxt.pro
1412
- :alt: CCXT Pro
1413
-
1414
- * - .. image:: https://user-images.githubusercontent.com/1294454/146103275-c39a34d9-68a4-4cd2-b1f1-c684548d311b.jpg
1415
- :target: https://trade.zipmex.com/global/accounts/sign-up?aff=KLm7HyCsvN
1416
- :alt: zipmex
1417
-
1418
- - zipmex
1419
- - `Zipmex <https://trade.zipmex.com/global/accounts/sign-up?aff=KLm7HyCsvN>`__
1420
- - .. image:: https://img.shields.io/badge/*-lightgray
1421
- :target: https://apidoc.ndax.io/
1422
- :alt: API Version *
1423
-
1424
- -
1425
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1426
- :target: https://ccxt.pro
1427
- :alt: CCXT Pro
1428
-
1429
- * - .. image:: https://user-images.githubusercontent.com/1294454/159202310-a0e38007-5e7c-4ba9-a32f-c8263a0291fe.jpg
1430
- :target: https://auth.zondaglobal.com/ref/jHlbB4mIkdS1
1431
- :alt: zonda
1432
-
1433
- - zonda
1434
- - `Zonda <https://auth.zondaglobal.com/ref/jHlbB4mIkdS1>`__
1435
- - .. image:: https://img.shields.io/badge/*-lightgray
1436
- :target: https://docs.zonda.exchange/
1437
- :alt: API Version *
1438
-
1439
- -
1440
- -
1441
-