An open API service indexing awesome lists of open source software.

https://github.com/ebyrds/arbitrage

Multi-product, multi-exchange crypto arbitrage in Go.
https://github.com/ebyrds/arbitrage

Last synced: 11 months ago
JSON representation

Multi-product, multi-exchange crypto arbitrage in Go.

Awesome Lists containing this project

README

          

Created by Emmanuel Byrd.

Run tests with `go test ./...`
Run a simple arbitrage system listening on two market pairs, for
Binance and FTX with `go run .`

Performing actual operations requires having API keys and secrets for
the given Binance and FTX accounts stored as:
* `FTX_API_KEY`
* `FTX_API_SECRET`
* `BINANCE_API_KEY`
* `BINANCE_API_SECRET`