Documentation
¶
Index ¶
Constants ¶
View Source
const (
APIPath string = "/v1/me/getbalance"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Asset ¶
type Asset struct { CurrencyCode types.CurrencyCode `json:"currency_code"` Amount float64 `json:"amount"` Available float64 `json:"available"` }