account

package
v1.0.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BillsReq

type BillsReq struct {
	/**
	 * Currency ID
	 */
	CoinId string `json:"coinId"`
	/**
	 * Group Type
	 */
	GroupType string `json:"groupType"`
	/**
	 * Business Type
	 */
	BizType string `json:"bizType"`
	/**
	 * Pass in billId to query previous data
	 */
	After string `json:"after"`
	/**
	 * Pass in billId to check the subsequent data
	 */
	Before string `json:"before"`
	/**
	 * Default 100, maximum 500
	 */
	Limit string `json:"limit"`
}

*

  • @Author: bitget-sdk-team
  • @Date: 2022-09-30 10:46
  • @DES: spot bill request

Jump to

Keyboard shortcuts

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