feat: Add param for change24Hour to get 24 hours change value for a token from cryptocompare (#2817)

This commit is contained in:
Khushboo-dev-cpp 2022-08-30 10:21:01 +02:00 committed by GitHub
parent 655a406b0c
commit 6376ad6e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ type MarketCoinValues struct {
CHANGEPCTHOUR string `json:"CHANGEPCTHOUR"`
CHANGEPCTDAY string `json:"CHANGEPCTDAY"`
CHANGEPCT24HOUR string `json:"CHANGEPCT24HOUR"`
CHANGE24HOUR string `json:"CHANGE24HOUR"`
}
type CoinsContainer struct {