Documentation
¶
Index ¶
Constants ¶
View Source
const (
Endpoint = "https://api.bittrex.com/v3/"
)
Variables ¶
This section is empty.
Functions ¶
func UnmarshalResponse ¶
Types ¶
type Summary ¶
type Summary struct {
Symbol string `json:"symbol"`
UpdatedAt time.Time `json:"updatedAt"`
High decimal.Decimal `json:"high"`
Low decimal.Decimal `json:"low"`
Volume decimal.Decimal `json:"volume"`
QuoteVolume decimal.Decimal `json:"quoteVolume"`
PercentChange decimal.Decimal `json:"percentChange"`
}
Click to show internal directories.
Click to hide internal directories.