Automatic trading crypto bot
see: https://www.bitstamp.net/api/
- Node
- env: BITSTAMP_API_KEY, BITSTAMP_API_SECRET
-
install dependencies
npm i
-
setup bitstamp or kraken api key and secret in
.env
fileBITSTAMP_API_KEY='KEY' BITSTAMP_API_SECRET='SECRET' # or KRAKEN_API_KEY='KEY' KRAKEN_API_SECRET='SECRET'
-
execute script
cli/trade -s -a kraken -c xlmeur xrpeur
- [] support transactions and profit per transaction
- [] test sell & buy api calls using nock
- [] add buy & sell e2e flow with mock data