Popularity
6.1
Declining
Activity
0.0
Stable
12
3
5

Monthly Downloads: 6
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Haskell    

haskell-bitmex-client alternatives and similar packages

Based on the "haskell" category.
Alternatively, view haskell-bitmex-client alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of haskell-bitmex-client or a related project?

Add another 'haskell' Package

README

haskell-bitmex

An unofficial Haskell API for the BitMEX cryptocurrency exchange. Contributions are more than welcome!

Building

Just run cabal new-build all from the project root. This will build the auto-generated REST API and the client which contains some convenience functions and the WebSocket API.

Remarks

The API is unpolished so there is plenty of room for improvements. Regardless, it was in use for 3 months during the development of an automated bot that was trading real money on the exchange, if that counts for anything. Check out the issues to get a better idea of the things that require improvements.