-
CCTX 是一個 開源的關於數字貨幣交易的庫
-
github 位置:
https://github.com/ccxt/ccxt -
CCTX python 版本的安裝
先安裝python 3
然后以管理員的權限執行
pip install ccxt
-
安裝完畢之后, 運行如下代碼
# coding=utf-8
import ccxt
print("chenfuli")
print(ccxt.exchanges)
-
會有如下顯示

-
詳情,請參考:
