Alessandro Sanino
Alessandro Sanino
It is a nice to have to provide a wiki with academic definitions (as described in #10) and provide some examples of usage (with code and expected results)
The bot should be able to know order status (eg. if an order is still open or is closed)
https://www.bitmex.com/api/explorer/ Go Wrappers : - https://github.com/BitMEX/api-connectors/tree/master/auto-generated/go - https://github.com/qct/bitmex-go - https://github.com/santacruz123/bitmex-go
It should be possible to attach a logger to the bot
this would be supported only on websocket mode, since polling would bring 429 error almost immediatly (assuming cap = 60 req/min, which is what most exchanges have as rate limit)
Go Wrapper https://github.com/jsgoyette/gemini API Definition https://docs.gemini.com/rest-api/
## Description It would be super cool if docker images are built supporting also arm64 architecture ## Background I have a raspberry pi and I would love to run docker...