Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block ¶
type Candle ¶
type LastCandle ¶ added in v1.6.14
type LastCandle struct { BaseFlipped *Candle `json:"base_flipped"` BaseNotFlipped *Candle `json:"base_not_flipped"` USDFlipped *Candle `json:"usd_flipped"` USDNotFlipped *Candle `json:"usd_not_flipped"` LastUpdate int64 `json:"last_update"` IntervalTime int64 `json:"interval_time"` Volume *Volume `json:"volume"` }
type Trade ¶
Click to show internal directories.
Click to hide internal directories.