storj / storjscan

GNU Affero General Public License v3.0
6 stars 2 forks source link

Get lifetime total deposits in USD api endpoint #10

Closed jenlij closed 2 years ago

jenlij commented 2 years ago

For each deposit address, we want to see total amount of lifetime deposits.

jenlij commented 2 years ago

For a given payment account, return lifetime total USD deposits for transactions with greater than x confirmations.

shaupt131 commented 2 years ago

Blocked by:

jenlij commented 2 years ago

We want to be able to quickly display the users total deposits/claims/balance on the satellite dashboard. Whether that is done via API call to storjscan for total deposits, or by keeping track in the satellitedb https://github.com/storj/storjscan/issues/29 is up to the team.

shaupt131 commented 2 years ago

For right now we will query Storjscan for the total balance, but at some point we will start to store these transaction details in the satellite. Closing this ticket and we will create a more appropriate ticket once we better understand.