bancorprotocol / webapp-v2

https://beta.bancor.network
MIT License
1 stars 2 forks source link

stats information - replace volume with fees #511

Closed ashachaf closed 2 years ago

ashachaf commented 2 years ago

currently, we show 24h volume in the stats image

updated: replace it with 24h fees title: Fees (24) value: in the welcome api: total_fees_24h 24h change:

example: total_fees_24h = 50000 total_fees_24h_ago = 40000 change: 50000/40000-1 = 25%

example2: total_fees_24h = 30000 total_fees_24h_ago = 45000 change: 30000/45000-1 = -25%