Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CandleMarket ¶
type CandleMarket struct {
responses.Basic
Candles []*market.IndexCandle `json:"data,omitempty"`
}
type IndexCandle ¶
type IndexCandle struct {
responses.Basic
Candles []*market.IndexCandle `json:"data,omitempty"`
}
type IndexComponent ¶
type IndexComponent struct {
responses.Basic
IndexComponents *market.IndexComponent `json:"data,omitempty"`
}
type IndexTicker ¶
type IndexTicker struct {
responses.Basic
IndexTickers []*market.IndexTicker `json:"data,omitempty"`
}
type TotalVolume24H ¶
type TotalVolume24H struct {
responses.Basic
TotalVolume24Hs []*market.TotalVolume24H `json:"data,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.