spot

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetAssetsLiteData added in v0.0.7

type GetAssetsLiteData struct {
	CoinId    int    `json:"coinId"`
	CoinName  string `json:"coinName"`
	Available string `json:"available"`
	Frozen    string `json:"frozen"`
	Lock      string `json:"lock"`
	UTime     string `json:"uTime"`
}

type GetAssetsLiteParam added in v0.0.7

type GetAssetsLiteParam struct {
	// contains filtered or unexported fields
}

type GetAssetsLiteResponse added in v0.0.7

type GetAssetsLiteResponse struct {
	common.CommonResponse
	Data []GetAssetsLiteData `json:"data"`
}

type SpotAccountService added in v0.0.7

type SpotAccountService struct {
	Client domain.RestClient
}

func NewSpotAccountService added in v0.0.7

func NewSpotAccountService(c domain.RestClient) *SpotAccountService

func (*SpotAccountService) GetAssetsLite added in v0.0.7

Jump to

Keyboard shortcuts

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