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