package entity type Ticker24h struct { Symbol string `json:"symbol"` LastPrice string `json:"lastPrice"` PriceChange string `json:"priceChange"` PriceChangePercent string `json:"priceChangePercent"` HighPrice string `json:"highPrice"` LowPrice string `json:"lowPrice"` Volume string `json:"volume"` QuoteVolume string `json:"quoteVolume"` OpenTime int64 `json:"openTime"` CloseTime int64 `json:"closeTime"` }