Skip to content
This repository was archived by the owner on Aug 12, 2023. It is now read-only.

Commit 493dea0

Browse files
committed
Add trade volume to apps endpoint
1 parent 450bf8e commit 493dea0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/apps/get-apps-with-stats-for-dates.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ const getAppsWithStatsForDates = async (dateFrom, dateTo, options) => {
389389
),
390390
total: getPercentageChange(prevTradeCountTotal, tradeCount.total),
391391
},
392+
tradeVolume,
392393
tradeVolumeChange: {
393394
relayed: getPercentageChange(
394395
prevTradeVolumeRelayed,

0 commit comments

Comments
 (0)