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

https://github.com/alessandrokonrad/bitview

A crypto portfolio written in Flutter. It supports Binance, Bittrex, HitBTC, Coinbase, Coinbase Pro and Mercatox
https://github.com/alessandrokonrad/bitview

android api app binance binance-api bitcoin bittrex coinbase coinbasepro coinbasepro-api cryptocurrency dart exchange flutter hitbtc hmac-sha256 hmac-sha512 mercatox portfolio wallet

Last synced: 11 months ago
JSON representation

A crypto portfolio written in Flutter. It supports Binance, Bittrex, HitBTC, Coinbase, Coinbase Pro and Mercatox

Awesome Lists containing this project

README

          

Get it on Google Play

# BitView

![ic_app](https://user-images.githubusercontent.com/35738310/56090106-c0db8880-5e9d-11e9-8993-9a49208c5347.png)

A Flutter project. I built a crypto portfolio with a very simple kept overview of your balances and the total value.
You can add the balances of your exchanges via the API of Binance, Bittrex, HitBTC, Coinbase or Coinbase Pro.

## Overview
When you are just interested how I connect the exchanges, then go to 'lib/utility/fetch_exchange_data.dart'

| | | |
| :---------: | :------------------: | :----------------------: |
| ![Balance](https://user-images.githubusercontent.com/35738310/56091858-7addef00-5eb4-11e9-8315-25f0635a320e.png) | ![Main Page](https://user-images.githubusercontent.com/35738310/56091829-220e5680-5eb4-11e9-9c5c-bc4b435dffc6.png) | ![Exchanges](https://user-images.githubusercontent.com/35738310/56091861-829d9380-5eb4-11e9-84e2-b1cae9c0db6d.png) |

## Things to do

- [x] API support
- [x] fix bugs for public build
- [x] add fiat value to specific coin
- [ ] add more exchanges(HitBTC recenetly added)
- [ ] manually add exchanges/coins
- [x] different currency support (EUR, USD, GBP)
- [x] maybe improve loading speed