| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
buildCall(ApiCallback _callback)
Build call for listSubAccountMarginBalances
|
List<SubAccountMarginBalance> |
execute()
Execute listSubAccountMarginBalances request
|
okhttp3.Call |
executeAsync(ApiCallback<List<SubAccountMarginBalance>> _callback)
Execute listSubAccountMarginBalances request (asynchronously)
|
ApiResponse<List<SubAccountMarginBalance>> |
executeWithHttpInfo()
Execute listSubAccountMarginBalances request with HTTP info returned
|
WalletApi.APIlistSubAccountMarginBalancesRequest |
subUid(String subUid)
Set subUid
|
public WalletApi.APIlistSubAccountMarginBalancesRequest subUid(String subUid)
subUid - User ID of sub-account, you can query multiple records separated by `,`. If not specified, it will return the records of all sub accounts (optional)public okhttp3.Call buildCall(ApiCallback _callback) throws ApiException
_callback - ApiCallback API callbackApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | List retrieved | - |
public List<SubAccountMarginBalance> execute() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | List retrieved | - |
public ApiResponse<List<SubAccountMarginBalance>> executeWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | List retrieved | - |
public okhttp3.Call executeAsync(ApiCallback<List<SubAccountMarginBalance>> _callback) throws ApiException
_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | List retrieved | - |
Copyright © 2023. All rights reserved.