Skip to content

Commit 6376ad6

Browse files
feat: Add param for change24Hour to get 24 hours change value for a token from cryptocompare (status-im#2817)
1 parent 655a406 commit 6376ad6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/wallet/cryptocompare.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ type MarketCoinValues struct {
2929
CHANGEPCTHOUR string `json:"CHANGEPCTHOUR"`
3030
CHANGEPCTDAY string `json:"CHANGEPCTDAY"`
3131
CHANGEPCT24HOUR string `json:"CHANGEPCT24HOUR"`
32+
CHANGE24HOUR string `json:"CHANGE24HOUR"`
3233
}
3334

3435
type CoinsContainer struct {

0 commit comments

Comments
 (0)