Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateAPIKey ¶
type DeleteAPIKey ¶
type GetBalance ¶
type GetBalance struct {
SubAcct string `json:"subAcct"`
}
type HistoryTransfer ¶
type ManageTransfers ¶
type ManageTransfers struct {
Ccy string `json:"ccy"`
FromSubAccount string `json:"fromSubAccount"`
ToSubAccount string `json:"tiSubAccount"`
Amt float64 `json:"amt,string"`
From okex.AccountType `json:"from,string"`
To okex.AccountType `json:"to,string"`
}
type QueryAPIKey ¶
Click to show internal directories.
Click to hide internal directories.