Documentation
¶
Index ¶
Constants ¶
View Source
const (
APIPath string = "/v1/me/getcollateralaccounts"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { CurrencyCode types.CurrencyCode `json:"currency_code"` Amount float64 `json:"amount"` }
Click to show internal directories.
Click to hide internal directories.