markokeeffe/arb
Composer 安装命令:
composer require markokeeffe/arb
包简介
Monitor Australian crypto markets for arbitrage opportunities.
README 文档
README
Connect to Coinbase and BTC Markets to calculate how much money you could make buying from one and selling on the other.
Installation
- Composer install:
$ composer install - Copy
/.env.exampleto/.env. - Get a Coinbase API key and secret, requires
wallet:payment-methods:readandwallet:payment-methods:limitspermissions. - Put the values in the
/.envfile. - Get a BTC Markets API key and secret.
- Put the values in the `/.env
- Make the script executable
$ chmod +x arb.php
Usage
$ ./arb.php
Example output:
Getting Coinbase Limits...
Coinbase Buy Limit: $55.00
Coinbase Buy Amount after Fee: $52.8055
Getting Coinbase BTC price...
Getting Coinbase ETH price...
BTC: $18681.37
ETH: $599.06
Getting BTCMarkets BTC price...
Getting BTCMarkets ETH price...
BTC: $21090.47
ETH: $648.01
Calculating variances...
BTC: 12.8957351629%
ETH: 8.17113477782%
Can Buy BTC: 0.002826639588
Can Buy ETH: 0.088147264047
Expected BTC Profit: $7.6878128193
Expected ETH Profit: $4.66737739918
Run as a daemon
$ ./arb.php daemon
Runs the script as a daemon, checking every 10 minutes.
统计信息
- 总下载量: 54
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-12-13