funding

package
v1.0.34-alpha Latest Latest
Warning

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

Go to latest
Published: Mar 4, 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 {
	Code  string         `json:"code"`
	Msg   string         `json:"msg,omitempty"`
	Bills []*models.Bill `json:"data"`
}

type Data

type Data struct {
	TotalBal string  `json:"totalBal"`
	Ts       string  `json:"ts"`
	Details  Details `json:"details"`
}

type Details

type Details struct {
	Funding string `json:"funding"`
	Trading string `json:"trading"`
	Classic string `json:"classic"`
	Earn    string `json:"earn"`
}

type FundsTransfer

type FundsTransfer struct {
	Code      string             `json:"code"`
	Msg       string             `json:"msg,omitempty"`
	Transfers []*models.Transfer `json:"data"`
}

type GetAssetValuation

type GetAssetValuation struct {
	Code           string                  `json:"code"`
	Msg            string                  `json:"msg,omitempty"`
	AssetValuation []models.AssetValuation `json:"data"`
}

type GetBalance

type GetBalance struct {
	Code     string            `json:"code"`
	Msg      string            `json:"msg,omitempty"`
	Balances []*models.Balance `json:"data"`
}

type GetCurrencies

type GetCurrencies struct {
	Code       string             `json:"code"`
	Msg        string             `json:"msg,omitempty"`
	Currencies []*models.Currency `json:"data"`
}

type GetDepositAddress

type GetDepositAddress struct {
	Code             string                   `json:"code"`
	Msg              string                   `json:"msg,omitempty"`
	DepositAddresses []*models.DepositAddress `json:"data"`
}

type GetDepositHistory

type GetDepositHistory struct {
	Code             string                   `json:"code"`
	Msg              string                   `json:"msg,omitempty"`
	DepositHistories []*models.DepositHistory `json:"data"`
}

type GetPiggyBankBalance

type GetPiggyBankBalance struct {
	Code     string                     `json:"code"`
	Msg      string                     `json:"msg,omitempty"`
	Balances []*models.PiggyBankBalance `json:"data"`
}

type GetWithdrawalHistory

type GetWithdrawalHistory struct {
	Code                string                      `json:"code"`
	Msg                 string                      `json:"msg,omitempty"`
	WithdrawalHistories []*models.WithdrawalHistory `json:"data"`
}

type PiggyBankPurchaseRedemption

type PiggyBankPurchaseRedemption struct {
	Code       string              `json:"code"`
	Msg        string              `json:"msg,omitempty"`
	PiggyBanks []*models.PiggyBank `json:"data"`
}

type Withdrawal

type Withdrawal struct {
	Code        string               `json:"code"`
	Msg         string               `json:"msg,omitempty"`
	Withdrawals []*models.Withdrawal `json:"data"`
}

Jump to

Keyboard shortcuts

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