An automated bot that buys, sells and trades cryptocurrencies on multiple marketplaces concurrently using multithreading, apis, and websockets. The base trading strategy this application will use is Arbitrage. The program will get the cheapest version of a cryptocurrency on all marketplaces defined within the application (currently Binance & Coinbase) and sell the asset on the marketplace which it sells for more on.
Stars
12
Forks
4
Watchers
12
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
102
commits
3
commits
Receiving an unaturoized for ftx, but should getit fixed soon.
2684af8View on GitHubFixed timestamp issue, will now have to fix invalid signature.
e7b05c7View on GitHubCorrected signing and authentication for coinbase pro, by all means please opy the sign it took me ages to figure out!
f8b8a85View on GitHubWorking on sending a buy order, but need to be authorize client.
cf45608View on GitHubTweaking http calls from coinbase service, all unit tests are passing.
f6cedfaView on GitHubCan get a product from coinbase pro now, took me a while, but got there in the end, will get a collection of assets from the exchange soon and will be making singed post calls for orders next week.
93325c3View on GitHubGoing to reconfigure the http calls i'm making for signed calls, just hit a little speed bump, will bring a hot fix in by the end of this week.
f5c1388View on GitHubSending a http request to coinbase pro to then create a DTO in the system.
686c639View on GitHubAdded a spec & unit test class for coinbase pro for me to begin development for the coinbase pro exchange.
3ac67c5View on GitHubSuccessfully made a public call for Coinbase Pro, will be testing the signed calls very soon.
738828fView on GitHubGetting exchange authentication before calling HttpClient.
6658d8dView on GitHub