ArbitrageBot
Arbitrage bot that currently works on bittrex & poloniex
시스템 구조
저장소별 전략/실행 조건 확인 필요
거래소 API 기반 자동 주문 실행
에디터 요약저장소 설명과 공개 메타데이터 기준으로 암호화폐 거래 봇, 거래소 API/프레임워크, 차익거래 성격의 프로젝트로 파악했습니다. 확인 근거는 README, 저장소 토픽, 저장소 설명, GitHub 지표, 파이프라인 필드이며, 주요 데이터는 암호화폐 거래소 시장 데이터, 가격/거래량 데이터입니다. 전략/실행 조건은 저장소별 문서와 코드 확인이 필요하며, 실행 방식은 "거래소 API 기반 자동 주문 실행"라고 보수적으로 기록했습니다. GitHub 지표는 별 176개, 포크 58개입니다.
| 저장소 | BatuhanUsluel/ArbitrageBot |
|---|---|
| 제작자 | BatuhanUsluel |
| 스타 / 포크 | ★ 176 / 58 |
| 라이선스 | MIT |
| 최근 업데이트 | 2017-09-10 |
| 스냅샷 시점 | 2026-07-08 (아래 README는 이 시점의 사본입니다) |
아래는 제3자가 작성·공개한 오픈소스 코드입니다. QuantField는 해당 코드의 동작과 안전성을 보증하지 않으며, 설치·실행 전 코드를 직접 검토하시기 바랍니다.
README
ArbitrageBot

Coded for python2.7+
usage: arbbot.py [-h] [-s SYMBOL] [-b BASESYMBOL] [-r RATE] [-i INTERVAL]
[-l LOGFILE] [-d] [-v]
Poloniex/Bittrex Arbitrage Bot
optional arguments:
-h, --help show this help message and exit
-s SYMBOL, --symbol SYMBOL
symbol of your target coin [default: XMR]
-b BASESYMBOL, --basesymbol BASESYMBOL
symbol of your base coin [default: BTC]
-r RATE, --rate RATE minimum price difference, 1.01 is 1 percent price
difference (exchanges charge .05 percent fee)
[default: 1.01]
-i INTERVAL, --interval INTERVAL
seconds to sleep between loops [default: 1]
-l LOGFILE, --logfile LOGFILE
file to output log data to [default: arbbot.log]
-d, --dryrun simulates without trading (API keys not required)
-v, --verbose enables extra console messages (for debugging)
When finished the bot will check both markets for their bids and asks. If the bittrex bid is higher than the poloniex ask, it will buy from the ask on poloniex, and sell to the bid on bittrex to make a % of profit. Same goes for the opposite. The bot will also have to check the order sizes.