stayradiated / volatile

A service for automating cryptocurrency trading.
https://volatile.co.nz
2 stars 4 forks source link

Display available balance in app #32

Closed stayradiated closed 2 years ago

stayradiated commented 2 years ago

We will need to start tracking "available balance" before we can do this.

stayradiated commented 2 years ago

We are now tracking available and total balance over time in the balance table.

Next step is to display this in the app.

stayradiated commented 2 years ago

I've added a view for balance_latest to Hasura, so we can query the current balance for each user.

stayradiated commented 2 years ago

This is now possible on the /exchanges/ route. I've also added currency conversion to show estimated price in $NZD.