mirror of
https://github.com/status-im/status-go.git
synced 2025-02-18 01:37:22 +00:00
feat: Add param for change24Hour to get 24 hours change value for a token from cryptocompare (#2817)
This commit is contained in:
parent
655a406b0c
commit
6376ad6e2d
@ -29,6 +29,7 @@ type MarketCoinValues struct {
|
|||||||
CHANGEPCTHOUR string `json:"CHANGEPCTHOUR"`
|
CHANGEPCTHOUR string `json:"CHANGEPCTHOUR"`
|
||||||
CHANGEPCTDAY string `json:"CHANGEPCTDAY"`
|
CHANGEPCTDAY string `json:"CHANGEPCTDAY"`
|
||||||
CHANGEPCT24HOUR string `json:"CHANGEPCT24HOUR"`
|
CHANGEPCT24HOUR string `json:"CHANGEPCT24HOUR"`
|
||||||
|
CHANGE24HOUR string `json:"CHANGE24HOUR"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type CoinsContainer struct {
|
type CoinsContainer struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user