Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miasanromen/hitclients

App for crypto currency trading - REST connector to HitBTC exchange API
https://github.com/miasanromen/hitclients

cryptocurrency rest-api trading

Last synced: about 2 months ago
JSON representation

App for crypto currency trading - REST connector to HitBTC exchange API

Awesome Lists containing this project

README

        

# HitClients - app for crypto currency trading.

In development used and created:
```
- Solution contains two projects (one takes data from API, second works with it)
- App works with API of https://hitbtc.com/
- Settings loads from JSON fyle
- App has the special design (contains DockContent)
- It displays list of all availiable cryptocurrency
- List updates every second, to show in color if currency cost up (green) or down (red)
- After user selects currency app shows the step chart (candles). Chart shows last cost changes.
- After the authentication user can create orders for trading
- Orders can be 2 types: single(market) or continious (limit)
- When app work is finished, it saves its settings to JSON fyle, login and password alco can be saved
```

- Done in 2018