This was the 1st place winning submission for the Kraken Data Arbitrage Profitability challenge at the 2019 WyoHackathon. It enables cryptocurrency traders to make more informed trades by analyzing arbitrage values via cryptowat.ch API trade values for all currencies across several markets including transactions fees.
Generate your API key on Cryptowat.ch and insert the keys into the respective fields on lines 77 and 78 of 'index.js'
Kraken Arbitrage Profitability challenge at WyoHackathon
This program analyzes cryptocurrency trade values across multiple markets and compares them with other exchanges to locate ideal arbitrage opportunities for traders.
Using node.js in concert with cryptowat.ch APIs (WebSocket and REST), we were able to scrape real-time cryptocurrency values, compare them across markets, and come up with arbitrage values.
Cryptowat.ch API's, node.js, and crypto-trading mechanics.
marketwat.ch APIs (Websocket & REST) and node.js
repl.it: https://repl.it/@tbenne10/Kraken