ccxt 4.2.99 → 4.3.1

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 (317) hide show
  1. package/README.md +3 -3
  2. package/dist/cjs/ccxt.js +1 -1
  3. package/dist/cjs/src/ascendex.js +1 -1
  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 +64 -2
  7. package/dist/cjs/src/bybit.js +1 -1
  8. package/dist/cjs/src/coinex.js +55 -60
  9. package/dist/cjs/src/kraken.js +8 -3
  10. package/dist/cjs/src/kucoin.js +19 -17
  11. package/dist/cjs/src/okx.js +76 -5
  12. package/dist/cjs/src/pro/kraken.js +2 -2
  13. package/dist/cjs/src/woo.js +40 -0
  14. package/js/ccxt.d.ts +1 -1
  15. package/js/ccxt.js +1 -1
  16. package/js/src/ascendex.js +2 -2
  17. package/js/src/binance.d.ts +3 -1
  18. package/js/src/binance.js +56 -0
  19. package/js/src/bingx.js +3 -3
  20. package/js/src/bitget.d.ts +1 -0
  21. package/js/src/bitget.js +64 -2
  22. package/js/src/bybit.js +1 -1
  23. package/js/src/coinex.js +55 -60
  24. package/js/src/kraken.js +8 -3
  25. package/js/src/kucoin.js +19 -17
  26. package/js/src/okx.d.ts +1 -0
  27. package/js/src/okx.js +76 -5
  28. package/js/src/pro/kraken.js +2 -2
  29. package/js/src/woo.d.ts +1 -0
  30. package/js/src/woo.js +40 -0
  31. package/package.json +2 -1
  32. package/.dockerignore +0 -6
  33. package/.eslintignore +0 -1
  34. package/.git-templates/hooks/pre-push +0 -55
  35. package/.gitattributes +0 -7
  36. package/CHANGELOG.md +0 -6003
  37. package/CODEOWNERS +0 -1
  38. package/CONTRIBUTING.md +0 -1099
  39. package/build.sh +0 -217
  40. package/change.sh +0 -18
  41. package/cleanup.sh +0 -18
  42. package/composer-install.sh +0 -20
  43. package/dist/ccxt.browser.js +0 -327256
  44. package/dist/ccxt.browser.min.js +0 -30
  45. package/dist/ccxt.browser.min.js.LICENSE.txt +0 -12
  46. package/doc/FAQ.rst +0 -1
  47. package/doc/Makefile +0 -20
  48. package/doc/_static/css/dark.css +0 -101
  49. package/doc/_static/css/index.css +0 -128
  50. package/doc/_static/favicon.ico +0 -0
  51. package/doc/_static/javascript/binance-portal.min.js +0 -2369
  52. package/doc/_static/javascript/index.js +0 -195
  53. package/doc/_static/javascript/jquery-ui.min.js +0 -6
  54. package/doc/ccxt.pro.install.rst +0 -1
  55. package/doc/ccxt.pro.manual.rst +0 -1665
  56. package/doc/exchange-markets-by-country.rst +0 -1423
  57. package/doc/exchange-markets.rst +0 -1441
  58. package/doc/index.rst +0 -35
  59. package/doc/install.rst +0 -1
  60. package/doc/make.bat +0 -36
  61. package/doc/manual.rst +0 -7471
  62. package/doc/readme.rst +0 -2191
  63. package/doc/requirements.txt +0 -6
  64. package/examples/ccxt.pro/html/watchTicker.html +0 -51
  65. package/examples/ccxt.pro/js/binance-fetch-balance-snapshot-watch-balance-updates.js +0 -55
  66. package/examples/ccxt.pro/js/binance-https-proxy.js +0 -48
  67. package/examples/ccxt.pro/js/binance-watch-ohlcv-many-symbols-continuously.js +0 -38
  68. package/examples/ccxt.pro/js/binance-watch-ohlcv-many-symbols.js +0 -64
  69. package/examples/ccxt.pro/js/binance-watch-ticker-many-symbols.js +0 -62
  70. package/examples/ccxt.pro/js/build-ohlcv-many-symbols.js +0 -68
  71. package/examples/ccxt.pro/js/calculate-ohlcvs-from-trades-warmup.js +0 -82
  72. package/examples/ccxt.pro/js/calculate-ohlcvs-from-trades.js +0 -59
  73. package/examples/ccxt.pro/js/exchange-capabitities.js +0 -72
  74. package/examples/ccxt.pro/js/exchange-close.js +0 -46
  75. package/examples/ccxt.pro/js/gateio-swap-watch-many-orderbooks.js +0 -30
  76. package/examples/ccxt.pro/js/gateio-watch-balance.js +0 -23
  77. package/examples/ccxt.pro/js/gateio-watch-order-book.js +0 -71
  78. package/examples/ccxt.pro/js/graceful-shutdown.js +0 -43
  79. package/examples/ccxt.pro/js/many-exchanges-many-streams.js +0 -37
  80. package/examples/ccxt.pro/js/okex-create-futures-order.js +0 -48
  81. package/examples/ccxt.pro/js/okex-watch-balance-and-create-order.js +0 -54
  82. package/examples/ccxt.pro/js/okx-watch-tickers.js +0 -31
  83. package/examples/ccxt.pro/js/one-exchange-many-different-streams.js +0 -46
  84. package/examples/ccxt.pro/js/one-exchange-many-streams-2.js +0 -26
  85. package/examples/ccxt.pro/js/one-exchange-many-streams.js +0 -28
  86. package/examples/ccxt.pro/js/socks-binance-watch-orderbook.js +0 -30
  87. package/examples/ccxt.pro/js/watch-fetch-many-exchanges-many-ordersbooks.js +0 -40
  88. package/examples/ccxt.pro/js/watch-many-exchanges-many-ordersbooks.js +0 -38
  89. package/examples/ccxt.pro/js/watch-many-exchanges-many-symbols.js +0 -40
  90. package/examples/ccxt.pro/js/watch-many-orderbooks.js +0 -27
  91. package/examples/ccxt.pro/js/watch-new-trades-only.js +0 -43
  92. package/examples/ccxt.pro/js/watch-new-trades.js +0 -42
  93. package/examples/ccxt.pro/js/watch-trades-many-symbols.js +0 -29
  94. package/examples/ccxt.pro/js/watch-vs-fetch.js +0 -29
  95. package/examples/cs/Examples.sln +0 -22
  96. package/examples/cs/c#.csproj +0 -19
  97. package/examples/html/basic-cors-proxy.html +0 -46
  98. package/examples/html/basic-inheritance.html +0 -47
  99. package/examples/html/basic-poller.html +0 -52
  100. package/examples/html/basic-rate-limiting.html +0 -49
  101. package/examples/html/basic.html +0 -43
  102. package/examples/html/binance-cors-proxy.html +0 -28
  103. package/examples/html/bitmex-browser-cors-proxy.js +0 -7
  104. package/examples/html/bitmex-cors.html +0 -46
  105. package/examples/html/tradingview-charts.html +0 -61
  106. package/examples/html/webworker/index.html +0 -97
  107. package/examples/html/webworker/worker.js +0 -43
  108. package/examples/js/advanced-error-handling.js +0 -39
  109. package/examples/js/aggregate-orderbook.js +0 -54
  110. package/examples/js/arbitrage-pairs.js +0 -130
  111. package/examples/js/basic-chart.js +0 -29
  112. package/examples/js/basic-orderbook-polling.js +0 -13
  113. package/examples/js/bcc-vs-bch.js +0 -115
  114. package/examples/js/benchmark.js +0 -104
  115. package/examples/js/binance-fetch-all-deposits.js +0 -45
  116. package/examples/js/binance-fetch-ohlcv-many-symbols-async-await.js +0 -34
  117. package/examples/js/binance-fetch-ohlcv-many-symbols-promise-then-callbacks.js +0 -33
  118. package/examples/js/binance-fetchTicker-delivery-vs-future.js +0 -31
  119. package/examples/js/binance-futures-transfer-from-sub-account-to-master.js +0 -41
  120. package/examples/js/binance-margin-stop-order.js +0 -39
  121. package/examples/js/binance-server-time.js +0 -34
  122. package/examples/js/binance-universal-transfer.js +0 -16
  123. package/examples/js/bitfinex-fetch-trades.js +0 -35
  124. package/examples/js/bitfinex2-fetch-trades.js +0 -35
  125. package/examples/js/bitmex-browser-cors-proxy.js +0 -7
  126. package/examples/js/bitpanda-fetchMyTrades-reduce.js +0 -36
  127. package/examples/js/bitrue-fetch-balance.js +0 -28
  128. package/examples/js/bitstamp-private-api.js +0 -115
  129. package/examples/js/bitstamp-public-api.js +0 -39
  130. package/examples/js/bittrex-balance.js +0 -50
  131. package/examples/js/bittrex-fetch-closed-orders-history.js +0 -69
  132. package/examples/js/blockchaincom-withdrawal.js +0 -59
  133. package/examples/js/build-ohlcv-bars.js +0 -48
  134. package/examples/js/builtin-rate-limiting-rest-poller.js +0 -25
  135. package/examples/js/bybit-trailing.js +0 -62
  136. package/examples/js/bybit-updated.cjs +0 -154
  137. package/examples/js/coinbase-fetch-all-balances.js +0 -36
  138. package/examples/js/coinex-fetch-all-deposit-addresses-using-fetchDepositAddress.js +0 -47
  139. package/examples/js/coinex-futures.js +0 -75
  140. package/examples/js/coinone-fetch-tickers.js +0 -54
  141. package/examples/js/coinone-markets.js +0 -16
  142. package/examples/js/compare-two-exchanges-capabilities.js +0 -36
  143. package/examples/js/cors-proxy.js +0 -5
  144. package/examples/js/create-order-handle-errors.js +0 -55
  145. package/examples/js/create-order-position-with-takeprofit-stoploss.js +0 -71
  146. package/examples/js/create-order-with-retry.js +0 -65
  147. package/examples/js/create-order-ws-example.js +0 -25
  148. package/examples/js/create-orders-example.js +0 -17
  149. package/examples/js/create-trailing-amount-order.js +0 -36
  150. package/examples/js/create-trailing-percent-order.js +0 -36
  151. package/examples/js/credentials.json +0 -5
  152. package/examples/js/custom-proxy-agent-for-js.js +0 -10
  153. package/examples/js/custom-proxy-url.js +0 -23
  154. package/examples/js/delta-maintenance-margin-rate-max-leverage.js +0 -60
  155. package/examples/js/env-variables.js +0 -26
  156. package/examples/js/error-handling.js +0 -89
  157. package/examples/js/exchange-capabilities.js +0 -135
  158. package/examples/js/exchanges-by-volume.js +0 -60
  159. package/examples/js/exchanges.js +0 -40
  160. package/examples/js/fetch-all-balances.js +0 -219
  161. package/examples/js/fetch-all-tickers-to-files-2.js +0 -53
  162. package/examples/js/fetch-all-tickers-to-files.js +0 -77
  163. package/examples/js/fetch-balance.js +0 -28
  164. package/examples/js/fetch-create-deposit-address.js +0 -101
  165. package/examples/js/fetch-from-many-exchanges-simultaneously.js +0 -21
  166. package/examples/js/fetch-funding-rate-history.js +0 -25
  167. package/examples/js/fetch-futures/prettier.config.js +0 -5
  168. package/examples/js/fetch-futures/src/index.js +0 -25
  169. package/examples/js/fetch-ohlcv-from-to-mark-index-premium.js +0 -72
  170. package/examples/js/fetch-ohlcv-many-exchanges-continuosly.js +0 -39
  171. package/examples/js/fetch-ohlcv.js +0 -16
  172. package/examples/js/fetch-okex-futures.js +0 -22
  173. package/examples/js/fetch-orders.js +0 -27
  174. package/examples/js/fetch-ticker-from-multiple-exchanges.js +0 -35
  175. package/examples/js/fetch-ticker-where-available.js +0 -75
  176. package/examples/js/fetch-tickers/build/index.js +0 -19
  177. package/examples/js/fetch-tickers/prettier.config.js +0 -5
  178. package/examples/js/fetch-tickers/src/index.js +0 -17
  179. package/examples/js/gateio-create-batch-order.js +0 -43
  180. package/examples/js/gateio-futures.js +0 -49
  181. package/examples/js/gateio-open-close-contract.js +0 -49
  182. package/examples/js/gateio-swaps.js +0 -74
  183. package/examples/js/gdax-fetch-trades-pagination.js +0 -29
  184. package/examples/js/hitbtc2-withdraw.js +0 -61
  185. package/examples/js/how-to-import-one-exchange-esm.js +0 -10
  186. package/examples/js/huobi-futures.js +0 -71
  187. package/examples/js/huobi-open-close-contract.js +0 -63
  188. package/examples/js/huobi-swaps.js +0 -70
  189. package/examples/js/huobipro-market-buy-sell-fetch-trading-limits.js +0 -98
  190. package/examples/js/hybridCJSExample.cjs +0 -19
  191. package/examples/js/hybridESMExample.js +0 -19
  192. package/examples/js/idex-fetch-balance.js +0 -13
  193. package/examples/js/instantiate-all-at-once.js +0 -46
  194. package/examples/js/instantiate-all-from-json.js +0 -31
  195. package/examples/js/kraken-create-and-close-position.js +0 -54
  196. package/examples/js/kraken-fetch-order-trades.js +0 -33
  197. package/examples/js/kraken-margin-trading.js +0 -89
  198. package/examples/js/kucoin-rate-limit.js +0 -38
  199. package/examples/js/latoken-example.js +0 -108
  200. package/examples/js/live-orderbook.js +0 -106
  201. package/examples/js/live-ticker.js +0 -80
  202. package/examples/js/live-tickers.js +0 -74
  203. package/examples/js/load-all-contracts.js +0 -41
  204. package/examples/js/load-all-symbols-at-once.js +0 -69
  205. package/examples/js/load-all-tickers-at-once.js +0 -91
  206. package/examples/js/load-markets-to-files.js +0 -57
  207. package/examples/js/looping-over-all-symbols-of-specific-exchanges.js +0 -61
  208. package/examples/js/looping-over-specific-symbols-of-all-exchanges.js +0 -91
  209. package/examples/js/margin-loan-borrow-buy-sell-repay.js +0 -70
  210. package/examples/js/market-status-and-currency-status.js +0 -29
  211. package/examples/js/ohlcv-console-chart.js +0 -29
  212. package/examples/js/okex-fetch-closed-orders-archive.js +0 -31
  213. package/examples/js/okex-transfer.js +0 -51
  214. package/examples/js/okx-poll-fetch-my-trades.js +0 -37
  215. package/examples/js/okx-poll-rate-limit.js +0 -48
  216. package/examples/js/order-book-extra-level-depth-param.js +0 -20
  217. package/examples/js/phemex-create-order-position-with-takeprofit-stoploss.js +0 -49
  218. package/examples/js/poll-ohlcv.js +0 -43
  219. package/examples/js/poloniex-fetch-order-books.js +0 -35
  220. package/examples/js/poloniex-limits-amount-min.js +0 -62
  221. package/examples/js/proxy-round-robin.js +0 -98
  222. package/examples/js/proxy-usage.js +0 -32
  223. package/examples/js/sample-local-proxy-server-with-cors.js +0 -12
  224. package/examples/js/search-all-exchanges.js +0 -159
  225. package/examples/js/shared-load-markets.js +0 -80
  226. package/examples/js/sort-swap-markets-by-hourly-price-change.js +0 -55
  227. package/examples/js/symbols.js +0 -110
  228. package/examples/js/theocean.js +0 -41
  229. package/examples/js/tickers.js +0 -106
  230. package/examples/js/validate-paginated-data.js +0 -61
  231. package/examples/js/watch-OHLCV-For-Symbols.js +0 -15
  232. package/examples/js/watch-OHLCV.js +0 -12
  233. package/examples/js/watch-OrderBook-For-Symbols.js +0 -11
  234. package/examples/js/watch-Trades-For-Symbols.js +0 -11
  235. package/examples/js/watch-tickers.js +0 -11
  236. package/examples/js/watchOHLCVForSymbols.js +0 -15
  237. package/examples/js/watchOrderBookForSymbols.js +0 -11
  238. package/examples/js/watchPositions-many-exchanges-continuosly.d.ts +0 -2
  239. package/examples/js/watchPositions-many-exchanges-continuosly.d.ts.map +0 -1
  240. package/examples/js/watchPositions-many-exchanges-continuosly.js +0 -49
  241. package/examples/js/watchPositions.d.ts +0 -2
  242. package/examples/js/watchPositions.d.ts.map +0 -1
  243. package/examples/js/watchPositions.js +0 -13
  244. package/examples/js/watchPositionsForSymbols.d.ts +0 -2
  245. package/examples/js/watchPositionsForSymbols.d.ts.map +0 -1
  246. package/examples/js/watchPositionsForSymbols.js +0 -14
  247. package/examples/js/watchTradesForSymbols.js +0 -11
  248. package/examples/js/withdraw-from-one-exchange-to-another.js +0 -50
  249. package/examples/php/README.md +0 -7
  250. package/examples/py/README.md +0 -15
  251. package/examples/py/playing_with_ccxt_example.ipynb +0 -222
  252. package/examples/ts/.eslintrc +0 -111
  253. package/examples/ts/benchmark.ts +0 -134
  254. package/examples/ts/build-ohlcv-bars.ts +0 -53
  255. package/examples/ts/cli.ts +0 -397
  256. package/examples/ts/compare-two-exchanges-capabilities.ts +0 -36
  257. package/examples/ts/create-order-position-with-takeprofit-stoploss.ts +0 -89
  258. package/examples/ts/create-order-ws-example.ts +0 -33
  259. package/examples/ts/create-orders-example.ts +0 -21
  260. package/examples/ts/create-trailing-amount-order.ts +0 -37
  261. package/examples/ts/create-trailing-percent-order.ts +0 -37
  262. package/examples/ts/custom-proxy-agent-for-js.ts +0 -14
  263. package/examples/ts/fetch-futures/package-lock.json +0 -116
  264. package/examples/ts/fetch-futures/package.json +0 -34
  265. package/examples/ts/fetch-futures/prettier.config.js +0 -4
  266. package/examples/ts/fetch-futures/src/index.ts +0 -28
  267. package/examples/ts/fetch-futures/tsconfig.json +0 -28
  268. package/examples/ts/fetch-ohlcv-many-exchanges-continuosly.ts +0 -44
  269. package/examples/ts/fetch-ohlcv.ts +0 -17
  270. package/examples/ts/fetch-tickers/package-lock.json +0 -116
  271. package/examples/ts/fetch-tickers/package.json +0 -34
  272. package/examples/ts/fetch-tickers/prettier.config.js +0 -4
  273. package/examples/ts/fetch-tickers/src/index.ts +0 -21
  274. package/examples/ts/fetch-tickers/tsconfig.json +0 -28
  275. package/examples/ts/how-to-import-one-exchange-esm.ts +0 -11
  276. package/examples/ts/kraken-create-and-close-position.ts +0 -69
  277. package/examples/ts/margin-loan-borrow-buy-sell-repay.ts +0 -72
  278. package/examples/ts/nextjs-page-router/.eslintrc.json +0 -3
  279. package/examples/ts/nextjs-page-router/README.md +0 -43
  280. package/examples/ts/nextjs-page-router/next.config.js +0 -6
  281. package/examples/ts/nextjs-page-router/package-lock.json +0 -7425
  282. package/examples/ts/nextjs-page-router/package.json +0 -28
  283. package/examples/ts/nextjs-page-router/postcss.config.js +0 -6
  284. package/examples/ts/nextjs-page-router/public/favicon.ico +0 -0
  285. package/examples/ts/nextjs-page-router/src/pages/_app.tsx +0 -6
  286. package/examples/ts/nextjs-page-router/src/pages/_document.tsx +0 -13
  287. package/examples/ts/nextjs-page-router/src/pages/balance.tsx +0 -46
  288. package/examples/ts/nextjs-page-router/src/pages/index.tsx +0 -8
  289. package/examples/ts/nextjs-page-router/src/pages/tickers.tsx +0 -61
  290. package/examples/ts/nextjs-page-router/src/styles/globals.css +0 -27
  291. package/examples/ts/nextjs-page-router/tailwind.config.ts +0 -20
  292. package/examples/ts/nextjs-page-router/tsconfig.json +0 -22
  293. package/examples/ts/phemex-create-order-position-with-takeprofit-stoploss.ts +0 -62
  294. package/examples/ts/proxy-usage.ts +0 -41
  295. package/examples/ts/sample-local-proxy-server-with-cors.ts +0 -15
  296. package/examples/ts/watch-OHLCV-For-Symbols.ts +0 -17
  297. package/examples/ts/watch-OHLCV.ts +0 -14
  298. package/examples/ts/watch-OrderBook-For-Symbols.ts +0 -13
  299. package/examples/ts/watch-Trades-For-Symbols.ts +0 -13
  300. package/examples/ts/watch-tickers.ts +0 -13
  301. package/examples/ts/watchPositions-many-exchanges-continuosly.ts +0 -53
  302. package/examples/ts/watchPositions.ts +0 -15
  303. package/examples/ts/watchPositionsForSymbols.ts +0 -16
  304. package/examples/tsconfig.json +0 -27
  305. package/examples2md.js +0 -79
  306. package/gource.sh +0 -3
  307. package/index.html +0 -7
  308. package/jsdoc2md.js +0 -122
  309. package/multilang.sh +0 -164
  310. package/pro-tests.json +0 -57
  311. package/pyproject.toml +0 -8
  312. package/rollup.config.js +0 -60
  313. package/skip-tests.json +0 -1653
  314. package/test-commonjs.cjs +0 -65
  315. package/tests-manager.sh +0 -96
  316. package/tsconfig.json +0 -111
  317. package/webpack.config.js +0 -46
package/doc/readme.rst DELETED
@@ -1,2191 +0,0 @@
1
- .. role:: raw-html-m2r(raw)
2
- :format: html
3
-
4
-
5
- CCXT – CryptoCurrency eXchange Trading Library
6
- ==============================================
7
-
8
-
9
- .. image:: https://travis-ci.com/ccxt/ccxt.svg?branch=master
10
- :target: https://travis-ci.com/ccxt/ccxt
11
- :alt: Build Status
12
-
13
- .. image:: https://img.shields.io/npm/v/ccxt.svg
14
- :target: https://npmjs.com/package/ccxt
15
- :alt: npm
16
-
17
- .. image:: https://img.shields.io/pypi/v/ccxt.svg
18
- :target: https://pypi.python.org/pypi/ccxt
19
- :alt: PyPI
20
-
21
- .. image:: https://img.shields.io/npm/dy/ccxt.svg
22
- :target: https://www.npmjs.com/package/ccxt
23
- :alt: NPM Downloads
24
-
25
- .. image:: https://img.shields.io/discord/690203284119617602?logo=discord&logoColor=white
26
- :target: https://discord.gg/ccxt
27
- :alt: Discord
28
-
29
- .. image:: https://img.shields.io/badge/exchanges-110-blue.svg
30
- :target: https://github.com/ccxt/ccxt/wiki/Exchange-Markets
31
- :alt: Supported Exchanges
32
-
33
- .. image:: https://img.shields.io/twitter/follow/ccxt_official.svg?style=social&label=CCXT
34
- :target: https://twitter.com/ccxt_official
35
- :alt: Twitter Follow
36
-
37
-
38
- A JavaScript / Python / PHP library for cryptocurrency trading and e-commerce with support for many bitcoin/ether/altcoin exchange markets and merchant APIs.
39
-
40
- :ref:`Install <install>` · :ref:`Usage <usage>` · `Manual <https://docs.ccxt.com/en/latest/manual.html>`__ · `FAQ <https://github.com/ccxt/ccxt/wiki/FAQ>`__ · `Examples <https://github.com/ccxt/ccxt/tree/master/examples>`__ · `Contributing <https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md>`__ · :ref:`Social <social>` · `CCXT Pro <https://ccxt.pro>`__
41
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
42
-
43
- The **CCXT** library is used to connect and trade with cryptocurrency exchanges and payment processing services worldwide. It provides quick access to market data for storage, analysis, visualization, indicator development, algorithmic trading, strategy backtesting, bot programming, and related software engineering.
44
-
45
- It is intended to be used by **coders, developers, technically-skilled traders, data-scientists and financial analysts** for building trading algorithms.
46
-
47
- Current feature list:
48
-
49
-
50
- * support for many cryptocurrency exchanges — more coming soon
51
- * fully implemented public and private APIs
52
- * optional normalized data for cross-exchange analytics and arbitrage
53
- * an out of the box unified API that is extremely easy to integrate
54
- * works in Node 10.4+, Python 3, PHP 7.0+, and web browsers
55
-
56
- See Also
57
- --------
58
-
59
-
60
- * .. image:: https://user-images.githubusercontent.com/1294454/66755907-9c3e8880-eea1-11e9-846e-0bff349ceb87.png
61
- :target: https://tab-trader.com/?utm_source=ccxt
62
- :alt: TabTrader
63
-
64
- `TabTrader <https://tab-trader.com/?utm_source=ccxt>`__ – trading on all exchanges in one app. Available on `Android <https://play.google.com/store/apps/details?id=com.tabtrader.android&referrer=utm_source%3Dccxt>`__ and `iOS <https://itunes.apple.com/app/apple-store/id1095716562?mt=8>`__\ !
65
- * .. image:: https://user-images.githubusercontent.com/1294454/114340585-8e35fa80-9b60-11eb-860f-4379125e2db6.png
66
- :target: https://www.freqtrade.io
67
- :alt: Freqtrade
68
-
69
- `Freqtrade <https://www.freqtrade.io>`__ – leading opensource cryptocurrency algorithmic trading software!
70
- * .. image:: https://user-images.githubusercontent.com/1294454/132113722-007fc092-7530-4b41-b929-b8ed380b7b2e.png
71
- :target: https://www.octobot.online
72
- :alt: OctoBot
73
-
74
- `OctoBot <https://www.octobot.online>`__ – cryptocurrency trading bot with an advanced web interface.
75
- * .. image:: https://user-images.githubusercontent.com/1294454/152720975-0522b803-70f0-4f18-a305-3c99b37cd990.png
76
- :target: https://tokenbot.com/?utm_source=github&utm_medium=ccxt&utm_campaign=algodevs
77
- :alt: TokenBot
78
-
79
- `TokenBot <https://tokenbot.com/?utm_source=github&utm_medium=ccxt&utm_campaign=algodevs>`__ – discover and copy the best algorithmic traders in the world.
80
-
81
- Certified Cryptocurrency Exchanges
82
- ----------------------------------
83
-
84
- .. list-table::
85
- :header-rows: 1
86
-
87
- * - logo
88
- - id
89
- - name
90
- - ver
91
- - certified
92
- - pro
93
- - discount
94
- * - .. image:: https://user-images.githubusercontent.com/1294454/29604020-d5483cdc-87ee-11e7-94c7-d1a8d9169293.jpg
95
- :target: https://accounts.binance.com/en/register?ref=D7YA7CLY
96
- :alt: binance
97
-
98
- - binance
99
- - `Binance <https://accounts.binance.com/en/register?ref=D7YA7CLY>`__
100
- - .. image:: https://img.shields.io/badge/*-lightgray
101
- :target: https://binance-docs.github.io/apidocs/spot/en
102
- :alt: API Version *
103
-
104
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
105
- :target: https://github.com/ccxt/ccxt/wiki/Certification
106
- :alt: CCXT Certified
107
-
108
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
109
- :target: https://ccxt.pro
110
- :alt: CCXT Pro
111
-
112
- - .. image:: https://img.shields.io/static/v1?label=Fee&message=%2d10%25&color=orange
113
- :target: https://accounts.binance.com/en/register?ref=D7YA7CLY
114
- :alt: Sign up with Binance using CCXT's referral link for a 10% discount!
115
-
116
- * - .. image:: https://user-images.githubusercontent.com/1294454/117738721-668c8d80-b205-11eb-8c49-3fad84c4a07f.jpg
117
- :target: https://accounts.binance.com/en/register?ref=D7YA7CLY
118
- :alt: binancecoinm
119
-
120
- - binancecoinm
121
- - `Binance COIN-M <https://accounts.binance.com/en/register?ref=D7YA7CLY>`__
122
- - .. image:: https://img.shields.io/badge/*-lightgray
123
- :target: https://binance-docs.github.io/apidocs/delivery/en/
124
- :alt: API Version *
125
-
126
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
127
- :target: https://github.com/ccxt/ccxt/wiki/Certification
128
- :alt: CCXT Certified
129
-
130
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
131
- :target: https://ccxt.pro
132
- :alt: CCXT Pro
133
-
134
- - .. image:: https://img.shields.io/static/v1?label=Fee&message=%2d10%25&color=orange
135
- :target: https://accounts.binance.com/en/register?ref=D7YA7CLY
136
- :alt: Sign up with Binance COIN-M using CCXT's referral link for a 10% discount!
137
-
138
- * - .. image:: https://user-images.githubusercontent.com/1294454/117738721-668c8d80-b205-11eb-8c49-3fad84c4a07f.jpg
139
- :target: https://accounts.binance.com/en/register?ref=D7YA7CLY
140
- :alt: binanceusdm
141
-
142
- - binanceusdm
143
- - `Binance USDⓈ-M <https://accounts.binance.com/en/register?ref=D7YA7CLY>`__
144
- - .. image:: https://img.shields.io/badge/*-lightgray
145
- :target: https://binance-docs.github.io/apidocs/futures/en/
146
- :alt: API Version *
147
-
148
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
149
- :target: https://github.com/ccxt/ccxt/wiki/Certification
150
- :alt: CCXT Certified
151
-
152
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
153
- :target: https://ccxt.pro
154
- :alt: CCXT Pro
155
-
156
- - .. image:: https://img.shields.io/static/v1?label=Fee&message=%2d10%25&color=orange
157
- :target: https://accounts.binance.com/en/register?ref=D7YA7CLY
158
- :alt: Sign up with Binance USDⓈ-M using CCXT's referral link for a 10% discount!
159
-
160
- * - .. image:: https://user-images.githubusercontent.com/1294454/195989417-4253ddb0-afbe-4a1c-9dea-9dbcd121fa5d.jpg
161
- :target: https://www.bitget.com/expressly?languageType=0&channelCode=ccxt&vipCode=tg9j
162
- :alt: bitget
163
-
164
- - bitget
165
- - `Bitget <https://www.bitget.com/expressly?languageType=0&channelCode=ccxt&vipCode=tg9j>`__
166
- - .. image:: https://img.shields.io/badge/1-lightgray
167
- :target: https://bitgetlimited.github.io/apidoc/en/mix
168
- :alt: API Version 1
169
-
170
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
171
- :target: https://github.com/ccxt/ccxt/wiki/Certification
172
- :alt: CCXT Certified
173
-
174
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
175
- :target: https://ccxt.pro
176
- :alt: CCXT Pro
177
-
178
- -
179
- * - .. image:: https://user-images.githubusercontent.com/1294454/129991357-8f47464b-d0f4-41d6-8a82-34122f0d1398.jpg
180
- :target: http://www.bitmart.com/?r=rQCFLh
181
- :alt: bitmart
182
-
183
- - bitmart
184
- - `BitMart <http://www.bitmart.com/?r=rQCFLh>`__
185
- - .. image:: https://img.shields.io/badge/2-lightgray
186
- :target: https://developer-pro.bitmart.com/
187
- :alt: API Version 2
188
-
189
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
190
- :target: https://github.com/ccxt/ccxt/wiki/Certification
191
- :alt: CCXT Certified
192
-
193
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
194
- :target: https://ccxt.pro
195
- :alt: CCXT Pro
196
-
197
- - .. image:: https://img.shields.io/static/v1?label=Fee&message=%2d30%25&color=orange
198
- :target: http://www.bitmart.com/?r=rQCFLh
199
- :alt: Sign up with BitMart using CCXT's referral link for a 30% discount!
200
-
201
- * - .. image:: https://user-images.githubusercontent.com/1294454/169202626-bd130fc5-fcf9-41bb-8d97-6093225c73cd.jpg
202
- :target: https://bitvavo.com/?a=24F34952F7
203
- :alt: bitvavo
204
-
205
- - bitvavo
206
- - `Bitvavo <https://bitvavo.com/?a=24F34952F7>`__
207
- - .. image:: https://img.shields.io/badge/2-lightgray
208
- :target: https://docs.bitvavo.com/
209
- :alt: API Version 2
210
-
211
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
212
- :target: https://github.com/ccxt/ccxt/wiki/Certification
213
- :alt: CCXT Certified
214
-
215
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
216
- :target: https://ccxt.pro
217
- :alt: CCXT Pro
218
-
219
- -
220
- * - .. image:: https://user-images.githubusercontent.com/51840849/76547799-daff5b80-649e-11ea-87fb-3be9bac08954.jpg
221
- :target: https://www.bybit.com/register?affiliate_id=35953
222
- :alt: bybit
223
-
224
- - bybit
225
- - `Bybit <https://www.bybit.com/register?affiliate_id=35953>`__
226
- - .. image:: https://img.shields.io/badge/3-lightgray
227
- :target: https://bybit-exchange.github.io/docs/inverse/
228
- :alt: API Version 3
229
-
230
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
231
- :target: https://github.com/ccxt/ccxt/wiki/Certification
232
- :alt: CCXT Certified
233
-
234
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
235
- :target: https://ccxt.pro
236
- :alt: CCXT Pro
237
-
238
- -
239
- * - .. image:: https://user-images.githubusercontent.com/1294454/31784029-0313c702-b509-11e7-9ccc-bc0da6a0e435.jpg
240
- :target: https://www.gate.io/ref/2436035
241
- :alt: gate
242
-
243
- - gate
244
- - `Gate.io <https://www.gate.io/ref/2436035>`__
245
- - .. image:: https://img.shields.io/badge/4-lightgray
246
- :target: https://www.gate.io/docs/apiv4/en/index.html
247
- :alt: API Version 4
248
-
249
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
250
- :target: https://github.com/ccxt/ccxt/wiki/Certification
251
- :alt: CCXT Certified
252
-
253
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
254
- :target: https://ccxt.pro
255
- :alt: CCXT Pro
256
-
257
- - .. image:: https://img.shields.io/static/v1?label=Fee&message=%2d20%25&color=orange
258
- :target: https://www.gate.io/ref/2436035
259
- :alt: Sign up with Gate.io using CCXT's referral link for a 20% discount!
260
-
261
- * - .. image:: https://user-images.githubusercontent.com/1294454/76137448-22748a80-604e-11ea-8069-6e389271911d.jpg
262
- :target: https://www.huobi.com/en-us/v/register/double-invite/?inviter_id=11343840&invite_code=6rmm2223
263
- :alt: huobi
264
-
265
- - huobi
266
- - `Huobi <https://www.huobi.com/en-us/v/register/double-invite/?inviter_id=11343840&invite_code=6rmm2223>`__
267
- - .. image:: https://img.shields.io/badge/1-lightgray
268
- :target: https://huobiapi.github.io/docs/spot/v1/cn/
269
- :alt: API Version 1
270
-
271
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
272
- :target: https://github.com/ccxt/ccxt/wiki/Certification
273
- :alt: CCXT Certified
274
-
275
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
276
- :target: https://ccxt.pro
277
- :alt: CCXT Pro
278
-
279
- - .. image:: https://img.shields.io/static/v1?label=Fee&message=%2d15%25&color=orange
280
- :target: https://www.huobi.com/en-us/v/register/double-invite/?inviter_id=11343840&invite_code=6rmm2223
281
- :alt: Sign up with Huobi using CCXT's referral link for a 15% discount!
282
-
283
- * - .. image:: https://user-images.githubusercontent.com/51840849/94481303-2f222100-01e0-11eb-97dd-bc14c5943a86.jpg
284
- :target: https://idex.io
285
- :alt: idex
286
-
287
- - idex
288
- - `IDEX <https://idex.io>`__
289
- - .. image:: https://img.shields.io/badge/3-lightgray
290
- :target: https://docs.idex.io/
291
- :alt: API Version 3
292
-
293
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
294
- :target: https://github.com/ccxt/ccxt/wiki/Certification
295
- :alt: CCXT Certified
296
-
297
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
298
- :target: https://ccxt.pro
299
- :alt: CCXT Pro
300
-
301
- -
302
- * - .. image:: https://user-images.githubusercontent.com/51840849/87295558-132aaf80-c50e-11ea-9801-a2fb0c57c799.jpg
303
- :target: https://www.kucoin.com/ucenter/signup?rcode=E5wkqe
304
- :alt: kucoin
305
-
306
- - kucoin
307
- - `KuCoin <https://www.kucoin.com/ucenter/signup?rcode=E5wkqe>`__
308
- - .. image:: https://img.shields.io/badge/2-lightgray
309
- :target: https://docs.kucoin.com
310
- :alt: API Version 2
311
-
312
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
313
- :target: https://github.com/ccxt/ccxt/wiki/Certification
314
- :alt: CCXT Certified
315
-
316
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
317
- :target: https://ccxt.pro
318
- :alt: CCXT Pro
319
-
320
- -
321
- * - .. image:: https://user-images.githubusercontent.com/1294454/137283979-8b2a818d-8633-461b-bfca-de89e8c446b2.jpg
322
- :target: https://m.mexc.com/auth/signup?inviteCode=1FQ1G
323
- :alt: mexc
324
-
325
- - mexc
326
- - `MEXC Global <https://m.mexc.com/auth/signup?inviteCode=1FQ1G>`__
327
- - .. image:: https://img.shields.io/badge/2-lightgray
328
- :target: https://mxcdevelop.github.io/APIDoc/
329
- :alt: API Version 2
330
-
331
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
332
- :target: https://github.com/ccxt/ccxt/wiki/Certification
333
- :alt: CCXT Certified
334
-
335
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
336
- :target: https://ccxt.pro
337
- :alt: CCXT Pro
338
-
339
- -
340
- * - .. image:: https://user-images.githubusercontent.com/1294454/152485636-38b19e4a-bece-4dec-979a-5982859ffc04.jpg
341
- :target: https://www.okx.com/join/1888677
342
- :alt: okx
343
-
344
- - okx
345
- - `OKX <https://www.okx.com/join/1888677>`__
346
- - .. image:: https://img.shields.io/badge/5-lightgray
347
- :target: https://www.okx.com/docs-v5/en/
348
- :alt: API Version 5
349
-
350
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
351
- :target: https://github.com/ccxt/ccxt/wiki/Certification
352
- :alt: CCXT Certified
353
-
354
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
355
- :target: https://ccxt.pro
356
- :alt: CCXT Pro
357
-
358
-
359
- Supported Cryptocurrency Exchange Markets
360
- -----------------------------------------
361
-
362
- The CCXT library currently supports the following 104 cryptocurrency exchange markets and trading APIs:
363
-
364
- .. list-table::
365
- :header-rows: 1
366
-
367
- * - logo
368
- - id
369
- - name
370
- - ver
371
- - certified
372
- - pro
373
- * - .. image:: https://user-images.githubusercontent.com/1294454/187234005-b864db3d-f1e3-447a-aaf9-a9fc7b955d07.jpg
374
- :target: https://alpaca.markets
375
- :alt: alpaca
376
-
377
- - alpaca
378
- - `Alpaca <https://alpaca.markets>`__
379
- - .. image:: https://img.shields.io/badge/*-lightgray
380
- :target: https://alpaca.markets/docs/
381
- :alt: API Version *
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/112027508-47984600-8b48-11eb-9e17-d26459cc36c6.jpg
389
- :target: https://ascendex.com/en-us/register?inviteCode=EL6BXBQM
390
- :alt: ascendex
391
-
392
- - ascendex
393
- - `AscendEX <https://ascendex.com/en-us/register?inviteCode=EL6BXBQM>`__
394
- - .. image:: https://img.shields.io/badge/2-lightgray
395
- :target: https://ascendex.github.io/ascendex-pro-api/#ascendex-pro-api-documentation
396
- :alt: API Version 2
397
-
398
- -
399
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
400
- :target: https://ccxt.pro
401
- :alt: CCXT Pro
402
-
403
- * - .. image:: https://user-images.githubusercontent.com/1294454/55248342-a75dfe00-525a-11e9-8aa2-05e9dca943c6.jpg
404
- :target: https://bequant.io
405
- :alt: bequant
406
-
407
- - bequant
408
- - `Bequant <https://bequant.io>`__
409
- - .. image:: https://img.shields.io/badge/2-lightgray
410
- :target: https://api.bequant.io/
411
- :alt: API Version 2
412
-
413
- -
414
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
415
- :target: https://ccxt.pro
416
- :alt: CCXT Pro
417
-
418
- * - .. image:: https://user-images.githubusercontent.com/1294454/69354403-1d532180-0c91-11ea-88ed-44c06cefdf87.jpg
419
- :target: https://b1.run/users/new?code=D3LLBVFT
420
- :alt: bigone
421
-
422
- - bigone
423
- - `BigONE <https://b1.run/users/new?code=D3LLBVFT>`__
424
- - .. image:: https://img.shields.io/badge/3-lightgray
425
- :target: https://open.big.one/docs/api.html
426
- :alt: API Version 3
427
-
428
- -
429
- -
430
- * - .. image:: https://user-images.githubusercontent.com/1294454/29604020-d5483cdc-87ee-11e7-94c7-d1a8d9169293.jpg
431
- :target: https://accounts.binance.com/en/register?ref=D7YA7CLY
432
- :alt: binance
433
-
434
- - binance
435
- - `Binance <https://accounts.binance.com/en/register?ref=D7YA7CLY>`__
436
- - .. image:: https://img.shields.io/badge/*-lightgray
437
- :target: https://binance-docs.github.io/apidocs/spot/en
438
- :alt: API Version *
439
-
440
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
441
- :target: https://github.com/ccxt/ccxt/wiki/Certification
442
- :alt: CCXT Certified
443
-
444
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
445
- :target: https://ccxt.pro
446
- :alt: CCXT Pro
447
-
448
- * - .. image:: https://user-images.githubusercontent.com/1294454/117738721-668c8d80-b205-11eb-8c49-3fad84c4a07f.jpg
449
- :target: https://accounts.binance.com/en/register?ref=D7YA7CLY
450
- :alt: binancecoinm
451
-
452
- - binancecoinm
453
- - `Binance COIN-M <https://accounts.binance.com/en/register?ref=D7YA7CLY>`__
454
- - .. image:: https://img.shields.io/badge/*-lightgray
455
- :target: https://binance-docs.github.io/apidocs/delivery/en/
456
- :alt: API Version *
457
-
458
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
459
- :target: https://github.com/ccxt/ccxt/wiki/Certification
460
- :alt: CCXT Certified
461
-
462
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
463
- :target: https://ccxt.pro
464
- :alt: CCXT Pro
465
-
466
- * - .. image:: https://user-images.githubusercontent.com/1294454/65177307-217b7c80-da5f-11e9-876e-0b748ba0a358.jpg
467
- :target: https://www.binance.us/?ref=35005074
468
- :alt: binanceus
469
-
470
- - binanceus
471
- - `Binance US <https://www.binance.us/?ref=35005074>`__
472
- - .. image:: https://img.shields.io/badge/*-lightgray
473
- :target: https://github.com/binance-us/binance-official-api-docs
474
- :alt: API Version *
475
-
476
- -
477
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
478
- :target: https://ccxt.pro
479
- :alt: CCXT Pro
480
-
481
- * - .. image:: https://user-images.githubusercontent.com/1294454/117738721-668c8d80-b205-11eb-8c49-3fad84c4a07f.jpg
482
- :target: https://accounts.binance.com/en/register?ref=D7YA7CLY
483
- :alt: binanceusdm
484
-
485
- - binanceusdm
486
- - `Binance USDⓈ-M <https://accounts.binance.com/en/register?ref=D7YA7CLY>`__
487
- - .. image:: https://img.shields.io/badge/*-lightgray
488
- :target: https://binance-docs.github.io/apidocs/futures/en/
489
- :alt: API Version *
490
-
491
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
492
- :target: https://github.com/ccxt/ccxt/wiki/Certification
493
- :alt: CCXT Certified
494
-
495
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
496
- :target: https://ccxt.pro
497
- :alt: CCXT Pro
498
-
499
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766119-3593220e-5ece-11e7-8b3a-5a041f6bcc3f.jpg
500
- :target: https://bit2c.co.il/Aff/63bfed10-e359-420c-ab5a-ad368dab0baf
501
- :alt: bit2c
502
-
503
- - bit2c
504
- - `Bit2C <https://bit2c.co.il/Aff/63bfed10-e359-420c-ab5a-ad368dab0baf>`__
505
- - .. image:: https://img.shields.io/badge/*-lightgray
506
- :target: https://www.bit2c.co.il/home/api
507
- :alt: API Version *
508
-
509
- -
510
- -
511
- * - .. image:: https://user-images.githubusercontent.com/1294454/37808081-b87f2d9c-2e59-11e8-894d-c1900b7584fe.jpg
512
- :target: https://bitbank.cc/
513
- :alt: bitbank
514
-
515
- - bitbank
516
- - `bitbank <https://bitbank.cc/>`__
517
- - .. image:: https://img.shields.io/badge/1-lightgray
518
- :target: https://docs.bitbank.cc/
519
- :alt: API Version 1
520
-
521
- -
522
- -
523
- * - .. image:: https://user-images.githubusercontent.com/1294454/117201933-e7a6e780-adf5-11eb-9d80-98fc2a21c3d6.jpg
524
- :target: https://ref.bitbns.com/1090961
525
- :alt: bitbns
526
-
527
- - bitbns
528
- - `Bitbns <https://ref.bitbns.com/1090961>`__
529
- - .. image:: https://img.shields.io/badge/2-lightgray
530
- :target: https://bitbns.com/trade/#/api-trading/
531
- :alt: API Version 2
532
-
533
- -
534
- -
535
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766244-e328a50c-5ed2-11e7-947b-041416579bb3.jpg
536
- :target: https://www.bitfinex.com/?refcode=P61eYxFL
537
- :alt: bitfinex
538
-
539
- - bitfinex
540
- - `Bitfinex <https://www.bitfinex.com/?refcode=P61eYxFL>`__
541
- - .. image:: https://img.shields.io/badge/1-lightgray
542
- :target: https://docs.bitfinex.com/v1/docs
543
- :alt: API Version 1
544
-
545
- -
546
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
547
- :target: https://ccxt.pro
548
- :alt: CCXT Pro
549
-
550
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766244-e328a50c-5ed2-11e7-947b-041416579bb3.jpg
551
- :target: https://www.bitfinex.com
552
- :alt: bitfinex2
553
-
554
- - bitfinex2
555
- - `Bitfinex <https://www.bitfinex.com>`__
556
- - .. image:: https://img.shields.io/badge/2-lightgray
557
- :target: https://docs.bitfinex.com/v2/docs/
558
- :alt: API Version 2
559
-
560
- -
561
- -
562
- * - .. image:: https://user-images.githubusercontent.com/1294454/28051642-56154182-660e-11e7-9b0d-6042d1e6edd8.jpg
563
- :target: https://bitflyer.com
564
- :alt: bitflyer
565
-
566
- - bitflyer
567
- - `bitFlyer <https://bitflyer.com>`__
568
- - .. image:: https://img.shields.io/badge/1-lightgray
569
- :target: https://lightning.bitflyer.com/docs?lang=en
570
- :alt: API Version 1
571
-
572
- -
573
- -
574
- * - .. image:: https://user-images.githubusercontent.com/51840849/87295553-1160ec00-c50e-11ea-8ea0-df79276a9646.jpg
575
- :target: https://www.bitforex.com/en/invitationRegister?inviterId=1867438
576
- :alt: bitforex
577
-
578
- - bitforex
579
- - `Bitforex <https://www.bitforex.com/en/invitationRegister?inviterId=1867438>`__
580
- - .. image:: https://img.shields.io/badge/1-lightgray
581
- :target: https://github.com/githubdev2020/API_Doc_en/wiki
582
- :alt: API Version 1
583
-
584
- -
585
- -
586
- * - .. image:: https://user-images.githubusercontent.com/1294454/195989417-4253ddb0-afbe-4a1c-9dea-9dbcd121fa5d.jpg
587
- :target: https://www.bitget.com/expressly?languageType=0&channelCode=ccxt&vipCode=tg9j
588
- :alt: bitget
589
-
590
- - bitget
591
- - `Bitget <https://www.bitget.com/expressly?languageType=0&channelCode=ccxt&vipCode=tg9j>`__
592
- - .. image:: https://img.shields.io/badge/1-lightgray
593
- :target: https://bitgetlimited.github.io/apidoc/en/mix
594
- :alt: API Version 1
595
-
596
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
597
- :target: https://github.com/ccxt/ccxt/wiki/Certification
598
- :alt: CCXT Certified
599
-
600
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
601
- :target: https://ccxt.pro
602
- :alt: CCXT Pro
603
-
604
- * - .. image:: https://user-images.githubusercontent.com/1294454/30597177-ea800172-9d5e-11e7-804c-b9d4fa9b56b0.jpg
605
- :target: https://www.bithumb.com
606
- :alt: bithumb
607
-
608
- - bithumb
609
- - `Bithumb <https://www.bithumb.com>`__
610
- - .. image:: https://img.shields.io/badge/*-lightgray
611
- :target: https://apidocs.bithumb.com
612
- :alt: API Version *
613
-
614
- -
615
- -
616
- * - .. image:: https://user-images.githubusercontent.com/1294454/129991357-8f47464b-d0f4-41d6-8a82-34122f0d1398.jpg
617
- :target: http://www.bitmart.com/?r=rQCFLh
618
- :alt: bitmart
619
-
620
- - bitmart
621
- - `BitMart <http://www.bitmart.com/?r=rQCFLh>`__
622
- - .. image:: https://img.shields.io/badge/2-lightgray
623
- :target: https://developer-pro.bitmart.com/
624
- :alt: API Version 2
625
-
626
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
627
- :target: https://github.com/ccxt/ccxt/wiki/Certification
628
- :alt: CCXT Certified
629
-
630
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
631
- :target: https://ccxt.pro
632
- :alt: CCXT Pro
633
-
634
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766319-f653c6e6-5ed4-11e7-933d-f0bc3699ae8f.jpg
635
- :target: https://www.bitmex.com/register/upZpOX
636
- :alt: bitmex
637
-
638
- - bitmex
639
- - `BitMEX <https://www.bitmex.com/register/upZpOX>`__
640
- - .. image:: https://img.shields.io/badge/1-lightgray
641
- :target: https://www.bitmex.com/app/apiOverview
642
- :alt: API Version 1
643
-
644
- -
645
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
646
- :target: https://ccxt.pro
647
- :alt: CCXT Pro
648
-
649
- * - .. image:: https://user-images.githubusercontent.com/1294454/158227251-3a92a220-9222-453c-9277-977c6677fe71.jpg
650
- :target: https://www.bitopro.com
651
- :alt: bitopro
652
-
653
- - bitopro
654
- - `BitoPro <https://www.bitopro.com>`__
655
- - .. image:: https://img.shields.io/badge/3-lightgray
656
- :target: https://github.com/bitoex/bitopro-offical-api-docs/blob/master/v3-1/rest-1/rest.md
657
- :alt: API Version 3
658
-
659
- -
660
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
661
- :target: https://ccxt.pro
662
- :alt: CCXT Pro
663
-
664
- * - .. image:: https://user-images.githubusercontent.com/51840849/87591171-9a377d80-c6f0-11ea-94ac-97a126eac3bc.jpg
665
- :target: https://www.bitpanda.com/en/pro
666
- :alt: bitpanda
667
-
668
- - bitpanda
669
- - `Bitpanda Pro <https://www.bitpanda.com/en/pro>`__
670
- - .. image:: https://img.shields.io/badge/1-lightgray
671
- :target: https://developers.bitpanda.com/exchange/
672
- :alt: API Version 1
673
-
674
- -
675
- -
676
- * - .. image:: https://user-images.githubusercontent.com/1294454/139516488-243a830d-05dd-446b-91c6-c1f18fe30c63.jpg
677
- :target: https://www.bitrue.com/activity/task/task-landing?inviteCode=EZWETQE&cn=900000
678
- :alt: bitrue
679
-
680
- - bitrue
681
- - `Bitrue <https://www.bitrue.com/activity/task/task-landing?inviteCode=EZWETQE&cn=900000>`__
682
- - .. image:: https://img.shields.io/badge/1-lightgray
683
- :target: https://github.com/Bitrue-exchange/bitrue-official-api-docs
684
- :alt: API Version 1
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/51840849/87295554-11f98280-c50e-11ea-80d6-15b3bafa8cbf.jpg
692
- :target: https://bitso.com/?ref=itej
693
- :alt: bitso
694
-
695
- - bitso
696
- - `Bitso <https://bitso.com/?ref=itej>`__
697
- - .. image:: https://img.shields.io/badge/3-lightgray
698
- :target: https://bitso.com/api_info
699
- :alt: API Version 3
700
-
701
- -
702
- -
703
- * - .. image:: https://user-images.githubusercontent.com/1294454/27786377-8c8ab57e-5fe9-11e7-8ea4-2b05b6bcceec.jpg
704
- :target: https://www.bitstamp.net
705
- :alt: bitstamp
706
-
707
- - bitstamp
708
- - `Bitstamp <https://www.bitstamp.net>`__
709
- - .. image:: https://img.shields.io/badge/2-lightgray
710
- :target: https://www.bitstamp.net/api
711
- :alt: API Version 2
712
-
713
- -
714
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
715
- :target: https://ccxt.pro
716
- :alt: CCXT Pro
717
-
718
- * - .. image:: https://user-images.githubusercontent.com/1294454/27786377-8c8ab57e-5fe9-11e7-8ea4-2b05b6bcceec.jpg
719
- :target: https://www.bitstamp.net
720
- :alt: bitstamp1
721
-
722
- - bitstamp1
723
- - `Bitstamp <https://www.bitstamp.net>`__
724
- - .. image:: https://img.shields.io/badge/1-lightgray
725
- :target: https://www.bitstamp.net/api
726
- :alt: API Version 1
727
-
728
- -
729
- -
730
- * - .. image:: https://user-images.githubusercontent.com/51840849/87153921-edf53180-c2c0-11ea-96b9-f2a9a95a455b.jpg
731
- :target: https://bittrex.com/Account/Register?referralCode=1ZE-G0G-M3B
732
- :alt: bittrex
733
-
734
- - bittrex
735
- - `Bittrex <https://bittrex.com/Account/Register?referralCode=1ZE-G0G-M3B>`__
736
- - .. image:: https://img.shields.io/badge/3-lightgray
737
- :target: https://bittrex.github.io/api/v3
738
- :alt: API Version 3
739
-
740
- -
741
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
742
- :target: https://ccxt.pro
743
- :alt: CCXT Pro
744
-
745
- * - .. image:: https://user-images.githubusercontent.com/1294454/169202626-bd130fc5-fcf9-41bb-8d97-6093225c73cd.jpg
746
- :target: https://bitvavo.com/?a=24F34952F7
747
- :alt: bitvavo
748
-
749
- - bitvavo
750
- - `Bitvavo <https://bitvavo.com/?a=24F34952F7>`__
751
- - .. image:: https://img.shields.io/badge/2-lightgray
752
- :target: https://docs.bitvavo.com/
753
- :alt: API Version 2
754
-
755
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
756
- :target: https://github.com/ccxt/ccxt/wiki/Certification
757
- :alt: CCXT Certified
758
-
759
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
760
- :target: https://ccxt.pro
761
- :alt: CCXT Pro
762
-
763
- * - .. image:: https://user-images.githubusercontent.com/1294454/158043180-bb079a65-69e8-45a2-b393-f094d334e610.jpg
764
- :target: https://www.bkex.com/
765
- :alt: bkex
766
-
767
- - bkex
768
- - `BKEX <https://www.bkex.com/>`__
769
- - .. image:: https://img.shields.io/badge/2-lightgray
770
- :target: https://bkexapi.github.io/docs/api_en.htm
771
- :alt: API Version 2
772
-
773
- -
774
- -
775
- * - .. image:: https://user-images.githubusercontent.com/1294454/28501752-60c21b82-6feb-11e7-818b-055ee6d0e754.jpg
776
- :target: https://bl3p.eu
777
- :alt: bl3p
778
-
779
- - bl3p
780
- - `BL3P <https://bl3p.eu>`__
781
- - .. image:: https://img.shields.io/badge/1-lightgray
782
- :target: https://github.com/BitonicNL/bl3p-api/tree/master/docs
783
- :alt: API Version 1
784
-
785
- -
786
- -
787
- * - .. image:: https://user-images.githubusercontent.com/1294454/147515585-1296e91b-7398-45e5-9d32-f6121538533f.jpeg
788
- :target: https://blockchain.com
789
- :alt: blockchaincom
790
-
791
- - blockchaincom
792
- - `Blockchain.com <https://blockchain.com>`__
793
- - .. image:: https://img.shields.io/badge/3-lightgray
794
- :target: https://api.blockchain.com/v3
795
- :alt: API Version 3
796
-
797
- -
798
- -
799
- * - .. image:: https://user-images.githubusercontent.com/1294454/42625213-dabaa5da-85cf-11e8-8f99-aa8f8f7699f0.jpg
800
- :target: https://btc-alpha.com/?r=123788
801
- :alt: btcalpha
802
-
803
- - btcalpha
804
- - `BTC-Alpha <https://btc-alpha.com/?r=123788>`__
805
- - .. image:: https://img.shields.io/badge/1-lightgray
806
- :target: https://btc-alpha.github.io/api-docs
807
- :alt: API Version 1
808
-
809
- -
810
- -
811
- * - .. image:: https://user-images.githubusercontent.com/51840849/87327317-98c55400-c53c-11ea-9a11-81f7d951cc74.jpg
812
- :target: https://www.btcbox.co.jp/
813
- :alt: btcbox
814
-
815
- - btcbox
816
- - `BtcBox <https://www.btcbox.co.jp/>`__
817
- - .. image:: https://img.shields.io/badge/1-lightgray
818
- :target: https://blog.btcbox.jp/en/archives/8762
819
- :alt: API Version 1
820
-
821
- -
822
- -
823
- * - .. image:: https://user-images.githubusercontent.com/1294454/173489620-d49807a4-55cd-4f4e-aca9-534921298bbf.jpg
824
- :target: https://www.btcex.com/en-us/register?i=48biatg1
825
- :alt: btcex
826
-
827
- - btcex
828
- - `BTCEX <https://www.btcex.com/en-us/register?i=48biatg1>`__
829
- - .. image:: https://img.shields.io/badge/1-lightgray
830
- :target: https://docs.btcex.com/
831
- :alt: API Version 1
832
-
833
- -
834
- -
835
- * - .. image:: https://user-images.githubusercontent.com/51840849/89731817-b3fb8480-da52-11ea-817f-783b08aaf32b.jpg
836
- :target: https://btcmarkets.net
837
- :alt: btcmarkets
838
-
839
- - btcmarkets
840
- - `BTC Markets <https://btcmarkets.net>`__
841
- - .. image:: https://img.shields.io/badge/3-lightgray
842
- :target: https://api.btcmarkets.net/doc/v3
843
- :alt: API Version 3
844
-
845
- -
846
- -
847
- * - .. image:: https://user-images.githubusercontent.com/1294454/27941483-79fc7350-62d9-11e7-9f61-ac47f28fcd96.jpg
848
- :target: https://btc-trade.com.ua/registration/22689
849
- :alt: btctradeua
850
-
851
- - btctradeua
852
- - `BTC Trade UA <https://btc-trade.com.ua/registration/22689>`__
853
- - .. image:: https://img.shields.io/badge/*-lightgray
854
- :target: https://docs.google.com/document/d/1ocYA0yMy_RXd561sfG3qEPZ80kyll36HUxvCRe5GbhE/edit
855
- :alt: API Version *
856
-
857
- -
858
- -
859
- * - .. image:: https://user-images.githubusercontent.com/51840849/87153926-efbef500-c2c0-11ea-9842-05b63612c4b9.jpg
860
- :target: https://www.btcturk.com
861
- :alt: btcturk
862
-
863
- - btcturk
864
- - `BTCTurk <https://www.btcturk.com>`__
865
- - .. image:: https://img.shields.io/badge/*-lightgray
866
- :target: https://github.com/BTCTrader/broker-api-docs
867
- :alt: API Version *
868
-
869
- -
870
- -
871
- * - .. image:: https://user-images.githubusercontent.com/1294454/47380619-8a029200-d706-11e8-91e0-8a391fe48de3.jpg
872
- :target: https://www.buda.com
873
- :alt: buda
874
-
875
- - buda
876
- - `Buda <https://www.buda.com>`__
877
- - .. image:: https://img.shields.io/badge/2-lightgray
878
- :target: https://api.buda.com
879
- :alt: API Version 2
880
-
881
- -
882
- -
883
- * - .. image:: https://user-images.githubusercontent.com/51840849/76547799-daff5b80-649e-11ea-87fb-3be9bac08954.jpg
884
- :target: https://www.bybit.com/register?affiliate_id=35953
885
- :alt: bybit
886
-
887
- - bybit
888
- - `Bybit <https://www.bybit.com/register?affiliate_id=35953>`__
889
- - .. image:: https://img.shields.io/badge/3-lightgray
890
- :target: https://bybit-exchange.github.io/docs/inverse/
891
- :alt: API Version 3
892
-
893
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
894
- :target: https://github.com/ccxt/ccxt/wiki/Certification
895
- :alt: CCXT Certified
896
-
897
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
898
- :target: https://ccxt.pro
899
- :alt: CCXT Pro
900
-
901
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766442-8ddc33b0-5ed8-11e7-8b98-f786aef0f3c9.jpg
902
- :target: https://cex.io/r/0/up105393824/0/
903
- :alt: cex
904
-
905
- - cex
906
- - `CEX.IO <https://cex.io/r/0/up105393824/0/>`__
907
- - .. image:: https://img.shields.io/badge/*-lightgray
908
- :target: https://cex.io/cex-api
909
- :alt: API Version *
910
-
911
- -
912
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
913
- :target: https://ccxt.pro
914
- :alt: CCXT Pro
915
-
916
- * - .. image:: https://user-images.githubusercontent.com/1294454/40811661-b6eceae2-653a-11e8-829e-10bfadb078cf.jpg
917
- :target: https://www.coinbase.com/join/58cbe25a355148797479dbd2
918
- :alt: coinbase
919
-
920
- - coinbase
921
- - `Coinbase <https://www.coinbase.com/join/58cbe25a355148797479dbd2>`__
922
- - .. image:: https://img.shields.io/badge/2-lightgray
923
- :target: https://developers.coinbase.com/api/v2
924
- :alt: API Version 2
925
-
926
- -
927
- -
928
- * - .. image:: https://user-images.githubusercontent.com/1294454/44539184-29f26e00-a70c-11e8-868f-e907fc236a7c.jpg
929
- :target: https://exchange.coinbase.com
930
- :alt: coinbaseprime
931
-
932
- - coinbaseprime
933
- - `Coinbase Prime <https://exchange.coinbase.com>`__
934
- - .. image:: https://img.shields.io/badge/*-lightgray
935
- :target: https://docs.exchange.coinbase.com
936
- :alt: API Version *
937
-
938
- -
939
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
940
- :target: https://ccxt.pro
941
- :alt: CCXT Pro
942
-
943
- * - .. image:: https://user-images.githubusercontent.com/1294454/41764625-63b7ffde-760a-11e8-996d-a6328fa9347a.jpg
944
- :target: https://pro.coinbase.com/
945
- :alt: coinbasepro
946
-
947
- - coinbasepro
948
- - `Coinbase Pro <https://pro.coinbase.com/>`__
949
- - .. image:: https://img.shields.io/badge/*-lightgray
950
- :target: https://docs.pro.coinbase.com
951
- :alt: API Version *
952
-
953
- -
954
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
955
- :target: https://ccxt.pro
956
- :alt: CCXT Pro
957
-
958
- * - .. image:: https://user-images.githubusercontent.com/51840849/87182088-1d6d6380-c2ec-11ea-9c64-8ab9f9b289f5.jpg
959
- :target: https://coincheck.com
960
- :alt: coincheck
961
-
962
- - coincheck
963
- - `coincheck <https://coincheck.com>`__
964
- - .. image:: https://img.shields.io/badge/*-lightgray
965
- :target: https://coincheck.com/documents/exchange/api
966
- :alt: API Version *
967
-
968
- -
969
- -
970
- * - .. image:: https://user-images.githubusercontent.com/51840849/87182089-1e05fa00-c2ec-11ea-8da9-cc73b45abbbc.jpg
971
- :target: https://www.coinex.com/register?refer_code=yw5fz
972
- :alt: coinex
973
-
974
- - coinex
975
- - `CoinEx <https://www.coinex.com/register?refer_code=yw5fz>`__
976
- - .. image:: https://img.shields.io/badge/1-lightgray
977
- :target: https://github.com/coinexcom/coinex_exchange_api/wiki
978
- :alt: API Version 1
979
-
980
- -
981
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
982
- :target: https://ccxt.pro
983
- :alt: CCXT Pro
984
-
985
- * - .. image:: https://user-images.githubusercontent.com/1294454/41822275-ed982188-77f5-11e8-92bb-496bcd14ca52.jpg
986
- :target: https://coinfalcon.com/?ref=CFJSVGTUPASB
987
- :alt: coinfalcon
988
-
989
- - coinfalcon
990
- - `CoinFalcon <https://coinfalcon.com/?ref=CFJSVGTUPASB>`__
991
- - .. image:: https://img.shields.io/badge/1-lightgray
992
- :target: https://docs.coinfalcon.com
993
- :alt: API Version 1
994
-
995
- -
996
- -
997
- * - .. image:: https://user-images.githubusercontent.com/51840849/87460806-1c9f3f00-c616-11ea-8c46-a77018a8f3f4.jpg
998
- :target: https://coinmate.io?referral=YTFkM1RsOWFObVpmY1ZjMGREQmpTRnBsWjJJNVp3PT0
999
- :alt: coinmate
1000
-
1001
- - coinmate
1002
- - `CoinMate <https://coinmate.io?referral=YTFkM1RsOWFObVpmY1ZjMGREQmpTRnBsWjJJNVp3PT0>`__
1003
- - .. image:: https://img.shields.io/badge/*-lightgray
1004
- :target: https://coinmate.docs.apiary.io
1005
- :alt: API Version *
1006
-
1007
- -
1008
- -
1009
- * - .. image:: https://user-images.githubusercontent.com/1294454/38003300-adc12fba-323f-11e8-8525-725f53c4a659.jpg
1010
- :target: https://coinone.co.kr
1011
- :alt: coinone
1012
-
1013
- - coinone
1014
- - `CoinOne <https://coinone.co.kr>`__
1015
- - .. image:: https://img.shields.io/badge/2-lightgray
1016
- :target: https://doc.coinone.co.kr
1017
- :alt: API Version 2
1018
-
1019
- -
1020
- -
1021
- * - .. image:: https://user-images.githubusercontent.com/1294454/28208429-3cacdf9a-6896-11e7-854e-4c79a772a30f.jpg
1022
- :target: https://www.coinspot.com.au/register?code=PJURCU
1023
- :alt: coinspot
1024
-
1025
- - coinspot
1026
- - `CoinSpot <https://www.coinspot.com.au/register?code=PJURCU>`__
1027
- - .. image:: https://img.shields.io/badge/*-lightgray
1028
- :target: https://www.coinspot.com.au/api
1029
- :alt: API Version *
1030
-
1031
- -
1032
- -
1033
- * - .. image:: https://user-images.githubusercontent.com/1294454/147792121-38ed5e36-c229-48d6-b49a-48d05fc19ed4.jpeg
1034
- :target: https://crypto.com/exch/5835vstech
1035
- :alt: cryptocom
1036
-
1037
- - cryptocom
1038
- - `Crypto.com <https://crypto.com/exch/5835vstech>`__
1039
- - .. image:: https://img.shields.io/badge/2-lightgray
1040
- :target: https://exchange-docs.crypto.com/spot/index.html
1041
- :alt: API Version 2
1042
-
1043
- -
1044
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1045
- :target: https://ccxt.pro
1046
- :alt: CCXT Pro
1047
-
1048
- * - .. image:: https://user-images.githubusercontent.com/1294454/83718672-36745c00-a63e-11ea-81a9-677b1f789a4d.jpg
1049
- :target: https://currency.com/trading/signup?c=362jaimv&pid=referral
1050
- :alt: currencycom
1051
-
1052
- - currencycom
1053
- - `Currency.com <https://currency.com/trading/signup?c=362jaimv&pid=referral>`__
1054
- - .. image:: https://img.shields.io/badge/2-lightgray
1055
- :target: https://currency.com/api
1056
- :alt: API Version 2
1057
-
1058
- -
1059
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1060
- :target: https://ccxt.pro
1061
- :alt: CCXT Pro
1062
-
1063
- * - .. image:: https://user-images.githubusercontent.com/1294454/99450025-3be60a00-2931-11eb-9302-f4fd8d8589aa.jpg
1064
- :target: https://www.delta.exchange/app/signup/?code=IULYNB
1065
- :alt: delta
1066
-
1067
- - delta
1068
- - `Delta Exchange <https://www.delta.exchange/app/signup/?code=IULYNB>`__
1069
- - .. image:: https://img.shields.io/badge/2-lightgray
1070
- :target: https://docs.delta.exchange
1071
- :alt: API Version 2
1072
-
1073
- -
1074
- -
1075
- * - .. image:: https://user-images.githubusercontent.com/1294454/41933112-9e2dd65a-798b-11e8-8440-5bab2959fcb8.jpg
1076
- :target: https://www.deribit.com/reg-1189.4038
1077
- :alt: deribit
1078
-
1079
- - deribit
1080
- - `Deribit <https://www.deribit.com/reg-1189.4038>`__
1081
- - .. image:: https://img.shields.io/badge/2-lightgray
1082
- :target: https://docs.deribit.com/v2
1083
- :alt: API Version 2
1084
-
1085
- -
1086
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1087
- :target: https://ccxt.pro
1088
- :alt: CCXT Pro
1089
-
1090
- * - .. image:: https://user-images.githubusercontent.com/51840849/87443315-01283a00-c5fe-11ea-8628-c2a0feaf07ac.jpg
1091
- :target: https://www.digifinex.com/en-ww/from/DhOzBg?channelCode=ljaUPp
1092
- :alt: digifinex
1093
-
1094
- - digifinex
1095
- - `DigiFinex <https://www.digifinex.com/en-ww/from/DhOzBg?channelCode=ljaUPp>`__
1096
- - .. image:: https://img.shields.io/badge/3-lightgray
1097
- :target: https://docs.digifinex.com
1098
- :alt: API Version 3
1099
-
1100
- -
1101
- -
1102
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766491-1b0ea956-5eda-11e7-9225-40d67b481b8d.jpg
1103
- :target: https://exmo.me/?ref=131685
1104
- :alt: exmo
1105
-
1106
- - exmo
1107
- - `EXMO <https://exmo.me/?ref=131685>`__
1108
- - .. image:: https://img.shields.io/badge/1.1-lightgray
1109
- :target: https://exmo.me/en/api_doc?ref=131685
1110
- :alt: API Version 1.1
1111
-
1112
- -
1113
- -
1114
- * - .. image:: https://user-images.githubusercontent.com/51840849/87443317-01c0d080-c5fe-11ea-95c2-9ebe1a8fafd9.jpg
1115
- :target: https://one.ndax.io/bfQiSL
1116
- :alt: flowbtc
1117
-
1118
- - flowbtc
1119
- - `flowBTC <https://one.ndax.io/bfQiSL>`__
1120
- - .. image:: https://img.shields.io/badge/*-lightgray
1121
- :target: https://www.flowbtc.com.br/api.html
1122
- :alt: API Version *
1123
-
1124
- -
1125
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1126
- :target: https://ccxt.pro
1127
- :alt: CCXT Pro
1128
-
1129
- * - .. image:: https://user-images.githubusercontent.com/1294454/159177712-b685b40c-5269-4cea-ac83-f7894c49525d.jpg
1130
- :target: https://fmfw.io/referral/da948b21d6c92d69
1131
- :alt: fmfwio
1132
-
1133
- - fmfwio
1134
- - `FMFW.io <https://fmfw.io/referral/da948b21d6c92d69>`__
1135
- - .. image:: https://img.shields.io/badge/2-lightgray
1136
- :target: https://api.fmfw.io/api/2/explore/
1137
- :alt: API Version 2
1138
-
1139
- -
1140
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1141
- :target: https://ccxt.pro
1142
- :alt: CCXT Pro
1143
-
1144
- * - .. image:: https://user-images.githubusercontent.com/1294454/31784029-0313c702-b509-11e7-9ccc-bc0da6a0e435.jpg
1145
- :target: https://www.gate.io/ref/2436035
1146
- :alt: gate
1147
-
1148
- - gate
1149
- - `Gate.io <https://www.gate.io/ref/2436035>`__
1150
- - .. image:: https://img.shields.io/badge/4-lightgray
1151
- :target: https://www.gate.io/docs/apiv4/en/index.html
1152
- :alt: API Version 4
1153
-
1154
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
1155
- :target: https://github.com/ccxt/ccxt/wiki/Certification
1156
- :alt: CCXT Certified
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/27816857-ce7be644-6096-11e7-82d6-3c257263229c.jpg
1163
- :target: https://gemini.com/
1164
- :alt: gemini
1165
-
1166
- - gemini
1167
- - `Gemini <https://gemini.com/>`__
1168
- - .. image:: https://img.shields.io/badge/1-lightgray
1169
- :target: https://docs.gemini.com/rest-api
1170
- :alt: API Version 1
1171
-
1172
- -
1173
- -
1174
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766555-8eaec20e-5edc-11e7-9c5b-6dc69fc42f5e.jpg
1175
- :target: https://hitbtc.com/?ref_id=5a5d39a65d466
1176
- :alt: hitbtc
1177
-
1178
- - hitbtc
1179
- - `HitBTC <https://hitbtc.com/?ref_id=5a5d39a65d466>`__
1180
- - .. image:: https://img.shields.io/badge/2-lightgray
1181
- :target: https://api.hitbtc.com/v2
1182
- :alt: API Version 2
1183
-
1184
- -
1185
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1186
- :target: https://ccxt.pro
1187
- :alt: CCXT Pro
1188
-
1189
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766555-8eaec20e-5edc-11e7-9c5b-6dc69fc42f5e.jpg
1190
- :target: https://hitbtc.com/?ref_id=5a5d39a65d466
1191
- :alt: hitbtc3
1192
-
1193
- - hitbtc3
1194
- - `HitBTC <https://hitbtc.com/?ref_id=5a5d39a65d466>`__
1195
- - .. image:: https://img.shields.io/badge/3-lightgray
1196
- :target: https://api.hitbtc.com
1197
- :alt: API Version 3
1198
-
1199
- -
1200
- -
1201
- * - .. image:: https://user-images.githubusercontent.com/1294454/75841031-ca375180-5ddd-11ea-8417-b975674c23cb.jpg
1202
- :target: https://pro.hollaex.com/signup?affiliation_code=QSWA6G
1203
- :alt: hollaex
1204
-
1205
- - hollaex
1206
- - `HollaEx <https://pro.hollaex.com/signup?affiliation_code=QSWA6G>`__
1207
- - .. image:: https://img.shields.io/badge/2-lightgray
1208
- :target: https://apidocs.hollaex.com
1209
- :alt: API Version 2
1210
-
1211
- -
1212
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1213
- :target: https://ccxt.pro
1214
- :alt: CCXT Pro
1215
-
1216
- * - .. image:: https://user-images.githubusercontent.com/1294454/76137448-22748a80-604e-11ea-8069-6e389271911d.jpg
1217
- :target: https://www.huobi.com/en-us/v/register/double-invite/?inviter_id=11343840&invite_code=6rmm2223
1218
- :alt: huobi
1219
-
1220
- - huobi
1221
- - `Huobi <https://www.huobi.com/en-us/v/register/double-invite/?inviter_id=11343840&invite_code=6rmm2223>`__
1222
- - .. image:: https://img.shields.io/badge/1-lightgray
1223
- :target: https://huobiapi.github.io/docs/spot/v1/cn/
1224
- :alt: API Version 1
1225
-
1226
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
1227
- :target: https://github.com/ccxt/ccxt/wiki/Certification
1228
- :alt: CCXT Certified
1229
-
1230
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1231
- :target: https://ccxt.pro
1232
- :alt: CCXT Pro
1233
-
1234
- * - .. image:: https://user-images.githubusercontent.com/1294454/85734211-85755480-b705-11ea-8b35-0b7f1db33a2f.jpg
1235
- :target: https://www.huobi.co.jp/register/?invite_code=znnq3
1236
- :alt: huobijp
1237
-
1238
- - huobijp
1239
- - `Huobi Japan <https://www.huobi.co.jp/register/?invite_code=znnq3>`__
1240
- - .. image:: https://img.shields.io/badge/1-lightgray
1241
- :target: https://api-doc.huobi.co.jp
1242
- :alt: API Version 1
1243
-
1244
- -
1245
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1246
- :target: https://ccxt.pro
1247
- :alt: CCXT Pro
1248
-
1249
- * - .. image:: https://user-images.githubusercontent.com/51840849/94481303-2f222100-01e0-11eb-97dd-bc14c5943a86.jpg
1250
- :target: https://idex.io
1251
- :alt: idex
1252
-
1253
- - idex
1254
- - `IDEX <https://idex.io>`__
1255
- - .. image:: https://img.shields.io/badge/3-lightgray
1256
- :target: https://docs.idex.io/
1257
- :alt: API Version 3
1258
-
1259
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
1260
- :target: https://github.com/ccxt/ccxt/wiki/Certification
1261
- :alt: CCXT Certified
1262
-
1263
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1264
- :target: https://ccxt.pro
1265
- :alt: CCXT Pro
1266
-
1267
- * - .. image:: https://user-images.githubusercontent.com/51840849/87182090-1e9e9080-c2ec-11ea-8e49-563db9a38f37.jpg
1268
- :target: https://www.independentreserve.com
1269
- :alt: independentreserve
1270
-
1271
- - independentreserve
1272
- - `Independent Reserve <https://www.independentreserve.com>`__
1273
- - .. image:: https://img.shields.io/badge/*-lightgray
1274
- :target: https://www.independentreserve.com/API
1275
- :alt: API Version *
1276
-
1277
- -
1278
- -
1279
- * - .. image:: https://user-images.githubusercontent.com/51840849/87070508-9358c880-c221-11ea-8dc5-5391afbbb422.jpg
1280
- :target: https://indodax.com/ref/testbitcoincoid/1
1281
- :alt: indodax
1282
-
1283
- - indodax
1284
- - `INDODAX <https://indodax.com/ref/testbitcoincoid/1>`__
1285
- - .. image:: https://img.shields.io/badge/2.0-lightgray
1286
- :target: https://github.com/btcid/indodax-official-api-docs
1287
- :alt: API Version 2.0
1288
-
1289
- -
1290
- -
1291
- * - .. image:: https://user-images.githubusercontent.com/1294454/27822159-66153620-60ad-11e7-89e7-005f6d7f3de0.jpg
1292
- :target: https://www.itbit.com
1293
- :alt: itbit
1294
-
1295
- - itbit
1296
- - `itBit <https://www.itbit.com>`__
1297
- - .. image:: https://img.shields.io/badge/1-lightgray
1298
- :target: https://api.itbit.com/docs
1299
- :alt: API Version 1
1300
-
1301
- -
1302
- -
1303
- * - .. image:: https://user-images.githubusercontent.com/51840849/76173629-fc67fb00-61b1-11ea-84fe-f2de582f58a3.jpg
1304
- :target: https://www.kraken.com
1305
- :alt: kraken
1306
-
1307
- - kraken
1308
- - `Kraken <https://www.kraken.com>`__
1309
- - .. image:: https://img.shields.io/badge/0-lightgray
1310
- :target: https://www.kraken.com/features/api
1311
- :alt: API Version 0
1312
-
1313
- -
1314
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1315
- :target: https://ccxt.pro
1316
- :alt: CCXT Pro
1317
-
1318
- * - .. image:: https://user-images.githubusercontent.com/51840849/87295558-132aaf80-c50e-11ea-9801-a2fb0c57c799.jpg
1319
- :target: https://www.kucoin.com/ucenter/signup?rcode=E5wkqe
1320
- :alt: kucoin
1321
-
1322
- - kucoin
1323
- - `KuCoin <https://www.kucoin.com/ucenter/signup?rcode=E5wkqe>`__
1324
- - .. image:: https://img.shields.io/badge/2-lightgray
1325
- :target: https://docs.kucoin.com
1326
- :alt: API Version 2
1327
-
1328
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
1329
- :target: https://github.com/ccxt/ccxt/wiki/Certification
1330
- :alt: CCXT Certified
1331
-
1332
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1333
- :target: https://ccxt.pro
1334
- :alt: CCXT Pro
1335
-
1336
- * - .. image:: https://user-images.githubusercontent.com/1294454/147508995-9e35030a-d046-43a1-a006-6fabd981b554.jpg
1337
- :target: https://futures.kucoin.com/?rcode=E5wkqe
1338
- :alt: kucoinfutures
1339
-
1340
- - kucoinfutures
1341
- - `KuCoin Futures <https://futures.kucoin.com/?rcode=E5wkqe>`__
1342
- - .. image:: https://img.shields.io/badge/1-lightgray
1343
- :target: https://docs.kucoin.com/futures
1344
- :alt: API Version 1
1345
-
1346
- -
1347
- -
1348
- * - .. image:: https://user-images.githubusercontent.com/51840849/87153927-f0578b80-c2c0-11ea-84b6-74612568e9e1.jpg
1349
- :target: https://kuna.io?r=kunaid-gvfihe8az7o4
1350
- :alt: kuna
1351
-
1352
- - kuna
1353
- - `Kuna <https://kuna.io?r=kunaid-gvfihe8az7o4>`__
1354
- - .. image:: https://img.shields.io/badge/2-lightgray
1355
- :target: https://kuna.io/documents/api
1356
- :alt: API Version 2
1357
-
1358
- -
1359
- -
1360
- * - .. image:: https://user-images.githubusercontent.com/1294454/61511972-24c39f00-aa01-11e9-9f7c-471f1d6e5214.jpg
1361
- :target: https://latoken.com/invite?r=mvgp2djk
1362
- :alt: latoken
1363
-
1364
- - latoken
1365
- - `Latoken <https://latoken.com/invite?r=mvgp2djk>`__
1366
- - .. image:: https://img.shields.io/badge/2-lightgray
1367
- :target: https://api.latoken.com
1368
- :alt: API Version 2
1369
-
1370
- -
1371
- -
1372
- * - .. image:: https://user-images.githubusercontent.com/1294454/38063602-9605e28a-3302-11e8-81be-64b1e53c4cfb.jpg
1373
- :target: https://www.lbank.info/invitevip?icode=7QCY
1374
- :alt: lbank
1375
-
1376
- - lbank
1377
- - `LBank <https://www.lbank.info/invitevip?icode=7QCY>`__
1378
- - .. image:: https://img.shields.io/badge/1-lightgray
1379
- :target: https://github.com/LBank-exchange/lbank-official-api-docs
1380
- :alt: API Version 1
1381
-
1382
- -
1383
- -
1384
- * - .. image:: https://user-images.githubusercontent.com/1294454/38063602-9605e28a-3302-11e8-81be-64b1e53c4cfb.jpg
1385
- :target: https://www.lbank.info/invitevip?icode=7QCY
1386
- :alt: lbank2
1387
-
1388
- - lbank2
1389
- - `LBank <https://www.lbank.info/invitevip?icode=7QCY>`__
1390
- - .. image:: https://img.shields.io/badge/2-lightgray
1391
- :target: https://www.lbank.info/en-US/docs/index.html
1392
- :alt: API Version 2
1393
-
1394
- -
1395
- -
1396
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766607-8c1a69d8-5ede-11e7-930c-540b5eb9be24.jpg
1397
- :target: https://www.luno.com/invite/44893A
1398
- :alt: luno
1399
-
1400
- - luno
1401
- - `luno <https://www.luno.com/invite/44893A>`__
1402
- - .. image:: https://img.shields.io/badge/1-lightgray
1403
- :target: https://www.luno.com/en/api
1404
- :alt: API Version 1
1405
-
1406
- -
1407
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1408
- :target: https://ccxt.pro
1409
- :alt: CCXT Pro
1410
-
1411
- * - .. image:: https://user-images.githubusercontent.com/1294454/155840500-1ea4fdf0-47c0-4daa-9597-c6c1cd51b9ec.jpg
1412
- :target: https://www.lykke.com
1413
- :alt: lykke
1414
-
1415
- - lykke
1416
- - `Lykke <https://www.lykke.com>`__
1417
- - .. image:: https://img.shields.io/badge/2-lightgray
1418
- :target: https://hft-apiv2.lykke.com/swagger/ui/index.html
1419
- :alt: API Version 2
1420
-
1421
- -
1422
- -
1423
- * - .. image:: https://user-images.githubusercontent.com/1294454/27837060-e7c58714-60ea-11e7-9192-f05e86adb83f.jpg
1424
- :target: https://www.mercadobitcoin.com.br
1425
- :alt: mercado
1426
-
1427
- - mercado
1428
- - `Mercado Bitcoin <https://www.mercadobitcoin.com.br>`__
1429
- - .. image:: https://img.shields.io/badge/3-lightgray
1430
- :target: https://www.mercadobitcoin.com.br/api-doc
1431
- :alt: API Version 3
1432
-
1433
- -
1434
- -
1435
- * - .. image:: https://user-images.githubusercontent.com/1294454/137283979-8b2a818d-8633-461b-bfca-de89e8c446b2.jpg
1436
- :target: https://m.mexc.com/auth/signup?inviteCode=1FQ1G
1437
- :alt: mexc
1438
-
1439
- - mexc
1440
- - `MEXC Global <https://m.mexc.com/auth/signup?inviteCode=1FQ1G>`__
1441
- - .. image:: https://img.shields.io/badge/2-lightgray
1442
- :target: https://mxcdevelop.github.io/APIDoc/
1443
- :alt: API Version 2
1444
-
1445
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
1446
- :target: https://github.com/ccxt/ccxt/wiki/Certification
1447
- :alt: CCXT Certified
1448
-
1449
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1450
- :target: https://ccxt.pro
1451
- :alt: CCXT Pro
1452
-
1453
- * - .. image:: https://user-images.githubusercontent.com/1294454/137283979-8b2a818d-8633-461b-bfca-de89e8c446b2.jpg
1454
- :target: https://m.mexc.com/auth/signup?inviteCode=1FQ1G
1455
- :alt: mexc3
1456
-
1457
- - mexc3
1458
- - `MEXC Global <https://m.mexc.com/auth/signup?inviteCode=1FQ1G>`__
1459
- - .. image:: https://img.shields.io/badge/3-lightgray
1460
- :target: https://mxcdevelop.github.io/apidocs/spot_v3_en/
1461
- :alt: API Version 3
1462
-
1463
- -
1464
- -
1465
- * - .. image:: https://user-images.githubusercontent.com/1294454/108623144-67a3ef00-744e-11eb-8140-75c6b851e945.jpg
1466
- :target: https://one.ndax.io/bfQiSL
1467
- :alt: ndax
1468
-
1469
- - ndax
1470
- - `NDAX <https://one.ndax.io/bfQiSL>`__
1471
- - .. image:: https://img.shields.io/badge/*-lightgray
1472
- :target: https://apidoc.ndax.io/
1473
- :alt: API Version *
1474
-
1475
- -
1476
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1477
- :target: https://ccxt.pro
1478
- :alt: CCXT Pro
1479
-
1480
- * - .. image:: https://user-images.githubusercontent.com/1294454/92337550-2b085500-f0b3-11ea-98e7-5794fb07dd3b.jpg
1481
- :target: https://www.novadax.com.br/?s=ccxt
1482
- :alt: novadax
1483
-
1484
- - novadax
1485
- - `NovaDAX <https://www.novadax.com.br/?s=ccxt>`__
1486
- - .. image:: https://img.shields.io/badge/1-lightgray
1487
- :target: https://doc.novadax.com/pt-BR/
1488
- :alt: API Version 1
1489
-
1490
- -
1491
- -
1492
- * - .. image:: https://user-images.githubusercontent.com/1294454/58385970-794e2d80-8001-11e9-889c-0567cd79b78e.jpg
1493
- :target: https://oceanex.pro/signup?referral=VE24QX
1494
- :alt: oceanex
1495
-
1496
- - oceanex
1497
- - `OceanEx <https://oceanex.pro/signup?referral=VE24QX>`__
1498
- - .. image:: https://img.shields.io/badge/1-lightgray
1499
- :target: https://api.oceanex.pro/doc/v1
1500
- :alt: API Version 1
1501
-
1502
- -
1503
- -
1504
- * - .. image:: https://user-images.githubusercontent.com/51840849/87295551-102fbf00-c50e-11ea-90a9-462eebba5829.jpg
1505
- :target: https://www.okcoin.com/account/register?flag=activity&channelId=600001513
1506
- :alt: okcoin
1507
-
1508
- - okcoin
1509
- - `OKCoin <https://www.okcoin.com/account/register?flag=activity&channelId=600001513>`__
1510
- - .. image:: https://img.shields.io/badge/3-lightgray
1511
- :target: https://www.okcoin.com/docs/en/
1512
- :alt: API Version 3
1513
-
1514
- -
1515
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1516
- :target: https://ccxt.pro
1517
- :alt: CCXT Pro
1518
-
1519
- * - .. image:: https://user-images.githubusercontent.com/1294454/152485636-38b19e4a-bece-4dec-979a-5982859ffc04.jpg
1520
- :target: https://www.okx.com/join/1888677
1521
- :alt: okx
1522
-
1523
- - okx
1524
- - `OKX <https://www.okx.com/join/1888677>`__
1525
- - .. image:: https://img.shields.io/badge/5-lightgray
1526
- :target: https://www.okx.com/docs-v5/en/
1527
- :alt: API Version 5
1528
-
1529
- - .. image:: https://img.shields.io/badge/CCXT-Certified-green.svg
1530
- :target: https://github.com/ccxt/ccxt/wiki/Certification
1531
- :alt: CCXT Certified
1532
-
1533
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1534
- :target: https://ccxt.pro
1535
- :alt: CCXT Pro
1536
-
1537
- * - .. image:: https://user-images.githubusercontent.com/51840849/87153930-f0f02200-c2c0-11ea-9c0a-40337375ae89.jpg
1538
- :target: https://www.paymium.com/page/sign-up?referral=eDAzPoRQFMvaAB8sf-qj
1539
- :alt: paymium
1540
-
1541
- - paymium
1542
- - `Paymium <https://www.paymium.com/page/sign-up?referral=eDAzPoRQFMvaAB8sf-qj>`__
1543
- - .. image:: https://img.shields.io/badge/1-lightgray
1544
- :target: https://github.com/Paymium/api-documentation
1545
- :alt: API Version 1
1546
-
1547
- -
1548
- -
1549
- * - .. image:: https://user-images.githubusercontent.com/1294454/85225056-221eb600-b3d7-11ea-930d-564d2690e3f6.jpg
1550
- :target: https://phemex.com/register?referralCode=EDNVJ
1551
- :alt: phemex
1552
-
1553
- - phemex
1554
- - `Phemex <https://phemex.com/register?referralCode=EDNVJ>`__
1555
- - .. image:: https://img.shields.io/badge/1-lightgray
1556
- :target: https://github.com/phemex/phemex-api-docs
1557
- :alt: API Version 1
1558
-
1559
- -
1560
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1561
- :target: https://ccxt.pro
1562
- :alt: CCXT Pro
1563
-
1564
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766817-e9456312-5ee6-11e7-9b3c-b628ca5626a5.jpg
1565
- :target: https://poloniex.com/signup?c=UBFZJRPJ
1566
- :alt: poloniex
1567
-
1568
- - poloniex
1569
- - `Poloniex <https://poloniex.com/signup?c=UBFZJRPJ>`__
1570
- - .. image:: https://img.shields.io/badge/*-lightgray
1571
- :target: https://docs.poloniex.com
1572
- :alt: API Version *
1573
-
1574
- -
1575
- -
1576
- * - .. image:: https://user-images.githubusercontent.com/51840849/79268032-c4379480-7ea2-11ea-80b3-dd96bb29fd0d.jpg
1577
- :target: https://www.probit.com/r/34608773
1578
- :alt: probit
1579
-
1580
- - probit
1581
- - `ProBit <https://www.probit.com/r/34608773>`__
1582
- - .. image:: https://img.shields.io/badge/1-lightgray
1583
- :target: https://docs-en.probit.com
1584
- :alt: API Version 1
1585
-
1586
- -
1587
- -
1588
- * - .. image:: https://user-images.githubusercontent.com/1294454/94507548-a83d6a80-0218-11eb-9998-28b9cec54165.jpg
1589
- :target: https://exchange.ripio.com
1590
- :alt: ripio
1591
-
1592
- - ripio
1593
- - `Ripio <https://exchange.ripio.com>`__
1594
- - .. image:: https://img.shields.io/badge/1-lightgray
1595
- :target: https://exchange.ripio.com/en/api/
1596
- :alt: API Version 1
1597
-
1598
- -
1599
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1600
- :target: https://ccxt.pro
1601
- :alt: CCXT Pro
1602
-
1603
- * - .. image:: https://user-images.githubusercontent.com/1294454/69680782-03fd0b80-10bd-11ea-909e-7f603500e9cc.jpg
1604
- :target: https://app.stex.com?ref=36416021
1605
- :alt: stex
1606
-
1607
- - stex
1608
- - `STEX <https://app.stex.com?ref=36416021>`__
1609
- - .. image:: https://img.shields.io/badge/3-lightgray
1610
- :target: https://apidocs.stex.com/
1611
- :alt: API Version 3
1612
-
1613
- -
1614
- -
1615
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766869-75057fa2-5ee9-11e7-9a6f-13e641fa4707.jpg
1616
- :target: https://therocktrading.com
1617
- :alt: therock
1618
-
1619
- - therock
1620
- - `TheRockTrading <https://therocktrading.com>`__
1621
- - .. image:: https://img.shields.io/badge/1-lightgray
1622
- :target: https://api.therocktrading.com/doc/v1/index.html
1623
- :alt: API Version 1
1624
-
1625
- -
1626
- -
1627
- * - .. image:: https://user-images.githubusercontent.com/1294454/30781780-03149dc4-a12e-11e7-82bb-313b269d24d4.jpg
1628
- :target: https://tidex.com/exchange
1629
- :alt: tidex
1630
-
1631
- - tidex
1632
- - `Tidex <https://tidex.com/exchange>`__
1633
- - .. image:: https://img.shields.io/badge/3-lightgray
1634
- :target: https://tidex.com/exchange/public-api
1635
- :alt: API Version 3
1636
-
1637
- -
1638
- -
1639
- * - .. image:: https://user-images.githubusercontent.com/1294454/70423869-6839ab00-1a7f-11ea-8f94-13ae72c31115.jpg
1640
- :target: https://timex.io/?refcode=1x27vNkTbP1uwkCck
1641
- :alt: timex
1642
-
1643
- - timex
1644
- - `TimeX <https://timex.io/?refcode=1x27vNkTbP1uwkCck>`__
1645
- - .. image:: https://img.shields.io/badge/1-lightgray
1646
- :target: https://docs.timex.io
1647
- :alt: API Version 1
1648
-
1649
- -
1650
- -
1651
- * - .. image:: https://user-images.githubusercontent.com/1294454/183870484-d3398d0c-f6a1-4cce-91b8-d58792308716.jpg
1652
- :target: https://tokocrypto.com
1653
- :alt: tokocrypto
1654
-
1655
- - tokocrypto
1656
- - `Tokocrypto <https://tokocrypto.com>`__
1657
- - .. image:: https://img.shields.io/badge/1-lightgray
1658
- :target: https://www.tokocrypto.com/apidocs/
1659
- :alt: API Version 1
1660
-
1661
- -
1662
- -
1663
- * - .. image:: https://user-images.githubusercontent.com/1294454/49245610-eeaabe00-f423-11e8-9cba-4b0aed794799.jpg
1664
- :target: https://upbit.com
1665
- :alt: upbit
1666
-
1667
- - upbit
1668
- - `Upbit <https://upbit.com>`__
1669
- - .. image:: https://img.shields.io/badge/1-lightgray
1670
- :target: https://docs.upbit.com/docs/%EC%9A%94%EC%B2%AD-%EC%88%98-%EC%A0%9C%ED%95%9C
1671
- :alt: API Version 1
1672
-
1673
- -
1674
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1675
- :target: https://ccxt.pro
1676
- :alt: CCXT Pro
1677
-
1678
- * - .. image:: https://user-images.githubusercontent.com/1294454/84547058-5fb27d80-ad0b-11ea-8711-78ac8b3c7f31.jpg
1679
- :target: https://waves.exchange
1680
- :alt: wavesexchange
1681
-
1682
- - wavesexchange
1683
- - `Waves.Exchange <https://waves.exchange>`__
1684
- - .. image:: https://img.shields.io/badge/*-lightgray
1685
- :target: https://docs.waves.exchange
1686
- :alt: API Version *
1687
-
1688
- -
1689
- -
1690
- * - .. image:: https://user-images.githubusercontent.com/1294454/148647666-c109c20b-f8ac-472f-91c3-5f658cb90f49.jpeg
1691
- :target: https://wazirx.com/invite/k7rrnks5
1692
- :alt: wazirx
1693
-
1694
- - wazirx
1695
- - `WazirX <https://wazirx.com/invite/k7rrnks5>`__
1696
- - .. image:: https://img.shields.io/badge/2-lightgray
1697
- :target: https://docs.wazirx.com/#public-rest-api-for-wazirx
1698
- :alt: API Version 2
1699
-
1700
- -
1701
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1702
- :target: https://ccxt.pro
1703
- :alt: CCXT Pro
1704
-
1705
- * - .. image:: https://user-images.githubusercontent.com/1294454/66732963-8eb7dd00-ee66-11e9-849b-10d9282bb9e0.jpg
1706
- :target: https://whitebit.com/referral/d9bdf40e-28f2-4b52-b2f9-cd1415d82963
1707
- :alt: whitebit
1708
-
1709
- - whitebit
1710
- - `WhiteBit <https://whitebit.com/referral/d9bdf40e-28f2-4b52-b2f9-cd1415d82963>`__
1711
- - .. image:: https://img.shields.io/badge/2-lightgray
1712
- :target: https://github.com/whitebit-exchange/api-docs
1713
- :alt: API Version 2
1714
-
1715
- -
1716
- -
1717
- * - .. image:: https://user-images.githubusercontent.com/1294454/150730761-1a00e5e0-d28c-480f-9e65-089ce3e6ef3b.jpg
1718
- :target: https://referral.woo.org/BAJS6oNmZb3vi3RGA
1719
- :alt: woo
1720
-
1721
- - woo
1722
- - `WOO X <https://referral.woo.org/BAJS6oNmZb3vi3RGA>`__
1723
- - .. image:: https://img.shields.io/badge/1-lightgray
1724
- :target: https://docs.woo.org/
1725
- :alt: API Version 1
1726
-
1727
- -
1728
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1729
- :target: https://ccxt.pro
1730
- :alt: CCXT Pro
1731
-
1732
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766910-cdcbfdae-5eea-11e7-9859-03fea873272d.jpg
1733
- :target: https://www.yobit.net
1734
- :alt: yobit
1735
-
1736
- - yobit
1737
- - `YoBit <https://www.yobit.net>`__
1738
- - .. image:: https://img.shields.io/badge/3-lightgray
1739
- :target: https://www.yobit.net/en/api/
1740
- :alt: API Version 3
1741
-
1742
- -
1743
- -
1744
- * - .. image:: https://user-images.githubusercontent.com/1294454/27766927-39ca2ada-5eeb-11e7-972f-1b4199518ca6.jpg
1745
- :target: https://zaif.jp
1746
- :alt: zaif
1747
-
1748
- - zaif
1749
- - `Zaif <https://zaif.jp>`__
1750
- - .. image:: https://img.shields.io/badge/1-lightgray
1751
- :target: https://techbureau-api-document.readthedocs.io/ja/latest/index.html
1752
- :alt: API Version 1
1753
-
1754
- -
1755
- -
1756
- * - .. image:: https://user-images.githubusercontent.com/1294454/32859187-cd5214f0-ca5e-11e7-967d-96568e2e2bd1.jpg
1757
- :target: https://www.zb.com/en/register?ref=4301lera
1758
- :alt: zb
1759
-
1760
- - zb
1761
- - `ZB <https://www.zb.com/en/register?ref=4301lera>`__
1762
- - .. image:: https://img.shields.io/badge/1-lightgray
1763
- :target: https://www.zb.com/i/developer
1764
- :alt: API Version 1
1765
-
1766
- -
1767
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1768
- :target: https://ccxt.pro
1769
- :alt: CCXT Pro
1770
-
1771
- * - .. image:: https://user-images.githubusercontent.com/1294454/146103275-c39a34d9-68a4-4cd2-b1f1-c684548d311b.jpg
1772
- :target: https://trade.zipmex.com/global/accounts/sign-up?aff=KLm7HyCsvN
1773
- :alt: zipmex
1774
-
1775
- - zipmex
1776
- - `Zipmex <https://trade.zipmex.com/global/accounts/sign-up?aff=KLm7HyCsvN>`__
1777
- - .. image:: https://img.shields.io/badge/*-lightgray
1778
- :target: https://apidoc.ndax.io/
1779
- :alt: API Version *
1780
-
1781
- -
1782
- - .. image:: https://img.shields.io/badge/CCXT-Pro-black
1783
- :target: https://ccxt.pro
1784
- :alt: CCXT Pro
1785
-
1786
- * - .. image:: https://user-images.githubusercontent.com/1294454/159202310-a0e38007-5e7c-4ba9-a32f-c8263a0291fe.jpg
1787
- :target: https://auth.zondaglobal.com/ref/jHlbB4mIkdS1
1788
- :alt: zonda
1789
-
1790
- - zonda
1791
- - `Zonda <https://auth.zondaglobal.com/ref/jHlbB4mIkdS1>`__
1792
- - .. image:: https://img.shields.io/badge/*-lightgray
1793
- :target: https://docs.zonda.exchange/
1794
- :alt: API Version *
1795
-
1796
- -
1797
-
1798
-
1799
- 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://docs.ccxt.com/en/latest/manual.html>`__ 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.
1800
-
1801
- The library is under `MIT license <https://github.com/ccxt/ccxt/blob/master/LICENSE.txt>`__\ , that means it's absolutely free for any developer to build commercial and opensource software on top of it, but use it at your own risk with no warranties, as is.
1802
-
1803
- ----
1804
-
1805
- Install
1806
- -------
1807
-
1808
- The easiest way to install the CCXT library is to use a package manager:
1809
-
1810
-
1811
- * `ccxt in **NPM** <https://www.npmjs.com/package/ccxt>`__ (JavaScript / Node v7.6+)
1812
- * `ccxt in **PyPI** <https://pypi.python.org/pypi/ccxt>`__ (Python 3.5.3+)
1813
- * `ccxt in **Packagist/Composer** <https://packagist.org/packages/ccxt/ccxt>`__ (PHP 7.0+)
1814
-
1815
- This library is shipped as an all-in-one module implementation with minimalistic dependencies and requirements:
1816
-
1817
-
1818
- * `js/ <https://github.com/ccxt/ccxt/blob/master/js/>`__ in JavaScript
1819
- * `python/ <https://github.com/ccxt/ccxt/blob/master/python/>`__ in Python (generated from JS)
1820
- * `php/ <https://github.com/ccxt/ccxt/blob/master/php/>`__ in PHP (generated from JS)
1821
-
1822
- You can also clone it into your project directory from `ccxt GitHub repository <https://github.com/ccxt/ccxt>`__\ :
1823
-
1824
- .. code-block:: shell
1825
-
1826
- git clone https://github.com/ccxt/ccxt.git # including 1GB of commit history
1827
-
1828
- # or
1829
-
1830
- git clone https://github.com/ccxt/ccxt.git --depth 1 # avoid downloading 1GB of commit history
1831
-
1832
- JavaScript (NPM)
1833
- ^^^^^^^^^^^^^^^^
1834
-
1835
- JavaScript version of CCXT works in both Node and web browsers. Requires ES6 and ``async/await`` syntax support (Node 7.6.0+). When compiling with Webpack and Babel, make sure it is `not excluded <https://github.com/ccxt/ccxt/issues/225#issuecomment-331905178>`__ in your ``babel-loader`` config.
1836
-
1837
- `ccxt in **NPM** <https://www.npmjs.com/package/ccxt>`__
1838
-
1839
- .. code-block:: shell
1840
-
1841
- npm install ccxt
1842
-
1843
- .. code-block:: JavaScript
1844
-
1845
- var ccxt = require ('ccxt')
1846
-
1847
- console.log (ccxt.exchanges) // print all available exchanges
1848
-
1849
- JavaScript (for use with the ``<script>`` tag):
1850
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1851
-
1852
- All-in-one browser bundle (dependencies included), served from a CDN of your choice:
1853
-
1854
-
1855
- * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@2.4.96/dist/ccxt.browser.js
1856
- * unpkg: https://unpkg.com/ccxt@2.4.96/dist/ccxt.browser.js
1857
-
1858
- 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.
1859
-
1860
- .. code-block:: HTML
1861
-
1862
- <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@2.4.96/dist/ccxt.browser.js"></script>
1863
-
1864
- Creates a global ``ccxt`` object:
1865
-
1866
- .. code-block:: JavaScript
1867
-
1868
- console.log (ccxt.exchanges) // print all available exchanges
1869
-
1870
- Python
1871
- ^^^^^^
1872
-
1873
- `ccxt in **PyPI** <https://pypi.python.org/pypi/ccxt>`__
1874
-
1875
- .. code-block:: shell
1876
-
1877
- pip install ccxt
1878
-
1879
- .. code-block:: Python
1880
-
1881
- import ccxt
1882
- print(ccxt.exchanges) # print a list of all available exchange classes
1883
-
1884
- The library supports concurrent asynchronous mode with asyncio and async/await in Python 3.5.3+
1885
-
1886
- .. code-block:: Python
1887
-
1888
- import ccxt.async_support as ccxt # link against the asynchronous version of ccxt
1889
-
1890
- PHP
1891
- ^^^
1892
-
1893
- `ccxt in PHP with **Packagist/Composer** <https://packagist.org/packages/ccxt/ccxt>`__ (PHP 7.0+)
1894
-
1895
- It requires common PHP modules:
1896
-
1897
-
1898
- * cURL
1899
- * mbstring (using UTF-8 is highly recommended)
1900
- * PCRE
1901
- * iconv
1902
- * gmp (this is a built-in extension as of PHP 7.2+)
1903
-
1904
- .. code-block:: PHP
1905
-
1906
- include "ccxt.php";
1907
- var_dump (\ccxt\Exchange::$exchanges); // print a list of all available exchange classes
1908
-
1909
- The library supports concurrent asynchronous mode using tools from `RecoilPHP <https://github.com/recoilphp/recoil>`__ and `ReactPHP <https://reactphp.org/>`__ in PHP 7.1+. Read the `Manual <https://docs.ccxt.com/en/latest/manual.html>`__ for more details.
1910
-
1911
- Docker
1912
- ^^^^^^
1913
-
1914
- You can get CCXT installed in a container along with all the supported languages and dependencies. This may be useful if you want to contribute to CCXT (e.g. run the build scripts and tests — please see the `Contributing <https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md>`__ document for the details on that).
1915
-
1916
- Using ``docker-compose`` (in the cloned CCXT repository):
1917
-
1918
- .. code-block:: shell
1919
-
1920
- docker-compose run --rm ccxt
1921
-
1922
- You don't need the Docker image if you're not going to develop CCXT. If you just want to use CCXT – just install it as a regular package into your project.
1923
-
1924
- ----
1925
-
1926
- Documentation
1927
- -------------
1928
-
1929
- Read the `Manual <https://docs.ccxt.com/en/latest/manual.html>`__ for more details.
1930
-
1931
- Usage
1932
- -----
1933
-
1934
- Intro
1935
- ^^^^^
1936
-
1937
- The CCXT library consists of a public part and a private part. Anyone can use the public part immediately after installation. Public APIs provide unrestricted access to public information for all exchange markets without the need to register a user account or have an API key.
1938
-
1939
- Public APIs include the following:
1940
-
1941
-
1942
- * market data
1943
- * instruments/trading pairs
1944
- * price feeds (exchange rates)
1945
- * order books
1946
- * trade history
1947
- * tickers
1948
- * OHLC(V) for charting
1949
- * other public endpoints
1950
-
1951
- In order to trade with private APIs you need to obtain API keys from an exchange's website. It usually means signing up to the exchange and creating API keys for your account. Some exchanges require personal info or identification. Sometimes verification may be necessary as well. In this case you will need to register yourself, this library will not create accounts or API keys for you. Some exchanges expose API endpoints for registering an account, but most exchanges don't. You will have to sign up and create API keys on their websites.
1952
-
1953
- Private APIs allow the following:
1954
-
1955
-
1956
- * manage personal account info
1957
- * query account balances
1958
- * trade by making market and limit orders
1959
- * deposit and withdraw fiat and crypto funds
1960
- * query personal orders
1961
- * get ledger history
1962
- * transfer funds between accounts
1963
- * use merchant services
1964
-
1965
- This library implements full public and private REST APIs for all exchanges. WebSocket and FIX implementations in JavaScript, PHP, Python are available in `CCXT Pro <https://ccxt.pro>`__\ , which is a professional addon to CCXT with support for WebSocket streams.
1966
-
1967
- The CCXT library supports both camelcase notation (preferred in JavaScript) and underscore notation (preferred in Python and PHP), therefore all methods can be called in either notation or coding style in any language.
1968
-
1969
- .. code-block:: JavaScript
1970
-
1971
- // both of these notations work in JavaScript/Python/PHP
1972
- exchange.methodName () // camelcase pseudocode
1973
- exchange.method_name () // underscore pseudocode
1974
-
1975
- Read the `Manual <https://docs.ccxt.com/en/latest/manual.html>`__ for more details.
1976
-
1977
- JavaScript
1978
- ^^^^^^^^^^
1979
-
1980
- .. code-block:: JavaScript
1981
-
1982
- 'use strict';
1983
- const ccxt = require ('ccxt');
1984
-
1985
- (async function () {
1986
- let kraken = new ccxt.kraken ()
1987
- let bitfinex = new ccxt.bitfinex ({ verbose: true })
1988
- let huobipro = new ccxt.huobipro ()
1989
- let okcoinusd = new ccxt.okcoin ({
1990
- apiKey: 'YOUR_PUBLIC_API_KEY',
1991
- secret: 'YOUR_SECRET_PRIVATE_KEY',
1992
- })
1993
-
1994
- const exchangeId = 'binance'
1995
- , exchangeClass = ccxt[exchangeId]
1996
- , exchange = new exchangeClass ({
1997
- 'apiKey': 'YOUR_API_KEY',
1998
- 'secret': 'YOUR_SECRET',
1999
- })
2000
-
2001
- console.log (kraken.id, await kraken.loadMarkets ())
2002
- console.log (bitfinex.id, await bitfinex.loadMarkets ())
2003
- console.log (huobipro.id, await huobipro.loadMarkets ())
2004
-
2005
- console.log (kraken.id, await kraken.fetchOrderBook (kraken.symbols[0]))
2006
- console.log (bitfinex.id, await bitfinex.fetchTicker ('BTC/USD'))
2007
- console.log (huobipro.id, await huobipro.fetchTrades ('ETH/USDT'))
2008
-
2009
- console.log (okcoinusd.id, await okcoinusd.fetchBalance ())
2010
-
2011
- // sell 1 BTC/USD for market price, sell a bitcoin for dollars immediately
2012
- console.log (okcoinusd.id, await okcoinusd.createMarketSellOrder ('BTC/USD', 1))
2013
-
2014
- // buy 1 BTC/USD for $2500, you pay $2500 and receive ฿1 when the order is closed
2015
- console.log (okcoinusd.id, await okcoinusd.createLimitBuyOrder ('BTC/USD', 1, 2500.00))
2016
-
2017
- // pass/redefine custom exchange-specific order params: type, amount, price or whatever
2018
- // use a custom order type
2019
- bitfinex.createLimitSellOrder ('BTC/USD', 1, 10, { 'type': 'trailing-stop' })
2020
-
2021
- }) ();
2022
-
2023
- Python
2024
- ^^^^^^
2025
-
2026
- .. code-block:: Python
2027
-
2028
- # coding=utf-8
2029
-
2030
- import ccxt
2031
-
2032
- hitbtc = ccxt.hitbtc({'verbose': True})
2033
- bitmex = ccxt.bitmex()
2034
- huobipro = ccxt.huobipro()
2035
- exmo = ccxt.exmo({
2036
- 'apiKey': 'YOUR_PUBLIC_API_KEY',
2037
- 'secret': 'YOUR_SECRET_PRIVATE_KEY',
2038
- })
2039
- kraken = ccxt.kraken({
2040
- 'apiKey': 'YOUR_PUBLIC_API_KEY',
2041
- 'secret': 'YOUR_SECRET_PRIVATE_KEY',
2042
- })
2043
-
2044
- exchange_id = 'binance'
2045
- exchange_class = getattr(ccxt, exchange_id)
2046
- exchange = exchange_class({
2047
- 'apiKey': 'YOUR_API_KEY',
2048
- 'secret': 'YOUR_SECRET',
2049
- })
2050
-
2051
- hitbtc_markets = hitbtc.load_markets()
2052
-
2053
- print(hitbtc.id, hitbtc_markets)
2054
- print(bitmex.id, bitmex.load_markets())
2055
- print(huobipro.id, huobipro.load_markets())
2056
-
2057
- print(hitbtc.fetch_order_book(hitbtc.symbols[0]))
2058
- print(bitmex.fetch_ticker('BTC/USD'))
2059
- print(huobipro.fetch_trades('LTC/USDT'))
2060
-
2061
- print(exmo.fetch_balance())
2062
-
2063
- # sell one ฿ for market price and receive $ right now
2064
- print(exmo.id, exmo.create_market_sell_order('BTC/USD', 1))
2065
-
2066
- # limit buy BTC/EUR, you pay €2500 and receive ฿1 when the order is closed
2067
- print(exmo.id, exmo.create_limit_buy_order('BTC/EUR', 1, 2500.00))
2068
-
2069
- # pass/redefine custom exchange-specific order params: type, amount, price, flags, etc...
2070
- kraken.create_market_buy_order('BTC/USD', 1, {'validate': true})
2071
-
2072
- PHP
2073
- ^^^
2074
-
2075
- .. code-block:: PHP
2076
-
2077
- include 'ccxt.php';
2078
-
2079
- $poloniex = new \ccxt\poloniex ();
2080
- $bittrex = new \ccxt\bittrex (array ('verbose' => true));
2081
- $quoinex = new \ccxt\quoinex ();
2082
- $zaif = new \ccxt\zaif (array (
2083
- 'apiKey' => 'YOUR_PUBLIC_API_KEY',
2084
- 'secret' => 'YOUR_SECRET_PRIVATE_KEY',
2085
- ));
2086
- $hitbtc = new \ccxt\hitbtc (array (
2087
- 'apiKey' => 'YOUR_PUBLIC_API_KEY',
2088
- 'secret' => 'YOUR_SECRET_PRIVATE_KEY',
2089
- ));
2090
-
2091
- $exchange_id = 'binance';
2092
- $exchange_class = "\\ccxt\\$exchange_id";
2093
- $exchange = new $exchange_class (array (
2094
- 'apiKey' => 'YOUR_API_KEY',
2095
- 'secret' => 'YOUR_SECRET',
2096
- ));
2097
-
2098
- $poloniex_markets = $poloniex->load_markets ();
2099
-
2100
- var_dump ($poloniex_markets);
2101
- var_dump ($bittrex->load_markets ());
2102
- var_dump ($quoinex->load_markets ());
2103
-
2104
- var_dump ($poloniex->fetch_order_book ($poloniex->symbols[0]));
2105
- var_dump ($bittrex->fetch_trades ('BTC/USD'));
2106
- var_dump ($quoinex->fetch_ticker ('ETH/EUR'));
2107
- var_dump ($zaif->fetch_ticker ('BTC/JPY'));
2108
-
2109
- var_dump ($zaif->fetch_balance ());
2110
-
2111
- // sell 1 BTC/JPY for market price, you pay ¥ and receive ฿ immediately
2112
- var_dump ($zaif->id, $zaif->create_market_sell_order ('BTC/JPY', 1));
2113
-
2114
- // buy BTC/JPY, you receive ฿1 for ¥285000 when the order closes
2115
- var_dump ($zaif->id, $zaif->create_limit_buy_order ('BTC/JPY', 1, 285000));
2116
-
2117
- // set a custom user-defined id to your order
2118
- $hitbtc->create_order ('BTC/USD', 'limit', 'buy', 1, 3000, array ('clientOrderId' => '123'));
2119
-
2120
- Contributing
2121
- ------------
2122
-
2123
- Please read the `CONTRIBUTING <https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md>`__ document before making changes that you would like adopted in the code. Also, read the `Manual <https://docs.ccxt.com/en/latest/manual.html>`__ for more details.
2124
-
2125
- Support Developer Team
2126
- ----------------------
2127
-
2128
- We are investing a significant amount of time into the development of this library. If CCXT made your life easier and you want to help us improve it further, or if you want to speed up development of new features and exchanges, please support us with a tip. We appreciate all contributions!
2129
-
2130
- Sponsors
2131
- ^^^^^^^^
2132
-
2133
- Support this project by becoming a sponsor. Your logo will show up here with a link to your website.
2134
-
2135
- [\ `Become a sponsor <https://opencollective.com/ccxt#sponsor>`__\ ]
2136
-
2137
- :raw-html-m2r:`<a href="https://opencollective.com/ccxt/tiers/sponsor/0/website" target="_blank"><img src="https://opencollective.com/ccxt/tiers/sponsor/0/avatar.svg"></a>`
2138
- :raw-html-m2r:`<a href="https://opencollective.com/ccxt/tiers/sponsor/1/website" target="_blank"><img src="https://opencollective.com/ccxt/tiers/sponsor/1/avatar.svg"></a>`
2139
- :raw-html-m2r:`<a href="https://opencollective.com/ccxt/tiers/sponsor/2/website" target="_blank"><img src="https://opencollective.com/ccxt/tiers/sponsor/2/avatar.svg"></a>`
2140
- :raw-html-m2r:`<a href="https://opencollective.com/ccxt/tiers/sponsor/3/website" target="_blank"><img src="https://opencollective.com/ccxt/tiers/sponsor/3/avatar.svg"></a>`
2141
- :raw-html-m2r:`<a href="https://opencollective.com/ccxt/tiers/sponsor/4/website" target="_blank"><img src="https://opencollective.com/ccxt/tiers/sponsor/4/avatar.svg"></a>`
2142
- :raw-html-m2r:`<a href="https://opencollective.com/ccxt/tiers/sponsor/5/website" target="_blank"><img src="https://opencollective.com/ccxt/tiers/sponsor/5/avatar.svg"></a>`
2143
- :raw-html-m2r:`<a href="https://opencollective.com/ccxt/tiers/sponsor/6/website" target="_blank"><img src="https://opencollective.com/ccxt/tiers/sponsor/6/avatar.svg"></a>`
2144
- :raw-html-m2r:`<a href="https://opencollective.com/ccxt/tiers/sponsor/7/website" target="_blank"><img src="https://opencollective.com/ccxt/tiers/sponsor/7/avatar.svg"></a>`
2145
- :raw-html-m2r:`<a href="https://opencollective.com/ccxt/tiers/sponsor/8/website" target="_blank"><img src="https://opencollective.com/ccxt/tiers/sponsor/8/avatar.svg"></a>`
2146
- :raw-html-m2r:`<a href="https://opencollective.com/ccxt/tiers/sponsor/9/website" target="_blank"><img src="https://opencollective.com/ccxt/tiers/sponsor/9/avatar.svg"></a>`
2147
-
2148
- Supporters
2149
- ^^^^^^^^^^
2150
-
2151
- Support this project by becoming a supporter. Your avatar will show up here with a link to your website.
2152
-
2153
- [\ `Become a supporter <https://opencollective.com/ccxt#supporter>`__\ ]
2154
-
2155
- :raw-html-m2r:`<a href="https://opencollective.com/ccxt/tiers/supporter/0/website" target="_blank"><img src="https://opencollective.com/ccxt/tiers/supporter/0/avatar.svg"></a>`
2156
- :raw-html-m2r:`<a href="https://opencollective.com/ccxt/tiers/supporter/1/website" target="_blank"><img src="https://opencollective.com/ccxt/tiers/supporter/1/avatar.svg"></a>`
2157
- :raw-html-m2r:`<a href="https://opencollective.com/ccxt/tiers/supporter/2/website" target="_blank"><img src="https://opencollective.com/ccxt/tiers/supporter/2/avatar.svg"></a>`
2158
- :raw-html-m2r:`<a href="https://opencollective.com/ccxt/tiers/supporter/3/website" target="_blank"><img src="https://opencollective.com/ccxt/tiers/supporter/3/avatar.svg"></a>`
2159
- :raw-html-m2r:`<a href="https://opencollective.com/ccxt/tiers/supporter/4/website" target="_blank"><img src="https://opencollective.com/ccxt/tiers/supporter/4/avatar.svg"></a>`
2160
- :raw-html-m2r:`<a href="https://opencollective.com/ccxt/tiers/supporter/5/website" target="_blank"><img src="https://opencollective.com/ccxt/tiers/supporter/5/avatar.svg"></a>`
2161
- :raw-html-m2r:`<a href="https://opencollective.com/ccxt/tiers/supporter/6/website" target="_blank"><img src="https://opencollective.com/ccxt/tiers/supporter/6/avatar.svg"></a>`
2162
- :raw-html-m2r:`<a href="https://opencollective.com/ccxt/tiers/supporter/7/website" target="_blank"><img src="https://opencollective.com/ccxt/tiers/supporter/7/avatar.svg"></a>`
2163
- :raw-html-m2r:`<a href="https://opencollective.com/ccxt/tiers/supporter/8/website" target="_blank"><img src="https://opencollective.com/ccxt/tiers/supporter/8/avatar.svg"></a>`
2164
- :raw-html-m2r:`<a href="https://opencollective.com/ccxt/tiers/supporter/9/website" target="_blank"><img src="https://opencollective.com/ccxt/tiers/supporter/9/avatar.svg"></a>`
2165
-
2166
- Backers
2167
- ^^^^^^^
2168
-
2169
- Thank you to all our backers! [\ `Become a backer <https://opencollective.com/ccxt#backer>`__\ ]
2170
-
2171
- :raw-html-m2r:`<a href="https://opencollective.com/ccxt#backers" target="_blank"><img src="https://opencollective.com/ccxt/tiers/backer.svg?width=890"></a>`
2172
-
2173
- Thank you!
2174
-
2175
- Social
2176
- ------
2177
-
2178
-
2179
- * `Follow us on Twitter <https://twitter.com/ccxt_official>`__
2180
- * `Read our blog on Medium <https://medium.com/@ccxt>`__
2181
- * .. image:: https://img.shields.io/discord/690203284119617602?logo=discord&logoColor=white
2182
- :target: https://discord.gg/dhzSKYU
2183
- :alt: Discord
2184
-
2185
- * `CCXT Channel on Telegram <https://t.me/ccxt_announcements>`__ (important announcements)
2186
- * `CCXT Chat on Telegram <https://t.me/ccxt_chat>`__ (technical support)
2187
-
2188
- Contact Us
2189
- ----------
2190
-
2191
- For business inquiries: info@ccxt.trade