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