package
0.0.0-20250123082229-28fe17da2ab0
Repository: https://github.com/edgex-tech/edgex-golang-sdk.git
Documentation: pkg.go.dev

# README

Go API client for openapi

Contains interface documents such as accounts, assets, transactions, etc.

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: v1.0.0
  • Package version: 1.0.0
  • Generator version: 7.10.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import openapi "github.com/GIT_USER_ID/GIT_REPO_ID"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value openapi.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), openapi.ContextServerIndex, 1)

Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value openapi.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), openapi.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using openapi.ContextOperationServerIndices and openapi.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), openapi.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), openapi.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to https://api-docs.edgex.exchange

ClassMethodHTTP requestDescription
DefaultApiCreateApiCredentialGet /api/createApiCredential根据signature派生ApiCredential的验证接口
CMCPublicApiAPIGetContractSpecificationsGet /api/v1/public/cmc/getContractSpecificationsEndpoint B2 (Contract specifications)
CMCPublicApiAPIGetContractsGet /api/v1/public/cmc/getContractsEndpoint B1 (Contracts)
CMCPublicApiAPIGetOrderBookGet /api/v1/public/cmc/getOrderBookEndpoint B3 (Order book)
Class00AppPublicApiAPIGetAppUpdateGet /api/v1/public/app/checkAppUpdate获取APP升级信息
Class00MetaDataPublicApiAPIGetMetaDataGet /api/v1/public/meta/getMetaData获取元信息数据
Class00MetaDataPublicApiAPIGetServerTimeGet /api/v1/public/meta/getServerTime获取服务器时间
Class00StarkExPublicApiAPIReceiveAlternativeTxPost /api/v1/public/starkex/receiveAlternativeTx通知交易拒绝
Class011inchPublicControllerAPIGetAggregateExchangeDataGet /api/v1/public/1inch/getAggregateExchangeData获取币对兑换汇率
Class011inchPublicControllerAPIGetQuotaGet /api/v1/public/1inch/getQuota获取币对兑换汇率
Class01FundingPublicApiAPIGetFundingRatePageGet /api/v1/public/funding/getFundingRatePage根据合约id分页查询资金费率历史
Class01FundingPublicApiAPIGetLatestFundingRateGet /api/v1/public/funding/getLatestFundingRate根据合约id查询最新资金费率
Class01IndexPublicApiAPIForcePushPricePost /api/v1/public/index/forcePushPrice按照某个指定价格作为预言机价格推送(仅测试时使用)
Class01IndexPublicApiAPIGetIndexPriceConfigGet /api/v1/public/index/getIndexPriceConfig根据合约id查询指数价格配置
Class01QuotePublicApiAPIGetAccurateOpenInterestGet /api/v1/public/quote/getAccurateOpenInterest获取精确OpenInterest
Class01QuotePublicApiAPIGetDepthGet /api/v1/public/quote/getDepth查询盘口深度
Class01QuotePublicApiAPIGetExchangeLongShortRatioGet /api/v1/public/quote/getExchangeLongShortRatio获取日交易统计
Class01QuotePublicApiAPIGetKlineGet /api/v1/public/quote/getKline查询K线
Class01QuotePublicApiAPIGetMultiContractKlineGet /api/v1/public/quote/getMultiContractKline查询多合约定量K线
Class01QuotePublicApiAPIGetStatDayTradeGet /api/v1/public/quote/getStatDayTrade获取日交易统计
Class01QuotePublicApiAPIGetTickerGet /api/v1/public/quote/getTicker查询24小时行情
Class01QuotePublicApiAPIGetTicketSummaryGet /api/v1/public/quote/getTicketSummary获取行情汇总
Class02UserPublicApiAPICheckUserExistGet /api/v1/public/user/checkUserExist判断用户是否存在
Class02UserPublicApiAPIGetAppScanSecretGet /api/v1/public/user/getAppScanSecret获取AppScanSecret
Class02UserPublicApiAPIOnboardSitePost /api/v1/public/user/onboardSite用户登录站点
Class02UserPublicApiAPIVerifyEmailPost /api/v1/public/user/verifyEmail验证邮箱
Class03AccountPrivateApiAPIGetAccountAssetGet /api/v1/private/account/getAccountAsset获取账户资产相关数据
Class03AccountPrivateApiAPIGetAccountAssetSnapshotPageGet /api/v1/private/account/getAccountAssetSnapshotPage根据账号id翻页获取历史资产快照
Class03AccountPrivateApiAPIGetAccountByIdGet /api/v1/private/account/getAccountById根据账户id获取账户信息
Class03AccountPrivateApiAPIGetAccountDeleverageLightGet /api/v1/private/account/getAccountDeleverageLight获取账户下所有仓位减仓ADL灯
Class03AccountPrivateApiAPIGetAccountPageGet /api/v1/private/account/getAccountPage根据用户id翻页获取账户信息
Class03AccountPrivateApiAPIGetCollateralByCoinIdGet /api/v1/private/account/getPositionByContractId根据账号id和合约id批量获取仓位
Class03AccountPrivateApiAPIGetCollateralByCoinId1Get /api/v1/private/account/getCollateralByCoinId根据账号id和抵押品coinId批量获取抵押品信息
Class03AccountPrivateApiAPIGetCollateralTransactionByIdGet /api/v1/private/account/getCollateralTransactionById根据账户id和抵押品明细id批量获取成抵押品明细
Class03AccountPrivateApiAPIGetCollateralTransactionPageGet /api/v1/private/account/getCollateralTransactionPage根据账户id翻页获取抵押品明细
Class03AccountPrivateApiAPIGetPositionTermPageGet /api/v1/private/account/getPositionTermPage根据账号id翻页获取持仓term信息
Class03AccountPrivateApiAPIGetPositionTransactionByIdGet /api/v1/private/account/getPositionTransactionById根据账户id和仓位流水id批量获取仓位流水
Class03AccountPrivateApiAPIGetPositionTransactionPageGet /api/v1/private/account/getPositionTransactionPage翻页获取仓位流水
Class03AccountPrivateApiAPIRegisterAccountPost /api/v1/private/account/registerAccount注册账户
Class03AccountPrivateApiAPIUpdateLeverageSettingPost /api/v1/private/account/updateLeverageSetting更新账户交易杠杆设置
Class04OrderPrivateApiAPICancelAllOrderPost /api/v1/private/order/cancelAllOrder取消账户下所有委托单
Class04OrderPrivateApiAPICancelOrderByClientOrderIdPost /api/v1/private/order/cancelOrderByClientOrderId根据clientId取消委托单
Class04OrderPrivateApiAPICancelOrderByIdPost /api/v1/private/order/cancelOrderById根据委托单id取消委托单
Class04OrderPrivateApiAPICreateOrderPost /api/v1/private/order/createOrder创建委托单
Class04OrderPrivateApiAPIGetActiveOrderPageGet /api/v1/private/order/getActiveOrderPage分页获取账户下活动的委托单
Class04OrderPrivateApiAPIGetHistoryOrderByClientOrderIdGet /api/v1/private/order/getHistoryOrderByClientOrderId根据账户id和委托单id批量获取委托单
Class04OrderPrivateApiAPIGetHistoryOrderByIdGet /api/v1/private/order/getHistoryOrderById根据账户id和委托单id批量获取委托单
Class04OrderPrivateApiAPIGetHistoryOrderFillTransactionByIdGet /api/v1/private/order/getHistoryOrderFillTransactionById根据账户id和委托成交明细id批量获取委托成交明细
Class04OrderPrivateApiAPIGetHistoryOrderFillTransactionPageGet /api/v1/private/order/getHistoryOrderFillTransactionPage根据账户id和委托单ids批量获取成交单
Class04OrderPrivateApiAPIGetHistoryOrderPageGet /api/v1/private/order/getHistoryOrderPage根据账户id翻页获取委托单
Class04OrderPrivateApiAPIGetMaxCreateOrderSizePost /api/v1/private/order/getMaxCreateOrderSize获取最大下单数量
Class04OrderPrivateApiAPIGetOrderByClientOrderIdGet /api/v1/private/order/getOrderByClientOrderId根据客户id批量获取委托单
Class04OrderPrivateApiAPIGetOrderByIdGet /api/v1/private/order/getOrderById根据账户id和委托单id批量获取委托单
Class05DepositPrivateApiAPICreateDepositPost /api/v1/private/deposit/createDeposit创建充值单
Class05DepositPrivateApiAPIGetActiveDepositGet /api/v1/private/deposit/getActiveDeposit翻页获取充值单
Class05DepositPrivateApiAPIGetDepositByClientDepositIdGet /api/v1/private/deposit/getDepositByClientDepositId根据账户id和充值单clientId批量获取充值单
Class05DepositPrivateApiAPIGetDepositByIdGet /api/v1/private/deposit/getDepositById根据充值单id批量获取充值单
Class05DepositPrivateApiAPIRequestRelayerSignAndBroadcastPost /api/v1/private/deposit/requestRelayerSignAndBroadcast创建 Relayer 充值单
Class06WithdrawPrivateApiAPICreateWithdrawPost /api/v1/private/withdraw/createWithdraw创建提现单
Class06WithdrawPrivateApiAPIGetActiveWithdrawGet /api/v1/private/withdraw/getActiveWithdraw翻页获取提现单
Class06WithdrawPrivateApiAPIGetWithdrawAvailableAmountGet /api/v1/private/withdraw/getWithdrawAvailableAmount翻页获取提现单
Class06WithdrawPrivateApiAPIGetWithdrawByClientWithdrawIdGet /api/v1/private/withdraw/getWithdrawByClientWithdrawId根据充值单id批量获取提现单
Class06WithdrawPrivateApiAPIGetWithdrawByIdGet /api/v1/private/withdraw/getWithdrawById根据充值单id批量获取提现单
Class07TransferPrivateApiAPICreateTransferOutPost /api/v1/private/transfer/createTransferOut创建委托单
Class07TransferPrivateApiAPIGetActiveTransferInGet /api/v1/private/transfer/getActiveTransferIn翻页获取转入单
Class07TransferPrivateApiAPIGetActiveTransferOutGet /api/v1/private/transfer/getActiveTransferOut翻页获取转出单
Class07TransferPrivateApiAPIGetTransferInByIdGet /api/v1/private/transfer/getTransferInById根据充值单id批量获取转入单
Class07TransferPrivateApiAPIGetTransferOutByIdGet /api/v1/private/transfer/getTransferOutById根据充值单id批量获取转出单
Class07TransferPrivateApiAPIGetWithdrawAvailableAmount1Get /api/v1/private/transfer/getTransferOutAvailableAmount翻页获取提现单
Class08UserPrivateApiAPICheckUserNicknameExistGet /api/v1/private/user/checkUserNicknameExist检查用户昵称是否存在
Class08UserPrivateApiAPIClaimFaucetCoinGet /api/v1/private/user/claimFaucetCoin领取水龙头体验代币
Class08UserPrivateApiAPICreateAppScanSecretPost /api/v1/private/user/createAppScanSecret创建AppScanSecret
Class08UserPrivateApiAPICreatePushConfigPost /api/v1/private/user/createPushConfig添加push配置
Class08UserPrivateApiAPIGetFaucetCoinClaimPageGet /api/v1/private/user/getFaucetCoinClaimPage分页获取水龙头领取记录
Class08UserPrivateApiAPIGetSiteMessagePageGet /api/v1/private/user/getSiteMessagePage分页获取站内信
Class08UserPrivateApiAPIGetUserByIdGet /api/v1/private/user/getUser根据id获取用户信息
Class08UserPrivateApiAPIGetUserInfoGet /api/v1/private/user/getUserInfo根据id获取用户信息和用户设置设置
Class08UserPrivateApiAPIGetUserPreferenceGet /api/v1/private/user/getUserPreference根据id获取用户设置
Class08UserPrivateApiAPIReadSiteMessagePost /api/v1/private/user/readSiteMessage标识阅读站内信消息
Class08UserPrivateApiAPISendEmailVerificationPost /api/v1/private/user/sendEmailVerification(重新)发送邮箱验证
Class08UserPrivateApiAPIUpdateUserPost /api/v1/private/user/updateUser更新用户信息
Class08UserPrivateApiAPIUpdateUserPreferencePost /api/v1/private/user/updateUserPreference更新用户设置
Class09AssetsPrivateApiAPICreateCrossWithdrawPost /api/v1/private/assets/createCrossWithdraw创建快速提现单
Class09AssetsPrivateApiAPICreateFastWithdrawPost /api/v1/private/assets/createFastWithdraw创建快速提现单
Class09AssetsPrivateApiAPICreateNormalWithdrawPost /api/v1/private/assets/createNormalWithdraw创建普通提现单
Class09AssetsPrivateApiAPIGetAllOrdersPageGet /api/v1/private/assets/getAllOrdersPage聚合查询所有充提币订单记录
Class09AssetsPrivateApiAPIGetCoinRateGet /api/v1/private/assets/getCoinRate聚合查询所有充提币订单记录
Class09AssetsPrivateApiAPIGetCrossWithdrawByIdGet /api/v1/private/assets/getCrossWithdrawById根据账户id和提现单id批量获取跨链提现单
Class09AssetsPrivateApiAPIGetCrossWithdrawSignInfoGet /api/v1/private/assets/getCrossWithdrawSignInfo查询跨链提现签名需要的信息
Class09AssetsPrivateApiAPIGetFastWithdrawByIdGet /api/v1/private/assets/getFastWithdrawById根据账户id和提现单id批量获取快速提现单
Class09AssetsPrivateApiAPIGetFastWithdrawSignInfoGet /api/v1/private/assets/getFastWithdrawSignInfo查询快速提现签名需要的信息
Class09AssetsPrivateApiAPIGetNormalWithdrawByIdGet /api/v1/private/assets/getNormalWithdrawById根据账户id和提现单id批量获取普通提现单
Class09AssetsPrivateApiAPIGetNormalWithdrawableAmountGet /api/v1/private/assets/getNormalWithdrawableAmount查询用户普通提现可提金额

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

# Functions

CacheExpires helper function to determine remaining time before repeating a request.
IsNil checks if an input is nil.
NewAccount instantiates a new Account object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountAssetSnapshot instantiates a new AccountAssetSnapshot object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountAssetSnapshotWithDefaults instantiates a new AccountAssetSnapshot object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountWithDefaults instantiates a new Account object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAPIClient creates a new API client.
NewAPIResponse returns a new APIResponse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewAppUpdate instantiates a new AppUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAppUpdateWithDefaults instantiates a new AppUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAssetOrder instantiates a new AssetOrder object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAssetOrderWithDefaults instantiates a new AssetOrder object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBookOrder instantiates a new BookOrder object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBookOrderWithDefaults instantiates a new BookOrder object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCancelAllOrderParam instantiates a new CancelAllOrderParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCancelAllOrderParamWithDefaults instantiates a new CancelAllOrderParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCancelOrder instantiates a new CancelOrder object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCancelOrderByClientOrderId instantiates a new CancelOrderByClientOrderId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCancelOrderByClientOrderIdParam instantiates a new CancelOrderByClientOrderIdParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCancelOrderByClientOrderIdParamWithDefaults instantiates a new CancelOrderByClientOrderIdParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCancelOrderByClientOrderIdWithDefaults instantiates a new CancelOrderByClientOrderId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCancelOrderByIdParam instantiates a new CancelOrderByIdParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCancelOrderByIdParamWithDefaults instantiates a new CancelOrderByIdParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCancelOrderWithDefaults instantiates a new CancelOrder object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewChain instantiates a new Chain object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewChainWithDefaults instantiates a new Chain object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCheckUserExist instantiates a new CheckUserExist object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCheckUserExistWithDefaults instantiates a new CheckUserExist object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCheckUserNicknameExist instantiates a new CheckUserNicknameExist object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCheckUserNicknameExistWithDefaults instantiates a new CheckUserNicknameExist object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClaimFaucetCoin instantiates a new ClaimFaucetCoin object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewClaimFaucetCoinWithDefaults instantiates a new ClaimFaucetCoin object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCoin instantiates a new Coin object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCoinWithDefaults instantiates a new Coin object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCollateral instantiates a new Collateral object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCollateralAsset instantiates a new CollateralAsset object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCollateralAssetWithDefaults instantiates a new CollateralAsset object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCollateralTransaction instantiates a new CollateralTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCollateralTransactionWithDefaults instantiates a new CollateralTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCollateralWithDefaults instantiates a new Collateral object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConfiguration returns a new Configuration object.
NewContract instantiates a new Contract object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContractMultiKline instantiates a new ContractMultiKline object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewContractMultiKlineWithDefaults instantiates a new ContractMultiKline object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewContractWithDefaults instantiates a new Contract object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateAppScanSecret instantiates a new CreateAppScanSecret object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateAppScanSecretParam instantiates a new CreateAppScanSecretParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateAppScanSecretParamWithDefaults instantiates a new CreateAppScanSecretParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateAppScanSecretWithDefaults instantiates a new CreateAppScanSecret object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateCrossWithdraw instantiates a new CreateCrossWithdraw object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateCrossWithdrawParam instantiates a new CreateCrossWithdrawParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateCrossWithdrawParamWithDefaults instantiates a new CreateCrossWithdrawParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateCrossWithdrawWithDefaults instantiates a new CreateCrossWithdraw object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateDeposit instantiates a new CreateDeposit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateDepositParam instantiates a new CreateDepositParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateDepositParamWithDefaults instantiates a new CreateDepositParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateDepositWithDefaults instantiates a new CreateDeposit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateFastWithdraw instantiates a new CreateFastWithdraw object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateFastWithdrawRequest instantiates a new CreateFastWithdrawRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateFastWithdrawRequestWithDefaults instantiates a new CreateFastWithdrawRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateFastWithdrawWithDefaults instantiates a new CreateFastWithdraw object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateNormalWithdraw instantiates a new CreateNormalWithdraw object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateNormalWithdrawParam instantiates a new CreateNormalWithdrawParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateNormalWithdrawParamWithDefaults instantiates a new CreateNormalWithdrawParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateNormalWithdrawWithDefaults instantiates a new CreateNormalWithdraw object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateOrder instantiates a new CreateOrder object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateOrderParam instantiates a new CreateOrderParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateOrderParamWithDefaults instantiates a new CreateOrderParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateOrderWithDefaults instantiates a new CreateOrder object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreatePushConfig instantiates a new CreatePushConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreatePushConfigWithDefaults instantiates a new CreatePushConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateTransferOut instantiates a new CreateTransferOut object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateTransferOutParam instantiates a new CreateTransferOutParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateTransferOutParamWithDefaults instantiates a new CreateTransferOutParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateTransferOutWithDefaults instantiates a new CreateTransferOut object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateWithdraw instantiates a new CreateWithdraw object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateWithdrawParam instantiates a new CreateWithdrawParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateWithdrawParamWithDefaults instantiates a new CreateWithdrawParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateWithdrawWithDefaults instantiates a new CreateWithdraw object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCrossWithdraw instantiates a new CrossWithdraw object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCrossWithdrawWithDefaults instantiates a new CrossWithdraw object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeposit instantiates a new Deposit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDepositWithDefaults instantiates a new Deposit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDepth instantiates a new Depth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDepthWithDefaults instantiates a new Depth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFastWithdraw instantiates a new FastWithdraw object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFastWithdrawWithDefaults instantiates a new FastWithdraw object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFaucetCoinClaim instantiates a new FaucetCoinClaim object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFaucetCoinClaimWithDefaults instantiates a new FaucetCoinClaim object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewForcePushPriceParam instantiates a new ForcePushPriceParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewForcePushPriceParamWithDefaults instantiates a new ForcePushPriceParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFundingRate instantiates a new FundingRate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFundingRateWithDefaults instantiates a new FundingRate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGenerateApiCredentialBySignature instantiates a new GenerateApiCredentialBySignature object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGenerateApiCredentialBySignatureWithDefaults instantiates a new GenerateApiCredentialBySignature object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGet1inchQuote instantiates a new Get1inchQuote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGet1inchQuoteWithDefaults instantiates a new Get1inchQuote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetAccountAsset instantiates a new GetAccountAsset object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetAccountAssetWithDefaults instantiates a new GetAccountAsset object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetAccountDeleverageLight instantiates a new GetAccountDeleverageLight object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetAccountDeleverageLightWithDefaults instantiates a new GetAccountDeleverageLight object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetAggregateExchangeData instantiates a new GetAggregateExchangeData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetAggregateExchangeDataWithDefaults instantiates a new GetAggregateExchangeData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetAppScanSecret instantiates a new GetAppScanSecret object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetAppScanSecretWithDefaults instantiates a new GetAppScanSecret object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetCoinRate instantiates a new GetCoinRate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetCoinRateWithDefaults instantiates a new GetCoinRate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetCrossWithdrawSignInfo instantiates a new GetCrossWithdrawSignInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetCrossWithdrawSignInfoWithDefaults instantiates a new GetCrossWithdrawSignInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetFastWithdrawSignInfo instantiates a new GetFastWithdrawSignInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetFastWithdrawSignInfoWithDefaults instantiates a new GetFastWithdrawSignInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetMaxCreateOrderSize instantiates a new GetMaxCreateOrderSize object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetMaxCreateOrderSizeParam instantiates a new GetMaxCreateOrderSizeParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetMaxCreateOrderSizeParamWithDefaults instantiates a new GetMaxCreateOrderSizeParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetMaxCreateOrderSizeWithDefaults instantiates a new GetMaxCreateOrderSize object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetNormalWithdrawableAmount instantiates a new GetNormalWithdrawableAmount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetNormalWithdrawableAmountWithDefaults instantiates a new GetNormalWithdrawableAmount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetServerTime instantiates a new GetServerTime object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetServerTimeWithDefaults instantiates a new GetServerTime object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetTickerSummary instantiates a new GetTickerSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetTickerSummaryWithDefaults instantiates a new GetTickerSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetTransferAvailableAmount instantiates a new GetTransferAvailableAmount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetTransferAvailableAmountWithDefaults instantiates a new GetTransferAvailableAmount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetWithdrawAvailableAmount instantiates a new GetWithdrawAvailableAmount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetWithdrawAvailableAmountWithDefaults instantiates a new GetWithdrawAvailableAmount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGlobal instantiates a new Global object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGlobalWithDefaults instantiates a new Global object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIndexPrice instantiates a new IndexPrice object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIndexPriceConfig instantiates a new IndexPriceConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIndexPriceConfigWithDefaults instantiates a new IndexPriceConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIndexPriceExchangeInfo instantiates a new IndexPriceExchangeInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIndexPriceExchangeInfoWithDefaults instantiates a new IndexPriceExchangeInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIndexPriceWithDefaults instantiates a new IndexPrice object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewKline instantiates a new Kline object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewKlineWithDefaults instantiates a new Kline object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewL1Tx instantiates a new L1Tx object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewL1TxWithDefaults instantiates a new L1Tx object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewL2Signature instantiates a new L2Signature object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewL2SignatureWithDefaults instantiates a new L2Signature object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMetaData instantiates a new MetaData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMetaDataWithDefaults instantiates a new MetaData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMultiChain instantiates a new MultiChain object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMultiChainToken instantiates a new MultiChainToken object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMultiChainTokenWithDefaults instantiates a new MultiChainToken object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMultiChainWithDefaults instantiates a new MultiChain object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNormalWithdraw instantiates a new NormalWithdraw object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNormalWithdrawWithDefaults instantiates a new NormalWithdraw object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNotifyTxRejectParam instantiates a new NotifyTxRejectParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNotifyTxRejectParamWithDefaults instantiates a new NotifyTxRejectParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNotifyTxRejectResult instantiates a new NotifyTxRejectResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNotifyTxRejectResultWithDefaults instantiates a new NotifyTxRejectResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewOnboardSite instantiates a new OnboardSite object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOnboardSiteParam instantiates a new OnboardSiteParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOnboardSiteParamWithDefaults instantiates a new OnboardSiteParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOnboardSiteWithDefaults instantiates a new OnboardSite object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOpenInterest instantiates a new OpenInterest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOpenInterestWithDefaults instantiates a new OpenInterest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOpenTpSl instantiates a new OpenTpSl object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOpenTpSlParam instantiates a new OpenTpSlParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOpenTpSlParamWithDefaults instantiates a new OpenTpSlParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOpenTpSlWithDefaults instantiates a new OpenTpSl object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOraclePriceSignature instantiates a new OraclePriceSignature object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOraclePriceSignatureWithDefaults instantiates a new OraclePriceSignature object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOrder instantiates a new Order object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOrderFillTransaction instantiates a new OrderFillTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOrderFillTransactionWithDefaults instantiates a new OrderFillTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOrderWithDefaults instantiates a new Order object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPageDataAccount instantiates a new PageDataAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPageDataAccountAssetSnapshot instantiates a new PageDataAccountAssetSnapshot object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPageDataAccountAssetSnapshotWithDefaults instantiates a new PageDataAccountAssetSnapshot object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPageDataAccountWithDefaults instantiates a new PageDataAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPageDataAssetOrder instantiates a new PageDataAssetOrder object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPageDataAssetOrderWithDefaults instantiates a new PageDataAssetOrder object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPageDataCollateralTransaction instantiates a new PageDataCollateralTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPageDataCollateralTransactionWithDefaults instantiates a new PageDataCollateralTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPageDataDeposit instantiates a new PageDataDeposit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPageDataDepositWithDefaults instantiates a new PageDataDeposit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPageDataFaucetCoinClaim instantiates a new PageDataFaucetCoinClaim object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPageDataFaucetCoinClaimWithDefaults instantiates a new PageDataFaucetCoinClaim object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPageDataFundingRate instantiates a new PageDataFundingRate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPageDataFundingRateWithDefaults instantiates a new PageDataFundingRate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPageDataKline instantiates a new PageDataKline object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPageDataKlineWithDefaults instantiates a new PageDataKline object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPageDataOrder instantiates a new PageDataOrder object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPageDataOrderFillTransaction instantiates a new PageDataOrderFillTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPageDataOrderFillTransactionWithDefaults instantiates a new PageDataOrderFillTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPageDataOrderWithDefaults instantiates a new PageDataOrder object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPageDataPositionTerm instantiates a new PageDataPositionTerm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPageDataPositionTermWithDefaults instantiates a new PageDataPositionTerm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPageDataPositionTransaction instantiates a new PageDataPositionTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPageDataPositionTransactionWithDefaults instantiates a new PageDataPositionTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPageDataSiteMessage instantiates a new PageDataSiteMessage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPageDataSiteMessageWithDefaults instantiates a new PageDataSiteMessage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPageDataTransferIn instantiates a new PageDataTransferIn object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPageDataTransferInWithDefaults instantiates a new PageDataTransferIn object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPageDataTransferOut instantiates a new PageDataTransferOut object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPageDataTransferOutWithDefaults instantiates a new PageDataTransferOut object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPageDataWithdraw instantiates a new PageDataWithdraw object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPageDataWithdrawWithDefaults instantiates a new PageDataWithdraw object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPosition instantiates a new Position object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPositionAsset instantiates a new PositionAsset object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPositionAssetWithDefaults instantiates a new PositionAsset object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPositionStat instantiates a new PositionStat object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPositionStatWithDefaults instantiates a new PositionStat object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPositionTerm instantiates a new PositionTerm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPositionTermWithDefaults instantiates a new PositionTerm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPositionTransaction instantiates a new PositionTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPositionTransactionWithDefaults instantiates a new PositionTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPositionWithDefaults instantiates a new Position object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReadSiteMessageParam instantiates a new ReadSiteMessageParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReadSiteMessageParamWithDefaults instantiates a new ReadSiteMessageParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRegisterAccount instantiates a new RegisterAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRegisterAccountParam instantiates a new RegisterAccountParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRegisterAccountParamWithDefaults instantiates a new RegisterAccountParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRegisterAccountWithDefaults instantiates a new RegisterAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRequestRelayerSignAndBroadcast instantiates a new RequestRelayerSignAndBroadcast object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRequestRelayerSignAndBroadcastParam instantiates a new RequestRelayerSignAndBroadcastParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRequestRelayerSignAndBroadcastParamWithDefaults instantiates a new RequestRelayerSignAndBroadcastParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRequestRelayerSignAndBroadcastWithDefaults instantiates a new RequestRelayerSignAndBroadcast object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResult instantiates a new Result object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultAccount instantiates a new ResultAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultAccountWithDefaults instantiates a new ResultAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultAppUpdate instantiates a new ResultAppUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultAppUpdateWithDefaults instantiates a new ResultAppUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultCancelOrder instantiates a new ResultCancelOrder object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultCancelOrderByClientOrderId instantiates a new ResultCancelOrderByClientOrderId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultCancelOrderByClientOrderIdWithDefaults instantiates a new ResultCancelOrderByClientOrderId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultCancelOrderWithDefaults instantiates a new ResultCancelOrder object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultCheckUserExist instantiates a new ResultCheckUserExist object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultCheckUserExistWithDefaults instantiates a new ResultCheckUserExist object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultCheckUserNicknameExist instantiates a new ResultCheckUserNicknameExist object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultCheckUserNicknameExistWithDefaults instantiates a new ResultCheckUserNicknameExist object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultClaimFaucetCoin instantiates a new ResultClaimFaucetCoin object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultClaimFaucetCoinWithDefaults instantiates a new ResultClaimFaucetCoin object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultCreateAppScanSecret instantiates a new ResultCreateAppScanSecret object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultCreateAppScanSecretWithDefaults instantiates a new ResultCreateAppScanSecret object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultCreateCrossWithdraw instantiates a new ResultCreateCrossWithdraw object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultCreateCrossWithdrawWithDefaults instantiates a new ResultCreateCrossWithdraw object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultCreateDeposit instantiates a new ResultCreateDeposit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultCreateDepositWithDefaults instantiates a new ResultCreateDeposit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultCreateFastWithdraw instantiates a new ResultCreateFastWithdraw object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultCreateFastWithdrawWithDefaults instantiates a new ResultCreateFastWithdraw object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultCreateNormalWithdraw instantiates a new ResultCreateNormalWithdraw object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultCreateNormalWithdrawWithDefaults instantiates a new ResultCreateNormalWithdraw object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultCreateOrder instantiates a new ResultCreateOrder object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultCreateOrderWithDefaults instantiates a new ResultCreateOrder object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultCreateTransferOut instantiates a new ResultCreateTransferOut object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultCreateTransferOutWithDefaults instantiates a new ResultCreateTransferOut object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultCreateWithdraw instantiates a new ResultCreateWithdraw object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultCreateWithdrawWithDefaults instantiates a new ResultCreateWithdraw object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultGenerateApiCredentialBySignature instantiates a new ResultGenerateApiCredentialBySignature object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultGenerateApiCredentialBySignatureWithDefaults instantiates a new ResultGenerateApiCredentialBySignature object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultGet1inchQuote instantiates a new ResultGet1inchQuote object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultGet1inchQuoteWithDefaults instantiates a new ResultGet1inchQuote object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultGetAccountAsset instantiates a new ResultGetAccountAsset object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultGetAccountAssetWithDefaults instantiates a new ResultGetAccountAsset object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultGetAccountDeleverageLight instantiates a new ResultGetAccountDeleverageLight object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultGetAccountDeleverageLightWithDefaults instantiates a new ResultGetAccountDeleverageLight object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultGetAggregateExchangeData instantiates a new ResultGetAggregateExchangeData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultGetAggregateExchangeDataWithDefaults instantiates a new ResultGetAggregateExchangeData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultGetAppScanSecret instantiates a new ResultGetAppScanSecret object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultGetAppScanSecretWithDefaults instantiates a new ResultGetAppScanSecret object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultGetCoinRate instantiates a new ResultGetCoinRate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultGetCoinRateWithDefaults instantiates a new ResultGetCoinRate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultGetCrossWithdrawSignInfo instantiates a new ResultGetCrossWithdrawSignInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultGetCrossWithdrawSignInfoWithDefaults instantiates a new ResultGetCrossWithdrawSignInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultGetFastWithdrawSignInfo instantiates a new ResultGetFastWithdrawSignInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultGetFastWithdrawSignInfoWithDefaults instantiates a new ResultGetFastWithdrawSignInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultGetMaxCreateOrderSize instantiates a new ResultGetMaxCreateOrderSize object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultGetMaxCreateOrderSizeWithDefaults instantiates a new ResultGetMaxCreateOrderSize object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultGetNormalWithdrawableAmount instantiates a new ResultGetNormalWithdrawableAmount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultGetNormalWithdrawableAmountWithDefaults instantiates a new ResultGetNormalWithdrawableAmount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultGetServerTime instantiates a new ResultGetServerTime object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultGetServerTimeWithDefaults instantiates a new ResultGetServerTime object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultGetTickerSummaryModel instantiates a new ResultGetTickerSummaryModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultGetTickerSummaryModelWithDefaults instantiates a new ResultGetTickerSummaryModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultGetTransferOutAvailableAmount instantiates a new ResultGetTransferOutAvailableAmount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultGetTransferOutAvailableAmountWithDefaults instantiates a new ResultGetTransferOutAvailableAmount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultGetWithdrawAvailableAmount instantiates a new ResultGetWithdrawAvailableAmount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultGetWithdrawAvailableAmountWithDefaults instantiates a new ResultGetWithdrawAvailableAmount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultListCollateral instantiates a new ResultListCollateral object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultListCollateralTransaction instantiates a new ResultListCollateralTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultListCollateralTransactionWithDefaults instantiates a new ResultListCollateralTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultListCollateralWithDefaults instantiates a new ResultListCollateral object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultListContractKline instantiates a new ResultListContractKline object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultListContractKlineWithDefaults instantiates a new ResultListContractKline object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultListCrossWithdraw instantiates a new ResultListCrossWithdraw object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultListCrossWithdrawWithDefaults instantiates a new ResultListCrossWithdraw object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultListDeposit instantiates a new ResultListDeposit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultListDepositWithDefaults instantiates a new ResultListDeposit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultListDepth instantiates a new ResultListDepth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultListDepthWithDefaults instantiates a new ResultListDepth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultListFastWithdraw instantiates a new ResultListFastWithdraw object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultListFastWithdrawWithDefaults instantiates a new ResultListFastWithdraw object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultListFundingRate instantiates a new ResultListFundingRate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultListFundingRateWithDefaults instantiates a new ResultListFundingRate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultListIndexPriceConfig instantiates a new ResultListIndexPriceConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultListIndexPriceConfigWithDefaults instantiates a new ResultListIndexPriceConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultListNormalWithdraw instantiates a new ResultListNormalWithdraw object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultListNormalWithdrawWithDefaults instantiates a new ResultListNormalWithdraw object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultListOpenInterest instantiates a new ResultListOpenInterest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultListOpenInterestWithDefaults instantiates a new ResultListOpenInterest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultListOrder instantiates a new ResultListOrder object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultListOrderFillTransaction instantiates a new ResultListOrderFillTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultListOrderFillTransactionWithDefaults instantiates a new ResultListOrderFillTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultListOrderWithDefaults instantiates a new ResultListOrder object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultListPosition instantiates a new ResultListPosition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultListPositionTransaction instantiates a new ResultListPositionTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultListPositionTransactionWithDefaults instantiates a new ResultListPositionTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultListPositionWithDefaults instantiates a new ResultListPosition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultListStatDayTrade instantiates a new ResultListStatDayTrade object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultListStatDayTradeWithDefaults instantiates a new ResultListStatDayTrade object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultListTicker instantiates a new ResultListTicker object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultListTickerWithDefaults instantiates a new ResultListTicker object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultListTransferIn instantiates a new ResultListTransferIn object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultListTransferInWithDefaults instantiates a new ResultListTransferIn object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultListTransferOut instantiates a new ResultListTransferOut object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultListTransferOutWithDefaults instantiates a new ResultListTransferOut object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultListWithdraw instantiates a new ResultListWithdraw object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultListWithdrawWithDefaults instantiates a new ResultListWithdraw object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultMetaData instantiates a new ResultMetaData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultMetaDataWithDefaults instantiates a new ResultMetaData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultOnboardSite instantiates a new ResultOnboardSite object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultOnboardSiteWithDefaults instantiates a new ResultOnboardSite object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultPageDataAccount instantiates a new ResultPageDataAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultPageDataAccountAssetSnapshot instantiates a new ResultPageDataAccountAssetSnapshot object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultPageDataAccountAssetSnapshotWithDefaults instantiates a new ResultPageDataAccountAssetSnapshot object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultPageDataAccountWithDefaults instantiates a new ResultPageDataAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultPageDataAssetOrder instantiates a new ResultPageDataAssetOrder object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultPageDataAssetOrderWithDefaults instantiates a new ResultPageDataAssetOrder object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultPageDataCollateralTransaction instantiates a new ResultPageDataCollateralTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultPageDataCollateralTransactionWithDefaults instantiates a new ResultPageDataCollateralTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultPageDataDeposit instantiates a new ResultPageDataDeposit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultPageDataDepositWithDefaults instantiates a new ResultPageDataDeposit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultPageDataFaucetCoinClaim instantiates a new ResultPageDataFaucetCoinClaim object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultPageDataFaucetCoinClaimWithDefaults instantiates a new ResultPageDataFaucetCoinClaim object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultPageDataFundingRate instantiates a new ResultPageDataFundingRate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultPageDataFundingRateWithDefaults instantiates a new ResultPageDataFundingRate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultPageDataKline instantiates a new ResultPageDataKline object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultPageDataKlineWithDefaults instantiates a new ResultPageDataKline object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultPageDataOrder instantiates a new ResultPageDataOrder object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultPageDataOrderFillTransaction instantiates a new ResultPageDataOrderFillTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultPageDataOrderFillTransactionWithDefaults instantiates a new ResultPageDataOrderFillTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultPageDataOrderWithDefaults instantiates a new ResultPageDataOrder object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultPageDataPositionTerm instantiates a new ResultPageDataPositionTerm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultPageDataPositionTermWithDefaults instantiates a new ResultPageDataPositionTerm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultPageDataPositionTransaction instantiates a new ResultPageDataPositionTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultPageDataPositionTransactionWithDefaults instantiates a new ResultPageDataPositionTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultPageDataSiteMessage instantiates a new ResultPageDataSiteMessage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultPageDataSiteMessageWithDefaults instantiates a new ResultPageDataSiteMessage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultPageDataTransferIn instantiates a new ResultPageDataTransferIn object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultPageDataTransferInWithDefaults instantiates a new ResultPageDataTransferIn object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultPageDataTransferOut instantiates a new ResultPageDataTransferOut object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultPageDataTransferOutWithDefaults instantiates a new ResultPageDataTransferOut object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultPageDataWithdraw instantiates a new ResultPageDataWithdraw object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultPageDataWithdrawWithDefaults instantiates a new ResultPageDataWithdraw object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultRegisterAccount instantiates a new ResultRegisterAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultRegisterAccountWithDefaults instantiates a new ResultRegisterAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultResultRequestRelayerSignAndBroadcast instantiates a new ResultResultRequestRelayerSignAndBroadcast object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultResultRequestRelayerSignAndBroadcastWithDefaults instantiates a new ResultResultRequestRelayerSignAndBroadcast object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultUser instantiates a new ResultUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultUserInfo instantiates a new ResultUserInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultUserInfoWithDefaults instantiates a new ResultUserInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultUserPreference instantiates a new ResultUserPreference object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultUserPreferenceWithDefaults instantiates a new ResultUserPreference object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultUserWithDefaults instantiates a new ResultUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultVoid instantiates a new ResultVoid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResultVoidWithDefaults instantiates a new ResultVoid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResultWithDefaults instantiates a new Result object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRiskTier instantiates a new RiskTier object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRiskTierWithDefaults instantiates a new RiskTier object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSiteMessage instantiates a new SiteMessage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSiteMessageWithDefaults instantiates a new SiteMessage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStatDayTrade instantiates a new StatDayTrade object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStatDayTradeWithDefaults instantiates a new StatDayTrade object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTicker instantiates a new Ticker object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTickerSummary instantiates a new TickerSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTickerSummaryWithDefaults instantiates a new TickerSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTickerWithDefaults instantiates a new Ticker object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTradeSetting instantiates a new TradeSetting object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTradeSettingWithDefaults instantiates a new TradeSetting object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTransferIn instantiates a new TransferIn object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTransferInWithDefaults instantiates a new TransferIn object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTransferOut instantiates a new TransferOut object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTransferOutWithDefaults instantiates a new TransferOut object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTxInfo instantiates a new TxInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTxInfoWithDefaults instantiates a new TxInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateLeverageSettingParam instantiates a new UpdateLeverageSettingParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateLeverageSettingParamWithDefaults instantiates a new UpdateLeverageSettingParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateUserParam instantiates a new UpdateUserParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateUserParamWithDefaults instantiates a new UpdateUserParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateUserPreferenceParam instantiates a new UpdateUserPreferenceParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateUserPreferenceParamWithDefaults instantiates a new UpdateUserPreferenceParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUser instantiates a new User object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserInfo instantiates a new UserInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserInfoWithDefaults instantiates a new UserInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserPreference instantiates a new UserPreference object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserPreferenceWithDefaults instantiates a new UserPreference object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserWithDefaults instantiates a new User object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVerifyEmailParam instantiates a new VerifyEmailParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVerifyEmailParamWithDefaults instantiates a new VerifyEmailParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWithdraw instantiates a new Withdraw object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWithdrawWithDefaults instantiates a new Withdraw object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
PtrBool is a helper routine that returns a pointer to given boolean value.
PtrFloat32 is a helper routine that returns a pointer to given float value.
PtrFloat64 is a helper routine that returns a pointer to given float value.
PtrInt is a helper routine that returns a pointer to given integer value.
PtrInt32 is a helper routine that returns a pointer to given integer value.
PtrInt64 is a helper routine that returns a pointer to given integer value.
PtrString is a helper routine that returns a pointer to given string value.
PtrTime is helper routine that returns a pointer to given Time value.

# Variables

ContextOperationServerIndices uses a server configuration from the index mapping.
ContextOperationServerVariables overrides a server configuration variables using operation specific values.
ContextServerIndex uses a server configuration from the index.
ContextServerVariables overrides a server configuration variables.
No description provided by the author
No description provided by the author

# Structs

Account 账户信息数据.
AccountAssetSnapshot 账户历史资产快照信息数据.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIClient manages communication with the Http Gateway API vv1.0.0 In most cases there should be only one, shared, APIClient.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIResponse stores the API response returned by the server.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
AppUpdate APP升级信息.
AssetOrder Asset订单信息.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
BookOrder 订单簿信息.
CancelAllOrderParam 取消账户下所有委托单请求参数.
CancelOrder 撤销订单响应.
CancelOrderByClientOrderId 根据ClientOrderId撤销订单响应.
CancelOrderByClientOrderIdParam 根据clientId取消委托单请求参数.
CancelOrderByIdParam 取消委托单-请求.
Chain 用于解析数据的包装类.
CheckUserExist 判断用户是否存在-响应.
CheckUserNicknameExist 检测用户昵称是否存在-响应.
ClaimFaucetCoin 领取水龙头体验代币-响应.
Coin 货币元信息.
Collateral 抵押品信息.
CollateralAsset 抵押品资产信息.
CollateralTransaction 抵押品变动明细.
Configuration stores the configuration of the API client.
Contract 永续合约元信息.
ContractMultiKline 合约多条K线.
CreateAppScanSecret 创建AppScanSecret响应.
CreateAppScanSecretParam 创建AppScanSecret请求.
CreateCrossWithdraw 创建跨链提现单-相应.
CreateCrossWithdrawParam 创建跨链提现单-请求.
CreateDeposit 创建充值单-响应.
CreateDepositParam 创建充值单-请求.
CreateFastWithdraw 创建快速提现单-相应.
CreateFastWithdrawRequest 创建快速提现单-请求.
CreateNormalWithdraw 创建普通提现单-相应.
CreateNormalWithdrawParam 创建普通提现单-请求.
CreateOrder 创建订单响应.
CreateOrderParam 创建委托单-请求.
CreatePushConfig 创建用户push信息.
CreateTransferOut 创建转出单-响应.
CreateTransferOutParam 创建转出单请求参数.
CreateWithdraw 创建提现单-响应.
CreateWithdrawParam 创建提现单-请求.
CrossWithdraw 跨链提现单.
Deposit 充值单.
Depth 深度.
FastWithdraw 快速提现单.
FaucetCoinClaim 水龙头领取记录.
ForcePushPriceParam 按照某个指定价格作为预言机价格推送-请求.
FundingRate 资金费率.
GenerateApiCredentialBySignature 调用接口的接口认证凭据.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
Get1inchQuote 获取1inch币对兑换汇率-响应.
GetAccountAsset 获取账户资产相关数据-响应.
GetAccountDeleverageLight 获取账户下所有仓位减仓ADL灯-响应.
GetAggregateExchangeData 获取聚合exchange data-响应.
GetAppScanSecret 获取AppScanSecret响应.
GetCoinRate 查询币种对USDC/USDT的汇率-响应.
GetCrossWithdrawSignInfo 查询跨链提现签名需要的信息-响应.
GetFastWithdrawSignInfo 查询快速提现签名需要的信息-响应.
GetMaxCreateOrderSize 获取最大下单数量-响应.
GetMaxCreateOrderSizeParam 获取最大下单数量-请求.
GetNormalWithdrawableAmount 根据用户地址查询普通提现claim金额-响应.
GetServerTime 服务器时间.
GetTickerSummary 获取行情汇总响应.
GetTransferAvailableAmount 获取转账可用数量-响应.
GetWithdrawAvailableAmount 获取提现可用数量-响应.
Global 全局元信息.
IndexPrice 价格信息.
IndexPriceConfig 指数价格配置信息.
IndexPriceExchangeInfo 指数价格配置信息(交易所).
Kline K线.
L1Tx L1交易信息.
L2Signature L2签名信息.
MetaData 全局元数据.
MultiChain 跨链提币相关类.
MultiChainToken 跨链相关币种类.
NormalWithdraw 普通提现单.
NotifyTxRejectParam 通知交易被拒绝参数.
NotifyTxRejectResult 通知交易被拒绝结果.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OnboardSite 用户登录站点-响应.
OnboardSiteParam 用户登录站点-请求.
OpenInterest 持仓量.
OpenTpSl 开仓止盈止损参数.
OpenTpSlParam 开仓止盈止损参数.
OraclePriceSignature 预言机价格签名信息.
Order 永续合约委托单信息.
OrderFillTransaction 委托单成交明细.
PageDataAccount 通用翻页返回.
PageDataAccountAssetSnapshot 通用翻页返回.
PageDataAssetOrder 通用翻页返回.
PageDataCollateralTransaction 通用翻页返回.
PageDataDeposit 通用翻页返回.
PageDataFaucetCoinClaim 通用翻页返回.
PageDataFundingRate 通用翻页返回.
PageDataKline 通用翻页返回.
PageDataOrder 通用翻页返回.
PageDataOrderFillTransaction 通用翻页返回.
PageDataPositionTerm 通用翻页返回.
PageDataPositionTransaction 通用翻页返回.
PageDataSiteMessage 通用翻页返回.
PageDataTransferIn 通用翻页返回.
PageDataTransferOut 通用翻页返回.
PageDataWithdraw 通用翻页返回.
Position 永续合约持仓信息.
PositionAsset 仓位相关的资产信息.
PositionStat 仓位累计统计信息.
PositionTerm 仓位term信息.
PositionTransaction 永续合约持仓变动明细.
ReadSiteMessageParam 标识阅读站内信消息-请求.
RegisterAccount 注册账户-响应.
RegisterAccountParam 注册账户-请求.
RequestRelayerSignAndBroadcast 创建 Relayer 充值单-响应.
RequestRelayerSignAndBroadcastParam 创建 Relayer 充值单-请求.
Result 通用返回结构体.
ResultAccount struct for ResultAccount.
ResultAppUpdate struct for ResultAppUpdate.
ResultCancelOrder struct for ResultCancelOrder.
ResultCancelOrderByClientOrderId struct for ResultCancelOrderByClientOrderId.
ResultCheckUserExist struct for ResultCheckUserExist.
ResultCheckUserNicknameExist struct for ResultCheckUserNicknameExist.
ResultClaimFaucetCoin struct for ResultClaimFaucetCoin.
ResultCreateAppScanSecret struct for ResultCreateAppScanSecret.
ResultCreateCrossWithdraw struct for ResultCreateCrossWithdraw.
ResultCreateDeposit struct for ResultCreateDeposit.
ResultCreateFastWithdraw struct for ResultCreateFastWithdraw.
ResultCreateNormalWithdraw struct for ResultCreateNormalWithdraw.
ResultCreateOrder struct for ResultCreateOrder.
ResultCreateTransferOut struct for ResultCreateTransferOut.
ResultCreateWithdraw struct for ResultCreateWithdraw.
ResultGenerateApiCredentialBySignature struct for ResultGenerateApiCredentialBySignature.
ResultGet1inchQuote struct for ResultGet1inchQuote.
ResultGetAccountAsset struct for ResultGetAccountAsset.
ResultGetAccountDeleverageLight struct for ResultGetAccountDeleverageLight.
ResultGetAggregateExchangeData struct for ResultGetAggregateExchangeData.
ResultGetAppScanSecret struct for ResultGetAppScanSecret.
ResultGetCoinRate struct for ResultGetCoinRate.
ResultGetCrossWithdrawSignInfo struct for ResultGetCrossWithdrawSignInfo.
ResultGetFastWithdrawSignInfo struct for ResultGetFastWithdrawSignInfo.
ResultGetMaxCreateOrderSize struct for ResultGetMaxCreateOrderSize.
ResultGetNormalWithdrawableAmount struct for ResultGetNormalWithdrawableAmount.
ResultGetServerTime struct for ResultGetServerTime.
ResultGetTickerSummaryModel struct for ResultGetTickerSummaryModel.
ResultGetTransferOutAvailableAmount struct for ResultGetTransferOutAvailableAmount.
ResultGetWithdrawAvailableAmount struct for ResultGetWithdrawAvailableAmount.
ResultListCollateral struct for ResultListCollateral.
ResultListCollateralTransaction struct for ResultListCollateralTransaction.
ResultListContractKline struct for ResultListContractKline.
ResultListCrossWithdraw struct for ResultListCrossWithdraw.
ResultListDeposit struct for ResultListDeposit.
ResultListDepth struct for ResultListDepth.
ResultListFastWithdraw struct for ResultListFastWithdraw.
ResultListFundingRate struct for ResultListFundingRate.
ResultListIndexPriceConfig struct for ResultListIndexPriceConfig.
ResultListNormalWithdraw struct for ResultListNormalWithdraw.
ResultListOpenInterest struct for ResultListOpenInterest.
ResultListOrder struct for ResultListOrder.
ResultListOrderFillTransaction struct for ResultListOrderFillTransaction.
ResultListPosition struct for ResultListPosition.
ResultListPositionTransaction struct for ResultListPositionTransaction.
ResultListStatDayTrade struct for ResultListStatDayTrade.
ResultListTicker struct for ResultListTicker.
ResultListTransferIn struct for ResultListTransferIn.
ResultListTransferOut struct for ResultListTransferOut.
ResultListWithdraw struct for ResultListWithdraw.
ResultMetaData struct for ResultMetaData.
ResultOnboardSite struct for ResultOnboardSite.
ResultPageDataAccount struct for ResultPageDataAccount.
ResultPageDataAccountAssetSnapshot struct for ResultPageDataAccountAssetSnapshot.
ResultPageDataAssetOrder struct for ResultPageDataAssetOrder.
ResultPageDataCollateralTransaction struct for ResultPageDataCollateralTransaction.
ResultPageDataDeposit struct for ResultPageDataDeposit.
ResultPageDataFaucetCoinClaim struct for ResultPageDataFaucetCoinClaim.
ResultPageDataFundingRate struct for ResultPageDataFundingRate.
ResultPageDataKline struct for ResultPageDataKline.
ResultPageDataOrder struct for ResultPageDataOrder.
ResultPageDataOrderFillTransaction struct for ResultPageDataOrderFillTransaction.
ResultPageDataPositionTerm struct for ResultPageDataPositionTerm.
ResultPageDataPositionTransaction struct for ResultPageDataPositionTransaction.
ResultPageDataSiteMessage struct for ResultPageDataSiteMessage.
ResultPageDataTransferIn struct for ResultPageDataTransferIn.
ResultPageDataTransferOut struct for ResultPageDataTransferOut.
ResultPageDataWithdraw struct for ResultPageDataWithdraw.
ResultRegisterAccount struct for ResultRegisterAccount.
ResultResultRequestRelayerSignAndBroadcast struct for ResultResultRequestRelayerSignAndBroadcast.
ResultUser struct for ResultUser.
ResultUserInfo struct for ResultUserInfo.
ResultUserPreference struct for ResultUserPreference.
ResultVoid struct for ResultVoid.
RiskTier 风险限额档位信息.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
SiteMessage 站内信详情.
StatDayTrade 日交易信息.
Ticker 24小时行情.
TickerSummary 行情汇总.
TradeSetting 交易设置.
TransferIn 转账转入单.
TransferOut 转账转出单.
TxInfo struct for TxInfo.
UpdateLeverageSettingParam 更新账户交易杠杆设置-请求.
UpdateUserParam 更新用户信息-请求.
UpdateUserPreferenceParam 更新用户设置-请求.
User 用户信息.
UserInfo 用户信息和用户设置信息.
UserPreference 用户设置.
VerifyEmailParam 验证邮箱-请求.
Withdraw 提现单.

# Interfaces

No description provided by the author

# Type aliases

Class00AppPublicApiAPIService Class00AppPublicApiAPI service.
Class00MetaDataPublicApiAPIService Class00MetaDataPublicApiAPI service.
Class00StarkExPublicApiAPIService Class00StarkExPublicApiAPI service.
Class011inchPublicControllerAPIService Class011inchPublicControllerAPI service.
Class01FundingPublicApiAPIService Class01FundingPublicApiAPI service.
Class01IndexPublicApiAPIService Class01IndexPublicApiAPI service.
Class01QuotePublicApiAPIService Class01QuotePublicApiAPI service.
Class02UserPublicApiAPIService Class02UserPublicApiAPI service.
Class03AccountPrivateApiAPIService Class03AccountPrivateApiAPI service.
Class04OrderPrivateApiAPIService Class04OrderPrivateApiAPI service.
Class05DepositPrivateApiAPIService Class05DepositPrivateApiAPI service.
Class06WithdrawPrivateApiAPIService Class06WithdrawPrivateApiAPI service.
Class07TransferPrivateApiAPIService Class07TransferPrivateApiAPI service.
Class08UserPrivateApiAPIService Class08UserPrivateApiAPI service.
Class09AssetsPrivateApiAPIService Class09AssetsPrivateApiAPI service.
CMCPublicApiAPIService CMCPublicApiAPI service.
DefaultApiService DefaultApi service.
ServerConfigurations stores multiple ServerConfiguration items.