CCXT
- 거의 모든 암호 화폐 거래소( 100여개 ) 통신가능 API.
Features
- support for many cryptocurrency exchanges. 현재 122개 거래소. bybit, binance, bitmex 도 지원됨.
- fully implemented public and private APIs
- optional normalized data for cross-exchange analytics and arbitrage
- an out of the box unified API that is extremely easy to integrate
- works in Node 7.6+, Python 3, PHP 5.4+, and web browsers
주의 : CCXT 무료버전은 WebSocket 기반 실시간 시세 수신은 지원 안되며 CCXT Pro 에서 유료 라이센스 구매해야 WebSocket 기반 실시간 시세 데이터 수신가능.
CCXT Pro 설치 설명글 : https://github.com/ccxt/ccxt/wiki/ccxt.pro.install
유료 라이센스 가격 : https://ccxt.pro/pricing
2024.02.21.
라이센스 정책 변경되어 웹소켓 기능도 무료버전에서 지원됨.
from : https://github.com/ccxt/ccxt/issues/15171
CCXT GitHub
ccxt/ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 120 bitcoin/altcoin exchanges - ccxt/ccxt
github.com
파이썬 지원
https://github.com/ccxt/ccxt/tree/master/python
ccxt/ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 120 bitcoin/altcoin exchanges - ccxt/ccxt
github.com
CCXT Manual
Exchanges — ccxt 1.56.82 documentation
Some exchanges provide additional endpoints for fetching the all-in-one ledger history. The ledger is simply the history of changes, actions done by the user or operations that altered the user’s balance in any way, that is, the history of movements of a
ccxt.readthedocs.io
Python 에서 CCXT 설치
설치구문 : pip install ccxt
첫설치후 즉시 확인 코드 . 아래 구문의 ccxt.exchanges 는 지원되는 모든 거래소 리스팅 해준다.
import ccxt
print(ccxt.exchanges) # print a list of all available exchange classes
위 구문 실행시 결과 화면 2021년 9월 8일 시점.
- ccxt 로 통신가능한 거래소 리스트가 보이며, bybit 도 보이고 upbit 도 있음.
CCXT 활용예
- 캔들 과거 데이터 확보 .
첫 등록 : 2020.09.11
최종 수정 : 2024.02.21
단축 주소 : https://igotit.tistory.com/2577
'트레이딩 > 암호화폐' 카테고리의 다른 글
BitForex. 암호화폐. 메타트레이더 5 지원 (10) | 2020.10.21 |
---|---|
암호화폐. 투자대회.상금 3천만원. 리플. 바이빗. 2020년 10월 19일 ~ 3주간. (0) | 2020.10.11 |
암호화폐. 투자대회.상금 3.5억원. 바이빗. 2020년 8월 10일~8월31일. (0) | 2020.08.09 |
암호화폐. 투자대회. 상금 5천만원. 바이빗. 2020년 7월 13일~7월24일. (0) | 2020.07.06 |
암호화폐. 투자대회. 상금 1억원. 바이빗. 2020년 5월 18일~6월1일. (0) | 2020.05.09 |
댓글