funding

package
v1.0.51 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AssetBillsDetails

type AssetBillsDetails struct {
	Type   okex.BillType `json:"type,string,omitempty"`
	After  int64         `json:"after,string,omitempty"`
	Before int64         `json:"before,string,omitempty"`
	Limit  int64         `json:"limit,string,omitempty"`
}

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 GetDepositHistory 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.DepositState `json:"state,omitempty,string"`
}

type GetPiggyBankBalance

type GetPiggyBankBalance struct {
	Ccy string `json:"ccy,omitempty"`
}

type GetWithdrawalHistory

type GetWithdrawalHistory 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 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

type Withdrawal struct {
	Ccy    string                     `json:"ccy"`
	Chain  string                     `json:"chain,omitempty"`
	ToAddr string                     `json:"toAddr"`
	Pwd    string                     `json:"pwd"`
	Amt    float64                    `json:"amt,string"`
	Fee    float64                    `json:"fee,string"`
	Dest   okex.WithdrawalDestination `json:"dest,string"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL