| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
List<SubAccountTransfer> |
WalletApi.APIlistSubAccountTransfersRequest.execute()
Execute listSubAccountTransfers request
|
ApiResponse<List<SubAccountTransfer>> |
WalletApi.APIlistSubAccountTransfersRequest.executeWithHttpInfo()
Execute listSubAccountTransfers request with HTTP info returned
|
| Modifier and Type | Method and Description |
|---|---|
void |
WalletApi.transferWithSubAccount(SubAccountTransfer subAccountTransfer)
Transfer between main and sub accounts
Support transferring with sub user's spot or futures account.
|
okhttp3.Call |
WalletApi.transferWithSubAccountAsync(SubAccountTransfer subAccountTransfer,
ApiCallback<Void> _callback)
Transfer between main and sub accounts (asynchronously)
Support transferring with sub user's spot or futures account.
|
okhttp3.Call |
WalletApi.transferWithSubAccountCall(SubAccountTransfer subAccountTransfer,
ApiCallback _callback)
Build call for transferWithSubAccount
|
ApiResponse<Void> |
WalletApi.transferWithSubAccountWithHttpInfo(SubAccountTransfer subAccountTransfer)
Transfer between main and sub accounts
Support transferring with sub user's spot or futures account.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
WalletApi.APIlistSubAccountTransfersRequest.executeAsync(ApiCallback<List<SubAccountTransfer>> _callback)
Execute listSubAccountTransfers request (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
SubAccountTransfer |
SubAccountTransfer.amount(String amount) |
SubAccountTransfer |
SubAccountTransfer.currency(String currency) |
SubAccountTransfer |
SubAccountTransfer.direction(SubAccountTransfer.DirectionEnum direction) |
SubAccountTransfer |
SubAccountTransfer.subAccount(String subAccount) |
SubAccountTransfer |
SubAccountTransfer.subAccountType(SubAccountTransfer.SubAccountTypeEnum subAccountType) |
Copyright © 2021. All rights reserved.