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.
- Host: GitHub
- URL: https://github.com/ebyrds/arbitrage
- Owner: EByrdS
- License: mit
- Created: 2023-05-25T11:56:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T11:58:09.000Z (about 3 years ago)
- Last Synced: 2025-02-03T14:33:06.630Z (over 1 year ago)
- Language: Go
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`