Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssetBillsDetails ¶
type FundsTransfer ¶
type FundsTransfer struct { Ccy string `json:"ccy"` Amt float64 `json:"amt,string"` SubAcct string `json:"subAcct,omitempty"` InstID string `json:"instID,omitempty"` ToInstID string `json:"instId,omitempty"` Type okex.TransferType `json:"type,omitempty,string"` From okex.AccountType `json:"from,string"` To okex.AccountType `json:"to,string"` }
type GetBalance ¶
type GetBalance struct {
Ccy []string `json:"ccy,omitempty"`
}
type GetDepositAddress ¶
type GetDepositAddress struct {
Ccy string `json:"ccy"`
}
type GetDepositHistory ¶
type GetPiggyBankBalance ¶
type GetPiggyBankBalance struct {
Ccy string `json:"ccy,omitempty"`
}
type GetWithdrawalHistory ¶
type PiggyBankPurchaseRedemption ¶
type PiggyBankPurchaseRedemption struct { Ccy string `json:"ccy,omitempty"` TxID string `json:"txId,omitempty"` After int64 `json:"after,omitempty,string"` Before int64 `json:"before,omitempty,string"` Limit int64 `json:"limit,omitempty,string"` State okex.WithdrawalState `json:"state,omitempty,string"` }
type Withdrawal ¶
Click to show internal directories.
Click to hide internal directories.