funding

package
v1.0.26 Latest Latest
Warning

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

Go to latest
Published: May 7, 2024 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   okx.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     okx.TransferType `json:"type,omitempty,string"`
	From     okx.AccountType  `json:"from,string"`
	To       okx.AccountType  `json:"to,string"`
}

type FundsTransferState

type FundsTransferState struct {
	TransID  string           `json:"transId"`
	ClientID string           `json:"clientId"`
	Type     okx.TransferType `json:"type,omitempty,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  okx.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  okx.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  okx.WithdrawalState `json:"state,omitempty,string"`
}

type SmallAssetConvert

type SmallAssetConvert struct {
	Ccy []string `json:"ccy"`
}

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   okx.WithdrawalDestination `json:"dest,string"`
}

Jump to

Keyboard shortcuts

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