| Package | Description |
|---|---|
| io.gate.gateapi | |
| io.gate.gateapi.api |
| Modifier and Type | Class and Description |
|---|---|
class |
GateApiException |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback)
Build HTTP call with the given options.
|
okhttp3.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(okhttp3.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(okhttp3.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(okhttp3.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
okhttp3.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
| Modifier and Type | Method and Description |
|---|---|
FuturesOrder |
FuturesApi.amendFuturesOrder(String settle,
String orderId,
FuturesOrderAmendment futuresOrderAmendment)
Amend an order
|
okhttp3.Call |
FuturesApi.amendFuturesOrderAsync(String settle,
String orderId,
FuturesOrderAmendment futuresOrderAmendment,
ApiCallback<FuturesOrder> _callback)
Amend an order (asynchronously)
|
okhttp3.Call |
FuturesApi.amendFuturesOrderCall(String settle,
String orderId,
FuturesOrderAmendment futuresOrderAmendment,
ApiCallback _callback)
Build call for amendFuturesOrder
|
ApiResponse<FuturesOrder> |
FuturesApi.amendFuturesOrderWithHttpInfo(String settle,
String orderId,
FuturesOrderAmendment futuresOrderAmendment)
Amend an order
|
okhttp3.Call |
SpotApi.APIlistTickersRequest.buildCall(ApiCallback _callback)
Build call for listTickers
|
okhttp3.Call |
SpotApi.APIlistOrderBookRequest.buildCall(ApiCallback _callback)
Build call for listOrderBook
|
okhttp3.Call |
SpotApi.APIlistTradesRequest.buildCall(ApiCallback _callback)
Build call for listTrades
|
okhttp3.Call |
SpotApi.APIlistCandlesticksRequest.buildCall(ApiCallback _callback)
Build call for listCandlesticks
|
okhttp3.Call |
SpotApi.APIgetFeeRequest.buildCall(ApiCallback _callback)
Deprecated.
|
okhttp3.Call |
SpotApi.APIlistSpotAccountsRequest.buildCall(ApiCallback _callback)
Build call for listSpotAccounts
|
okhttp3.Call |
SpotApi.APIlistAllOpenOrdersRequest.buildCall(ApiCallback _callback)
Build call for listAllOpenOrders
|
okhttp3.Call |
SpotApi.APIlistOrdersRequest.buildCall(ApiCallback _callback)
Build call for listOrders
|
okhttp3.Call |
SpotApi.APIlistMyTradesRequest.buildCall(ApiCallback _callback)
Build call for listMyTrades
|
okhttp3.Call |
SpotApi.APIlistSpotPriceTriggeredOrdersRequest.buildCall(ApiCallback _callback)
Build call for listSpotPriceTriggeredOrders
|
okhttp3.Call |
MarginApi.APIlistMarginAccountsRequest.buildCall(ApiCallback _callback)
Build call for listMarginAccounts
|
okhttp3.Call |
MarginApi.APIlistMarginAccountBookRequest.buildCall(ApiCallback _callback)
Build call for listMarginAccountBook
|
okhttp3.Call |
MarginApi.APIlistFundingAccountsRequest.buildCall(ApiCallback _callback)
Build call for listFundingAccounts
|
okhttp3.Call |
MarginApi.APIlistLoansRequest.buildCall(ApiCallback _callback)
Build call for listLoans
|
okhttp3.Call |
MarginApi.APIlistLoanRecordsRequest.buildCall(ApiCallback _callback)
Build call for listLoanRecords
|
okhttp3.Call |
MarginApi.APIgetMarginTransferableRequest.buildCall(ApiCallback _callback)
Build call for getMarginTransferable
|
okhttp3.Call |
MarginApi.APIgetMarginBorrowableRequest.buildCall(ApiCallback _callback)
Build call for getMarginBorrowable
|
okhttp3.Call |
MarginApi.APIlistCrossMarginAccountBookRequest.buildCall(ApiCallback _callback)
Build call for listCrossMarginAccountBook
|
okhttp3.Call |
MarginApi.APIlistCrossMarginLoansRequest.buildCall(ApiCallback _callback)
Build call for listCrossMarginLoans
|
okhttp3.Call |
MarginApi.APIlistCrossMarginRepaymentsRequest.buildCall(ApiCallback _callback)
Build call for listCrossMarginRepayments
|
okhttp3.Call |
OptionsApi.APIlistOptionsContractsRequest.buildCall(ApiCallback _callback)
Build call for listOptionsContracts
|
okhttp3.Call |
OptionsApi.APIlistOptionsSettlementsRequest.buildCall(ApiCallback _callback)
Build call for listOptionsSettlements
|
okhttp3.Call |
OptionsApi.APIlistOptionsOrderBookRequest.buildCall(ApiCallback _callback)
Build call for listOptionsOrderBook
|
okhttp3.Call |
OptionsApi.APIlistOptionsCandlesticksRequest.buildCall(ApiCallback _callback)
Build call for listOptionsCandlesticks
|
okhttp3.Call |
OptionsApi.APIlistOptionsUnderlyingCandlesticksRequest.buildCall(ApiCallback _callback)
Build call for listOptionsUnderlyingCandlesticks
|
okhttp3.Call |
OptionsApi.APIlistOptionsTradesRequest.buildCall(ApiCallback _callback)
Build call for listOptionsTrades
|
okhttp3.Call |
OptionsApi.APIlistOptionsAccountBookRequest.buildCall(ApiCallback _callback)
Build call for listOptionsAccountBook
|
okhttp3.Call |
OptionsApi.APIlistOptionsPositionsRequest.buildCall(ApiCallback _callback)
Build call for listOptionsPositions
|
okhttp3.Call |
OptionsApi.APIlistOptionsPositionCloseRequest.buildCall(ApiCallback _callback)
Build call for listOptionsPositionClose
|
okhttp3.Call |
OptionsApi.APIlistOptionsOrdersRequest.buildCall(ApiCallback _callback)
Build call for listOptionsOrders
|
okhttp3.Call |
OptionsApi.APIlistMyOptionsTradesRequest.buildCall(ApiCallback _callback)
Build call for listMyOptionsTrades
|
okhttp3.Call |
WalletApi.APIlistWithdrawalsRequest.buildCall(ApiCallback _callback)
Build call for listWithdrawals
|
okhttp3.Call |
WalletApi.APIlistDepositsRequest.buildCall(ApiCallback _callback)
Build call for listDeposits
|
okhttp3.Call |
WalletApi.APIlistSubAccountTransfersRequest.buildCall(ApiCallback _callback)
Build call for listSubAccountTransfers
|
okhttp3.Call |
WalletApi.APIlistWithdrawStatusRequest.buildCall(ApiCallback _callback)
Build call for listWithdrawStatus
|
okhttp3.Call |
WalletApi.APIlistSubAccountBalancesRequest.buildCall(ApiCallback _callback)
Build call for listSubAccountBalances
|
okhttp3.Call |
WalletApi.APIlistSubAccountMarginBalancesRequest.buildCall(ApiCallback _callback)
Build call for listSubAccountMarginBalances
|
okhttp3.Call |
WalletApi.APIlistSubAccountFuturesBalancesRequest.buildCall(ApiCallback _callback)
Build call for listSubAccountFuturesBalances
|
okhttp3.Call |
WalletApi.APIgetTradeFeeRequest.buildCall(ApiCallback _callback)
Build call for getTradeFee
|
okhttp3.Call |
WalletApi.APIgetTotalBalanceRequest.buildCall(ApiCallback _callback)
Build call for getTotalBalance
|
okhttp3.Call |
FuturesApi.APIlistFuturesOrderBookRequest.buildCall(ApiCallback _callback)
Build call for listFuturesOrderBook
|
okhttp3.Call |
FuturesApi.APIlistFuturesTradesRequest.buildCall(ApiCallback _callback)
Build call for listFuturesTrades
|
okhttp3.Call |
FuturesApi.APIlistFuturesCandlesticksRequest.buildCall(ApiCallback _callback)
Build call for listFuturesCandlesticks
|
okhttp3.Call |
FuturesApi.APIlistFuturesTickersRequest.buildCall(ApiCallback _callback)
Build call for listFuturesTickers
|
okhttp3.Call |
FuturesApi.APIlistFuturesFundingRateHistoryRequest.buildCall(ApiCallback _callback)
Build call for listFuturesFundingRateHistory
|
okhttp3.Call |
FuturesApi.APIlistFuturesInsuranceLedgerRequest.buildCall(ApiCallback _callback)
Build call for listFuturesInsuranceLedger
|
okhttp3.Call |
FuturesApi.APIlistContractStatsRequest.buildCall(ApiCallback _callback)
Build call for listContractStats
|
okhttp3.Call |
FuturesApi.APIlistLiquidatedOrdersRequest.buildCall(ApiCallback _callback)
Build call for listLiquidatedOrders
|
okhttp3.Call |
FuturesApi.APIlistFuturesAccountBookRequest.buildCall(ApiCallback _callback)
Build call for listFuturesAccountBook
|
okhttp3.Call |
FuturesApi.APIlistFuturesOrdersRequest.buildCall(ApiCallback _callback)
Build call for listFuturesOrders
|
okhttp3.Call |
FuturesApi.APIgetMyTradesRequest.buildCall(ApiCallback _callback)
Build call for getMyTrades
|
okhttp3.Call |
FuturesApi.APIlistPositionCloseRequest.buildCall(ApiCallback _callback)
Build call for listPositionClose
|
okhttp3.Call |
FuturesApi.APIlistLiquidatesRequest.buildCall(ApiCallback _callback)
Build call for listLiquidates
|
okhttp3.Call |
FuturesApi.APIlistPriceTriggeredOrdersRequest.buildCall(ApiCallback _callback)
Build call for listPriceTriggeredOrders
|
okhttp3.Call |
DeliveryApi.APIlistDeliveryOrderBookRequest.buildCall(ApiCallback _callback)
Build call for listDeliveryOrderBook
|
okhttp3.Call |
DeliveryApi.APIlistDeliveryTradesRequest.buildCall(ApiCallback _callback)
Build call for listDeliveryTrades
|
okhttp3.Call |
DeliveryApi.APIlistDeliveryCandlesticksRequest.buildCall(ApiCallback _callback)
Build call for listDeliveryCandlesticks
|
okhttp3.Call |
DeliveryApi.APIlistDeliveryTickersRequest.buildCall(ApiCallback _callback)
Build call for listDeliveryTickers
|
okhttp3.Call |
DeliveryApi.APIlistDeliveryInsuranceLedgerRequest.buildCall(ApiCallback _callback)
Build call for listDeliveryInsuranceLedger
|
okhttp3.Call |
DeliveryApi.APIlistDeliveryAccountBookRequest.buildCall(ApiCallback _callback)
Build call for listDeliveryAccountBook
|
okhttp3.Call |
DeliveryApi.APIlistDeliveryOrdersRequest.buildCall(ApiCallback _callback)
Build call for listDeliveryOrders
|
okhttp3.Call |
DeliveryApi.APIgetMyDeliveryTradesRequest.buildCall(ApiCallback _callback)
Build call for getMyDeliveryTrades
|
okhttp3.Call |
DeliveryApi.APIlistDeliveryPositionCloseRequest.buildCall(ApiCallback _callback)
Build call for listDeliveryPositionClose
|
okhttp3.Call |
DeliveryApi.APIlistDeliveryLiquidatesRequest.buildCall(ApiCallback _callback)
Build call for listDeliveryLiquidates
|
okhttp3.Call |
DeliveryApi.APIlistDeliverySettlementsRequest.buildCall(ApiCallback _callback)
Build call for listDeliverySettlements
|
okhttp3.Call |
DeliveryApi.APIlistPriceTriggeredDeliveryOrdersRequest.buildCall(ApiCallback _callback)
Build call for listPriceTriggeredDeliveryOrders
|
okhttp3.Call |
FlashSwapApi.APIlistFlashSwapOrdersRequest.buildCall(ApiCallback _callback)
Build call for listFlashSwapOrders
|
List<CancelOrderResult> |
SpotApi.cancelBatchOrders(List<CancelOrder> cancelOrder)
Cancel a batch of orders with an ID list
Multiple currency pairs can be specified, but maximum 20 orders are allowed per request
|
okhttp3.Call |
SpotApi.cancelBatchOrdersAsync(List<CancelOrder> cancelOrder,
ApiCallback<List<CancelOrderResult>> _callback)
Cancel a batch of orders with an ID list (asynchronously)
Multiple currency pairs can be specified, but maximum 20 orders are allowed per request
|
okhttp3.Call |
SpotApi.cancelBatchOrdersCall(List<CancelOrder> cancelOrder,
ApiCallback _callback)
Build call for cancelBatchOrders
|
ApiResponse<List<CancelOrderResult>> |
SpotApi.cancelBatchOrdersWithHttpInfo(List<CancelOrder> cancelOrder)
Cancel a batch of orders with an ID list
Multiple currency pairs can be specified, but maximum 20 orders are allowed per request
|
FuturesOrder |
DeliveryApi.cancelDeliveryOrder(String settle,
String orderId)
Cancel a single order
|
okhttp3.Call |
DeliveryApi.cancelDeliveryOrderAsync(String settle,
String orderId,
ApiCallback<FuturesOrder> _callback)
Cancel a single order (asynchronously)
|
okhttp3.Call |
DeliveryApi.cancelDeliveryOrderCall(String settle,
String orderId,
ApiCallback _callback)
Build call for cancelDeliveryOrder
|
List<FuturesOrder> |
DeliveryApi.cancelDeliveryOrders(String settle,
String contract,
String side)
Cancel all `open` orders matched
Zero-filled order cannot be retrieved 10 minutes after order cancellation
|
okhttp3.Call |
DeliveryApi.cancelDeliveryOrdersAsync(String settle,
String contract,
String side,
ApiCallback<List<FuturesOrder>> _callback)
Cancel all `open` orders matched (asynchronously)
Zero-filled order cannot be retrieved 10 minutes after order cancellation
|
okhttp3.Call |
DeliveryApi.cancelDeliveryOrdersCall(String settle,
String contract,
String side,
ApiCallback _callback)
Build call for cancelDeliveryOrders
|
ApiResponse<List<FuturesOrder>> |
DeliveryApi.cancelDeliveryOrdersWithHttpInfo(String settle,
String contract,
String side)
Cancel all `open` orders matched
Zero-filled order cannot be retrieved 10 minutes after order cancellation
|
ApiResponse<FuturesOrder> |
DeliveryApi.cancelDeliveryOrderWithHttpInfo(String settle,
String orderId)
Cancel a single order
|
FuturesOrder |
FuturesApi.cancelFuturesOrder(String settle,
String orderId)
Cancel a single order
|
okhttp3.Call |
FuturesApi.cancelFuturesOrderAsync(String settle,
String orderId,
ApiCallback<FuturesOrder> _callback)
Cancel a single order (asynchronously)
|
okhttp3.Call |
FuturesApi.cancelFuturesOrderCall(String settle,
String orderId,
ApiCallback _callback)
Build call for cancelFuturesOrder
|
List<FuturesOrder> |
FuturesApi.cancelFuturesOrders(String settle,
String contract,
String side)
Cancel all `open` orders matched
Zero-filled order cannot be retrieved 10 minutes after order cancellation
|
okhttp3.Call |
FuturesApi.cancelFuturesOrdersAsync(String settle,
String contract,
String side,
ApiCallback<List<FuturesOrder>> _callback)
Cancel all `open` orders matched (asynchronously)
Zero-filled order cannot be retrieved 10 minutes after order cancellation
|
okhttp3.Call |
FuturesApi.cancelFuturesOrdersCall(String settle,
String contract,
String side,
ApiCallback _callback)
Build call for cancelFuturesOrders
|
ApiResponse<List<FuturesOrder>> |
FuturesApi.cancelFuturesOrdersWithHttpInfo(String settle,
String contract,
String side)
Cancel all `open` orders matched
Zero-filled order cannot be retrieved 10 minutes after order cancellation
|
ApiResponse<FuturesOrder> |
FuturesApi.cancelFuturesOrderWithHttpInfo(String settle,
String orderId)
Cancel a single order
|
Loan |
MarginApi.cancelLoan(String loanId,
String currency)
Cancel lending loan
Only lent loans can be cancelled
|
okhttp3.Call |
MarginApi.cancelLoanAsync(String loanId,
String currency,
ApiCallback<Loan> _callback)
Cancel lending loan (asynchronously)
Only lent loans can be cancelled
|
okhttp3.Call |
MarginApi.cancelLoanCall(String loanId,
String currency,
ApiCallback _callback)
Build call for cancelLoan
|
ApiResponse<Loan> |
MarginApi.cancelLoanWithHttpInfo(String loanId,
String currency)
Cancel lending loan
Only lent loans can be cancelled
|
OptionsOrder |
OptionsApi.cancelOptionsOrder(Long orderId)
Cancel a single order
|
okhttp3.Call |
OptionsApi.cancelOptionsOrderAsync(Long orderId,
ApiCallback<OptionsOrder> _callback)
Cancel a single order (asynchronously)
|
okhttp3.Call |
OptionsApi.cancelOptionsOrderCall(Long orderId,
ApiCallback _callback)
Build call for cancelOptionsOrder
|
List<OptionsOrder> |
OptionsApi.cancelOptionsOrders(String contract,
String underlying,
String side)
Cancel all `open` orders matched
|
okhttp3.Call |
OptionsApi.cancelOptionsOrdersAsync(String contract,
String underlying,
String side,
ApiCallback<List<OptionsOrder>> _callback)
Cancel all `open` orders matched (asynchronously)
|
okhttp3.Call |
OptionsApi.cancelOptionsOrdersCall(String contract,
String underlying,
String side,
ApiCallback _callback)
Build call for cancelOptionsOrders
|
ApiResponse<List<OptionsOrder>> |
OptionsApi.cancelOptionsOrdersWithHttpInfo(String contract,
String underlying,
String side)
Cancel all `open` orders matched
|
ApiResponse<OptionsOrder> |
OptionsApi.cancelOptionsOrderWithHttpInfo(Long orderId)
Cancel a single order
|
Order |
SpotApi.cancelOrder(String orderId,
String currencyPair,
String account)
Cancel a single order
Spot and margin orders are cancelled by default.
|
okhttp3.Call |
SpotApi.cancelOrderAsync(String orderId,
String currencyPair,
String account,
ApiCallback<Order> _callback)
Cancel a single order (asynchronously)
Spot and margin orders are cancelled by default.
|
okhttp3.Call |
SpotApi.cancelOrderCall(String orderId,
String currencyPair,
String account,
ApiCallback _callback)
Build call for cancelOrder
|
List<Order> |
SpotApi.cancelOrders(String currencyPair,
String side,
String account)
Cancel all `open` orders in specified currency pair
If `account` is not set, all open orders, including spot, margin and cross margin ones, will be cancelled.
|
okhttp3.Call |
SpotApi.cancelOrdersAsync(String currencyPair,
String side,
String account,
ApiCallback<List<Order>> _callback)
Cancel all `open` orders in specified currency pair (asynchronously)
If `account` is not set, all open orders, including spot, margin and cross margin ones, will be cancelled.
|
okhttp3.Call |
SpotApi.cancelOrdersCall(String currencyPair,
String side,
String account,
ApiCallback _callback)
Build call for cancelOrders
|
ApiResponse<List<Order>> |
SpotApi.cancelOrdersWithHttpInfo(String currencyPair,
String side,
String account)
Cancel all `open` orders in specified currency pair
If `account` is not set, all open orders, including spot, margin and cross margin ones, will be cancelled.
|
ApiResponse<Order> |
SpotApi.cancelOrderWithHttpInfo(String orderId,
String currencyPair,
String account)
Cancel a single order
Spot and margin orders are cancelled by default.
|
FuturesPriceTriggeredOrder |
DeliveryApi.cancelPriceTriggeredDeliveryOrder(String settle,
String orderId)
Cancel a single order
|
okhttp3.Call |
DeliveryApi.cancelPriceTriggeredDeliveryOrderAsync(String settle,
String orderId,
ApiCallback<FuturesPriceTriggeredOrder> _callback)
Cancel a single order (asynchronously)
|
okhttp3.Call |
DeliveryApi.cancelPriceTriggeredDeliveryOrderCall(String settle,
String orderId,
ApiCallback _callback)
Build call for cancelPriceTriggeredDeliveryOrder
|
List<FuturesPriceTriggeredOrder> |
DeliveryApi.cancelPriceTriggeredDeliveryOrderList(String settle,
String contract)
Cancel all open orders
|
okhttp3.Call |
DeliveryApi.cancelPriceTriggeredDeliveryOrderListAsync(String settle,
String contract,
ApiCallback<List<FuturesPriceTriggeredOrder>> _callback)
Cancel all open orders (asynchronously)
|
okhttp3.Call |
DeliveryApi.cancelPriceTriggeredDeliveryOrderListCall(String settle,
String contract,
ApiCallback _callback)
Build call for cancelPriceTriggeredDeliveryOrderList
|
ApiResponse<List<FuturesPriceTriggeredOrder>> |
DeliveryApi.cancelPriceTriggeredDeliveryOrderListWithHttpInfo(String settle,
String contract)
Cancel all open orders
|
ApiResponse<FuturesPriceTriggeredOrder> |
DeliveryApi.cancelPriceTriggeredDeliveryOrderWithHttpInfo(String settle,
String orderId)
Cancel a single order
|
FuturesPriceTriggeredOrder |
FuturesApi.cancelPriceTriggeredOrder(String settle,
String orderId)
Cancel a single order
|
okhttp3.Call |
FuturesApi.cancelPriceTriggeredOrderAsync(String settle,
String orderId,
ApiCallback<FuturesPriceTriggeredOrder> _callback)
Cancel a single order (asynchronously)
|
okhttp3.Call |
FuturesApi.cancelPriceTriggeredOrderCall(String settle,
String orderId,
ApiCallback _callback)
Build call for cancelPriceTriggeredOrder
|
List<FuturesPriceTriggeredOrder> |
FuturesApi.cancelPriceTriggeredOrderList(String settle,
String contract)
Cancel all open orders
|
okhttp3.Call |
FuturesApi.cancelPriceTriggeredOrderListAsync(String settle,
String contract,
ApiCallback<List<FuturesPriceTriggeredOrder>> _callback)
Cancel all open orders (asynchronously)
|
okhttp3.Call |
FuturesApi.cancelPriceTriggeredOrderListCall(String settle,
String contract,
ApiCallback _callback)
Build call for cancelPriceTriggeredOrderList
|
ApiResponse<List<FuturesPriceTriggeredOrder>> |
FuturesApi.cancelPriceTriggeredOrderListWithHttpInfo(String settle,
String contract)
Cancel all open orders
|
ApiResponse<FuturesPriceTriggeredOrder> |
FuturesApi.cancelPriceTriggeredOrderWithHttpInfo(String settle,
String orderId)
Cancel a single order
|
SpotPriceTriggeredOrder |
SpotApi.cancelSpotPriceTriggeredOrder(String orderId)
Cancel a single order
|
okhttp3.Call |
SpotApi.cancelSpotPriceTriggeredOrderAsync(String orderId,
ApiCallback<SpotPriceTriggeredOrder> _callback)
Cancel a single order (asynchronously)
|
okhttp3.Call |
SpotApi.cancelSpotPriceTriggeredOrderCall(String orderId,
ApiCallback _callback)
Build call for cancelSpotPriceTriggeredOrder
|
List<SpotPriceTriggeredOrder> |
SpotApi.cancelSpotPriceTriggeredOrderList(String market,
String account)
Cancel all open orders
|
okhttp3.Call |
SpotApi.cancelSpotPriceTriggeredOrderListAsync(String market,
String account,
ApiCallback<List<SpotPriceTriggeredOrder>> _callback)
Cancel all open orders (asynchronously)
|
okhttp3.Call |
SpotApi.cancelSpotPriceTriggeredOrderListCall(String market,
String account,
ApiCallback _callback)
Build call for cancelSpotPriceTriggeredOrderList
|
ApiResponse<List<SpotPriceTriggeredOrder>> |
SpotApi.cancelSpotPriceTriggeredOrderListWithHttpInfo(String market,
String account)
Cancel all open orders
|
ApiResponse<SpotPriceTriggeredOrder> |
SpotApi.cancelSpotPriceTriggeredOrderWithHttpInfo(String orderId)
Cancel a single order
|
LedgerRecord |
WithdrawalApi.cancelWithdrawal(String withdrawalId)
Cancel withdrawal with specified ID
|
okhttp3.Call |
WithdrawalApi.cancelWithdrawalAsync(String withdrawalId,
ApiCallback<LedgerRecord> _callback)
Cancel withdrawal with specified ID (asynchronously)
|
okhttp3.Call |
WithdrawalApi.cancelWithdrawalCall(String withdrawalId,
ApiCallback _callback)
Build call for cancelWithdrawal
|
ApiResponse<LedgerRecord> |
WithdrawalApi.cancelWithdrawalWithHttpInfo(String withdrawalId)
Cancel withdrawal with specified ID
|
List<BatchOrder> |
SpotApi.createBatchOrders(List<Order> order)
Create a batch of orders
Batch orders requirements: 1.
|
okhttp3.Call |
SpotApi.createBatchOrdersAsync(List<Order> order,
ApiCallback<List<BatchOrder>> _callback)
Create a batch of orders (asynchronously)
Batch orders requirements: 1.
|
okhttp3.Call |
SpotApi.createBatchOrdersCall(List<Order> order,
ApiCallback _callback)
Build call for createBatchOrders
|
ApiResponse<List<BatchOrder>> |
SpotApi.createBatchOrdersWithHttpInfo(List<Order> order)
Create a batch of orders
Batch orders requirements: 1.
|
CrossMarginLoan |
MarginApi.createCrossMarginLoan(CrossMarginLoan crossMarginLoan)
Create a cross margin borrow loan
Borrow amount cannot be less than currency minimum borrow amount
|
okhttp3.Call |
MarginApi.createCrossMarginLoanAsync(CrossMarginLoan crossMarginLoan,
ApiCallback<CrossMarginLoan> _callback)
Create a cross margin borrow loan (asynchronously)
Borrow amount cannot be less than currency minimum borrow amount
|
okhttp3.Call |
MarginApi.createCrossMarginLoanCall(CrossMarginLoan crossMarginLoan,
ApiCallback _callback)
Build call for createCrossMarginLoan
|
ApiResponse<CrossMarginLoan> |
MarginApi.createCrossMarginLoanWithHttpInfo(CrossMarginLoan crossMarginLoan)
Create a cross margin borrow loan
Borrow amount cannot be less than currency minimum borrow amount
|
FuturesOrder |
DeliveryApi.createDeliveryOrder(String settle,
FuturesOrder futuresOrder)
Create a futures order
Zero-filled order cannot be retrieved 10 minutes after order cancellation
|
okhttp3.Call |
DeliveryApi.createDeliveryOrderAsync(String settle,
FuturesOrder futuresOrder,
ApiCallback<FuturesOrder> _callback)
Create a futures order (asynchronously)
Zero-filled order cannot be retrieved 10 minutes after order cancellation
|
okhttp3.Call |
DeliveryApi.createDeliveryOrderCall(String settle,
FuturesOrder futuresOrder,
ApiCallback _callback)
Build call for createDeliveryOrder
|
ApiResponse<FuturesOrder> |
DeliveryApi.createDeliveryOrderWithHttpInfo(String settle,
FuturesOrder futuresOrder)
Create a futures order
Zero-filled order cannot be retrieved 10 minutes after order cancellation
|
FlashSwapOrder |
FlashSwapApi.createFlashSwapOrder(FlashSwapOrderRequest flashSwapOrderRequest)
Create a flash swap order
Initiate a flash swap preview in advance because order creation requires a preview result
|
okhttp3.Call |
FlashSwapApi.createFlashSwapOrderAsync(FlashSwapOrderRequest flashSwapOrderRequest,
ApiCallback<FlashSwapOrder> _callback)
Create a flash swap order (asynchronously)
Initiate a flash swap preview in advance because order creation requires a preview result
|
okhttp3.Call |
FlashSwapApi.createFlashSwapOrderCall(FlashSwapOrderRequest flashSwapOrderRequest,
ApiCallback _callback)
Build call for createFlashSwapOrder
|
ApiResponse<FlashSwapOrder> |
FlashSwapApi.createFlashSwapOrderWithHttpInfo(FlashSwapOrderRequest flashSwapOrderRequest)
Create a flash swap order
Initiate a flash swap preview in advance because order creation requires a preview result
|
FuturesOrder |
FuturesApi.createFuturesOrder(String settle,
FuturesOrder futuresOrder)
Create a futures order
- Creating futures orders requires `size`, which is number of contracts instead of currency amount.
|
okhttp3.Call |
FuturesApi.createFuturesOrderAsync(String settle,
FuturesOrder futuresOrder,
ApiCallback<FuturesOrder> _callback)
Create a futures order (asynchronously)
- Creating futures orders requires `size`, which is number of contracts instead of currency amount.
|
okhttp3.Call |
FuturesApi.createFuturesOrderCall(String settle,
FuturesOrder futuresOrder,
ApiCallback _callback)
Build call for createFuturesOrder
|
ApiResponse<FuturesOrder> |
FuturesApi.createFuturesOrderWithHttpInfo(String settle,
FuturesOrder futuresOrder)
Create a futures order
- Creating futures orders requires `size`, which is number of contracts instead of currency amount.
|
Loan |
MarginApi.createLoan(Loan loan)
Lend or borrow
|
okhttp3.Call |
MarginApi.createLoanAsync(Loan loan,
ApiCallback<Loan> _callback)
Lend or borrow (asynchronously)
|
okhttp3.Call |
MarginApi.createLoanCall(Loan loan,
ApiCallback _callback)
Build call for createLoan
|
ApiResponse<Loan> |
MarginApi.createLoanWithHttpInfo(Loan loan)
Lend or borrow
|
OptionsOrder |
OptionsApi.createOptionsOrder(OptionsOrder optionsOrder)
Create an options order
|
okhttp3.Call |
OptionsApi.createOptionsOrderAsync(OptionsOrder optionsOrder,
ApiCallback<OptionsOrder> _callback)
Create an options order (asynchronously)
|
okhttp3.Call |
OptionsApi.createOptionsOrderCall(OptionsOrder optionsOrder,
ApiCallback _callback)
Build call for createOptionsOrder
|
ApiResponse<OptionsOrder> |
OptionsApi.createOptionsOrderWithHttpInfo(OptionsOrder optionsOrder)
Create an options order
|
Order |
SpotApi.createOrder(Order order)
Create an order
You can place orders with spot, margin or cross margin account through setting the `account `field.
|
okhttp3.Call |
SpotApi.createOrderAsync(Order order,
ApiCallback<Order> _callback)
Create an order (asynchronously)
You can place orders with spot, margin or cross margin account through setting the `account `field.
|
okhttp3.Call |
SpotApi.createOrderCall(Order order,
ApiCallback _callback)
Build call for createOrder
|
ApiResponse<Order> |
SpotApi.createOrderWithHttpInfo(Order order)
Create an order
You can place orders with spot, margin or cross margin account through setting the `account `field.
|
TriggerOrderResponse |
DeliveryApi.createPriceTriggeredDeliveryOrder(String settle,
FuturesPriceTriggeredOrder futuresPriceTriggeredOrder)
Create a price-triggered order
|
okhttp3.Call |
DeliveryApi.createPriceTriggeredDeliveryOrderAsync(String settle,
FuturesPriceTriggeredOrder futuresPriceTriggeredOrder,
ApiCallback<TriggerOrderResponse> _callback)
Create a price-triggered order (asynchronously)
|
okhttp3.Call |
DeliveryApi.createPriceTriggeredDeliveryOrderCall(String settle,
FuturesPriceTriggeredOrder futuresPriceTriggeredOrder,
ApiCallback _callback)
Build call for createPriceTriggeredDeliveryOrder
|
ApiResponse<TriggerOrderResponse> |
DeliveryApi.createPriceTriggeredDeliveryOrderWithHttpInfo(String settle,
FuturesPriceTriggeredOrder futuresPriceTriggeredOrder)
Create a price-triggered order
|
TriggerOrderResponse |
FuturesApi.createPriceTriggeredOrder(String settle,
FuturesPriceTriggeredOrder futuresPriceTriggeredOrder)
Create a price-triggered order
|
okhttp3.Call |
FuturesApi.createPriceTriggeredOrderAsync(String settle,
FuturesPriceTriggeredOrder futuresPriceTriggeredOrder,
ApiCallback<TriggerOrderResponse> _callback)
Create a price-triggered order (asynchronously)
|
okhttp3.Call |
FuturesApi.createPriceTriggeredOrderCall(String settle,
FuturesPriceTriggeredOrder futuresPriceTriggeredOrder,
ApiCallback _callback)
Build call for createPriceTriggeredOrder
|
ApiResponse<TriggerOrderResponse> |
FuturesApi.createPriceTriggeredOrderWithHttpInfo(String settle,
FuturesPriceTriggeredOrder futuresPriceTriggeredOrder)
Create a price-triggered order
|
TriggerOrderResponse |
SpotApi.createSpotPriceTriggeredOrder(SpotPriceTriggeredOrder spotPriceTriggeredOrder)
Create a price-triggered order
|
okhttp3.Call |
SpotApi.createSpotPriceTriggeredOrderAsync(SpotPriceTriggeredOrder spotPriceTriggeredOrder,
ApiCallback<TriggerOrderResponse> _callback)
Create a price-triggered order (asynchronously)
|
okhttp3.Call |
SpotApi.createSpotPriceTriggeredOrderCall(SpotPriceTriggeredOrder spotPriceTriggeredOrder,
ApiCallback _callback)
Build call for createSpotPriceTriggeredOrder
|
ApiResponse<TriggerOrderResponse> |
SpotApi.createSpotPriceTriggeredOrderWithHttpInfo(SpotPriceTriggeredOrder spotPriceTriggeredOrder)
Create a price-triggered order
|
List<Ticker> |
SpotApi.APIlistTickersRequest.execute()
Execute listTickers request
|
OrderBook |
SpotApi.APIlistOrderBookRequest.execute()
Execute listOrderBook request
|
List<Trade> |
SpotApi.APIlistTradesRequest.execute()
Execute listTrades request
|
List<List<String>> |
SpotApi.APIlistCandlesticksRequest.execute()
Execute listCandlesticks request
|
TradeFee |
SpotApi.APIgetFeeRequest.execute()
Deprecated.
|
List<SpotAccount> |
SpotApi.APIlistSpotAccountsRequest.execute()
Execute listSpotAccounts request
|
List<OpenOrders> |
SpotApi.APIlistAllOpenOrdersRequest.execute()
Execute listAllOpenOrders request
|
List<Order> |
SpotApi.APIlistOrdersRequest.execute()
Execute listOrders request
|
List<Trade> |
SpotApi.APIlistMyTradesRequest.execute()
Execute listMyTrades request
|
List<SpotPriceTriggeredOrder> |
SpotApi.APIlistSpotPriceTriggeredOrdersRequest.execute()
Execute listSpotPriceTriggeredOrders request
|
List<MarginAccount> |
MarginApi.APIlistMarginAccountsRequest.execute()
Execute listMarginAccounts request
|
List<MarginAccountBook> |
MarginApi.APIlistMarginAccountBookRequest.execute()
Execute listMarginAccountBook request
|
List<FundingAccount> |
MarginApi.APIlistFundingAccountsRequest.execute()
Execute listFundingAccounts request
|
List<Loan> |
MarginApi.APIlistLoansRequest.execute()
Execute listLoans request
|
List<LoanRecord> |
MarginApi.APIlistLoanRecordsRequest.execute()
Execute listLoanRecords request
|
MarginTransferable |
MarginApi.APIgetMarginTransferableRequest.execute()
Execute getMarginTransferable request
|
MarginBorrowable |
MarginApi.APIgetMarginBorrowableRequest.execute()
Execute getMarginBorrowable request
|
List<CrossMarginAccountBook> |
MarginApi.APIlistCrossMarginAccountBookRequest.execute()
Execute listCrossMarginAccountBook request
|
List<CrossMarginLoan> |
MarginApi.APIlistCrossMarginLoansRequest.execute()
Execute listCrossMarginLoans request
|
List<CrossMarginRepayment> |
MarginApi.APIlistCrossMarginRepaymentsRequest.execute()
Execute listCrossMarginRepayments request
|
List<OptionsContract> |
OptionsApi.APIlistOptionsContractsRequest.execute()
Execute listOptionsContracts request
|
List<OptionsSettlement> |
OptionsApi.APIlistOptionsSettlementsRequest.execute()
Execute listOptionsSettlements request
|
FuturesOrderBook |
OptionsApi.APIlistOptionsOrderBookRequest.execute()
Execute listOptionsOrderBook request
|
List<FuturesCandlestick> |
OptionsApi.APIlistOptionsCandlesticksRequest.execute()
Execute listOptionsCandlesticks request
|
List<FuturesCandlestick> |
OptionsApi.APIlistOptionsUnderlyingCandlesticksRequest.execute()
Execute listOptionsUnderlyingCandlesticks request
|
List<FuturesTrade> |
OptionsApi.APIlistOptionsTradesRequest.execute()
Execute listOptionsTrades request
|
List<OptionsAccountBook> |
OptionsApi.APIlistOptionsAccountBookRequest.execute()
Execute listOptionsAccountBook request
|
List<OptionsPosition> |
OptionsApi.APIlistOptionsPositionsRequest.execute()
Execute listOptionsPositions request
|
List<OptionsPositionClose> |
OptionsApi.APIlistOptionsPositionCloseRequest.execute()
Execute listOptionsPositionClose request
|
List<OptionsOrder> |
OptionsApi.APIlistOptionsOrdersRequest.execute()
Execute listOptionsOrders request
|
List<OptionsMyTrade> |
OptionsApi.APIlistMyOptionsTradesRequest.execute()
Execute listMyOptionsTrades request
|
List<LedgerRecord> |
WalletApi.APIlistWithdrawalsRequest.execute()
Execute listWithdrawals request
|
List<LedgerRecord> |
WalletApi.APIlistDepositsRequest.execute()
Execute listDeposits request
|
List<SubAccountTransfer> |
WalletApi.APIlistSubAccountTransfersRequest.execute()
Execute listSubAccountTransfers request
|
List<WithdrawStatus> |
WalletApi.APIlistWithdrawStatusRequest.execute()
Execute listWithdrawStatus request
|
List<SubAccountBalance> |
WalletApi.APIlistSubAccountBalancesRequest.execute()
Execute listSubAccountBalances request
|
List<SubAccountMarginBalance> |
WalletApi.APIlistSubAccountMarginBalancesRequest.execute()
Execute listSubAccountMarginBalances request
|
List<SubAccountFuturesBalance> |
WalletApi.APIlistSubAccountFuturesBalancesRequest.execute()
Execute listSubAccountFuturesBalances request
|
TradeFee |
WalletApi.APIgetTradeFeeRequest.execute()
Execute getTradeFee request
|
TotalBalance |
WalletApi.APIgetTotalBalanceRequest.execute()
Execute getTotalBalance request
|
FuturesOrderBook |
FuturesApi.APIlistFuturesOrderBookRequest.execute()
Execute listFuturesOrderBook request
|
List<FuturesTrade> |
FuturesApi.APIlistFuturesTradesRequest.execute()
Execute listFuturesTrades request
|
List<FuturesCandlestick> |
FuturesApi.APIlistFuturesCandlesticksRequest.execute()
Execute listFuturesCandlesticks request
|
List<FuturesTicker> |
FuturesApi.APIlistFuturesTickersRequest.execute()
Execute listFuturesTickers request
|
List<FundingRateRecord> |
FuturesApi.APIlistFuturesFundingRateHistoryRequest.execute()
Execute listFuturesFundingRateHistory request
|
List<InsuranceRecord> |
FuturesApi.APIlistFuturesInsuranceLedgerRequest.execute()
Execute listFuturesInsuranceLedger request
|
List<ContractStat> |
FuturesApi.APIlistContractStatsRequest.execute()
Execute listContractStats request
|
List<FuturesLiquidate> |
FuturesApi.APIlistLiquidatedOrdersRequest.execute()
Execute listLiquidatedOrders request
|
List<FuturesAccountBook> |
FuturesApi.APIlistFuturesAccountBookRequest.execute()
Execute listFuturesAccountBook request
|
List<FuturesOrder> |
FuturesApi.APIlistFuturesOrdersRequest.execute()
Execute listFuturesOrders request
|
List<MyFuturesTrade> |
FuturesApi.APIgetMyTradesRequest.execute()
Execute getMyTrades request
|
List<PositionClose> |
FuturesApi.APIlistPositionCloseRequest.execute()
Execute listPositionClose request
|
List<FuturesLiquidate> |
FuturesApi.APIlistLiquidatesRequest.execute()
Execute listLiquidates request
|
List<FuturesPriceTriggeredOrder> |
FuturesApi.APIlistPriceTriggeredOrdersRequest.execute()
Execute listPriceTriggeredOrders request
|
FuturesOrderBook |
DeliveryApi.APIlistDeliveryOrderBookRequest.execute()
Execute listDeliveryOrderBook request
|
List<FuturesTrade> |
DeliveryApi.APIlistDeliveryTradesRequest.execute()
Execute listDeliveryTrades request
|
List<FuturesCandlestick> |
DeliveryApi.APIlistDeliveryCandlesticksRequest.execute()
Execute listDeliveryCandlesticks request
|
List<FuturesTicker> |
DeliveryApi.APIlistDeliveryTickersRequest.execute()
Execute listDeliveryTickers request
|
List<InsuranceRecord> |
DeliveryApi.APIlistDeliveryInsuranceLedgerRequest.execute()
Execute listDeliveryInsuranceLedger request
|
List<FuturesAccountBook> |
DeliveryApi.APIlistDeliveryAccountBookRequest.execute()
Execute listDeliveryAccountBook request
|
List<FuturesOrder> |
DeliveryApi.APIlistDeliveryOrdersRequest.execute()
Execute listDeliveryOrders request
|
List<MyFuturesTrade> |
DeliveryApi.APIgetMyDeliveryTradesRequest.execute()
Execute getMyDeliveryTrades request
|
List<PositionClose> |
DeliveryApi.APIlistDeliveryPositionCloseRequest.execute()
Execute listDeliveryPositionClose request
|
List<FuturesLiquidate> |
DeliveryApi.APIlistDeliveryLiquidatesRequest.execute()
Execute listDeliveryLiquidates request
|
List<DeliverySettlement> |
DeliveryApi.APIlistDeliverySettlementsRequest.execute()
Execute listDeliverySettlements request
|
List<FuturesPriceTriggeredOrder> |
DeliveryApi.APIlistPriceTriggeredDeliveryOrdersRequest.execute()
Execute listPriceTriggeredDeliveryOrders request
|
List<FlashSwapOrder> |
FlashSwapApi.APIlistFlashSwapOrdersRequest.execute()
Execute listFlashSwapOrders request
|
okhttp3.Call |
OptionsApi.APIlistOptionsOrderBookRequest.executeAsync(ApiCallback<FuturesOrderBook> _callback)
Execute listOptionsOrderBook request (asynchronously)
|
okhttp3.Call |
FuturesApi.APIlistFuturesOrderBookRequest.executeAsync(ApiCallback<FuturesOrderBook> _callback)
Execute listFuturesOrderBook request (asynchronously)
|
okhttp3.Call |
DeliveryApi.APIlistDeliveryOrderBookRequest.executeAsync(ApiCallback<FuturesOrderBook> _callback)
Execute listDeliveryOrderBook request (asynchronously)
|
okhttp3.Call |
FuturesApi.APIlistContractStatsRequest.executeAsync(ApiCallback<List<ContractStat>> _callback)
Execute listContractStats request (asynchronously)
|
okhttp3.Call |
MarginApi.APIlistCrossMarginAccountBookRequest.executeAsync(ApiCallback<List<CrossMarginAccountBook>> _callback)
Execute listCrossMarginAccountBook request (asynchronously)
|
okhttp3.Call |
MarginApi.APIlistCrossMarginLoansRequest.executeAsync(ApiCallback<List<CrossMarginLoan>> _callback)
Execute listCrossMarginLoans request (asynchronously)
|
okhttp3.Call |
MarginApi.APIlistCrossMarginRepaymentsRequest.executeAsync(ApiCallback<List<CrossMarginRepayment>> _callback)
Execute listCrossMarginRepayments request (asynchronously)
|
okhttp3.Call |
DeliveryApi.APIlistDeliverySettlementsRequest.executeAsync(ApiCallback<List<DeliverySettlement>> _callback)
Execute listDeliverySettlements request (asynchronously)
|
okhttp3.Call |
FlashSwapApi.APIlistFlashSwapOrdersRequest.executeAsync(ApiCallback<List<FlashSwapOrder>> _callback)
Execute listFlashSwapOrders request (asynchronously)
|
okhttp3.Call |
MarginApi.APIlistFundingAccountsRequest.executeAsync(ApiCallback<List<FundingAccount>> _callback)
Execute listFundingAccounts request (asynchronously)
|
okhttp3.Call |
FuturesApi.APIlistFuturesFundingRateHistoryRequest.executeAsync(ApiCallback<List<FundingRateRecord>> _callback)
Execute listFuturesFundingRateHistory request (asynchronously)
|
okhttp3.Call |
FuturesApi.APIlistFuturesAccountBookRequest.executeAsync(ApiCallback<List<FuturesAccountBook>> _callback)
Execute listFuturesAccountBook request (asynchronously)
|
okhttp3.Call |
DeliveryApi.APIlistDeliveryAccountBookRequest.executeAsync(ApiCallback<List<FuturesAccountBook>> _callback)
Execute listDeliveryAccountBook request (asynchronously)
|
okhttp3.Call |
OptionsApi.APIlistOptionsCandlesticksRequest.executeAsync(ApiCallback<List<FuturesCandlestick>> _callback)
Execute listOptionsCandlesticks request (asynchronously)
|
okhttp3.Call |
OptionsApi.APIlistOptionsUnderlyingCandlesticksRequest.executeAsync(ApiCallback<List<FuturesCandlestick>> _callback)
Execute listOptionsUnderlyingCandlesticks request (asynchronously)
|
okhttp3.Call |
FuturesApi.APIlistFuturesCandlesticksRequest.executeAsync(ApiCallback<List<FuturesCandlestick>> _callback)
Execute listFuturesCandlesticks request (asynchronously)
|
okhttp3.Call |
DeliveryApi.APIlistDeliveryCandlesticksRequest.executeAsync(ApiCallback<List<FuturesCandlestick>> _callback)
Execute listDeliveryCandlesticks request (asynchronously)
|
okhttp3.Call |
FuturesApi.APIlistLiquidatedOrdersRequest.executeAsync(ApiCallback<List<FuturesLiquidate>> _callback)
Execute listLiquidatedOrders request (asynchronously)
|
okhttp3.Call |
FuturesApi.APIlistLiquidatesRequest.executeAsync(ApiCallback<List<FuturesLiquidate>> _callback)
Execute listLiquidates request (asynchronously)
|
okhttp3.Call |
DeliveryApi.APIlistDeliveryLiquidatesRequest.executeAsync(ApiCallback<List<FuturesLiquidate>> _callback)
Execute listDeliveryLiquidates request (asynchronously)
|
okhttp3.Call |
FuturesApi.APIlistFuturesOrdersRequest.executeAsync(ApiCallback<List<FuturesOrder>> _callback)
Execute listFuturesOrders request (asynchronously)
|
okhttp3.Call |
DeliveryApi.APIlistDeliveryOrdersRequest.executeAsync(ApiCallback<List<FuturesOrder>> _callback)
Execute listDeliveryOrders request (asynchronously)
|
okhttp3.Call |
FuturesApi.APIlistPriceTriggeredOrdersRequest.executeAsync(ApiCallback<List<FuturesPriceTriggeredOrder>> _callback)
Execute listPriceTriggeredOrders request (asynchronously)
|
okhttp3.Call |
DeliveryApi.APIlistPriceTriggeredDeliveryOrdersRequest.executeAsync(ApiCallback<List<FuturesPriceTriggeredOrder>> _callback)
Execute listPriceTriggeredDeliveryOrders request (asynchronously)
|
okhttp3.Call |
FuturesApi.APIlistFuturesTickersRequest.executeAsync(ApiCallback<List<FuturesTicker>> _callback)
Execute listFuturesTickers request (asynchronously)
|
okhttp3.Call |
DeliveryApi.APIlistDeliveryTickersRequest.executeAsync(ApiCallback<List<FuturesTicker>> _callback)
Execute listDeliveryTickers request (asynchronously)
|
okhttp3.Call |
OptionsApi.APIlistOptionsTradesRequest.executeAsync(ApiCallback<List<FuturesTrade>> _callback)
Execute listOptionsTrades request (asynchronously)
|
okhttp3.Call |
FuturesApi.APIlistFuturesTradesRequest.executeAsync(ApiCallback<List<FuturesTrade>> _callback)
Execute listFuturesTrades request (asynchronously)
|
okhttp3.Call |
DeliveryApi.APIlistDeliveryTradesRequest.executeAsync(ApiCallback<List<FuturesTrade>> _callback)
Execute listDeliveryTrades request (asynchronously)
|
okhttp3.Call |
FuturesApi.APIlistFuturesInsuranceLedgerRequest.executeAsync(ApiCallback<List<InsuranceRecord>> _callback)
Execute listFuturesInsuranceLedger request (asynchronously)
|
okhttp3.Call |
DeliveryApi.APIlistDeliveryInsuranceLedgerRequest.executeAsync(ApiCallback<List<InsuranceRecord>> _callback)
Execute listDeliveryInsuranceLedger request (asynchronously)
|
okhttp3.Call |
WalletApi.APIlistWithdrawalsRequest.executeAsync(ApiCallback<List<LedgerRecord>> _callback)
Execute listWithdrawals request (asynchronously)
|
okhttp3.Call |
WalletApi.APIlistDepositsRequest.executeAsync(ApiCallback<List<LedgerRecord>> _callback)
Execute listDeposits request (asynchronously)
|
okhttp3.Call |
SpotApi.APIlistCandlesticksRequest.executeAsync(ApiCallback<List<List<String>>> _callback)
Execute listCandlesticks request (asynchronously)
|
okhttp3.Call |
MarginApi.APIlistLoansRequest.executeAsync(ApiCallback<List<Loan>> _callback)
Execute listLoans request (asynchronously)
|
okhttp3.Call |
MarginApi.APIlistLoanRecordsRequest.executeAsync(ApiCallback<List<LoanRecord>> _callback)
Execute listLoanRecords request (asynchronously)
|
okhttp3.Call |
MarginApi.APIlistMarginAccountsRequest.executeAsync(ApiCallback<List<MarginAccount>> _callback)
Execute listMarginAccounts request (asynchronously)
|
okhttp3.Call |
MarginApi.APIlistMarginAccountBookRequest.executeAsync(ApiCallback<List<MarginAccountBook>> _callback)
Execute listMarginAccountBook request (asynchronously)
|
okhttp3.Call |
FuturesApi.APIgetMyTradesRequest.executeAsync(ApiCallback<List<MyFuturesTrade>> _callback)
Execute getMyTrades request (asynchronously)
|
okhttp3.Call |
DeliveryApi.APIgetMyDeliveryTradesRequest.executeAsync(ApiCallback<List<MyFuturesTrade>> _callback)
Execute getMyDeliveryTrades request (asynchronously)
|
okhttp3.Call |
SpotApi.APIlistAllOpenOrdersRequest.executeAsync(ApiCallback<List<OpenOrders>> _callback)
Execute listAllOpenOrders request (asynchronously)
|
okhttp3.Call |
OptionsApi.APIlistOptionsAccountBookRequest.executeAsync(ApiCallback<List<OptionsAccountBook>> _callback)
Execute listOptionsAccountBook request (asynchronously)
|
okhttp3.Call |
OptionsApi.APIlistOptionsContractsRequest.executeAsync(ApiCallback<List<OptionsContract>> _callback)
Execute listOptionsContracts request (asynchronously)
|
okhttp3.Call |
OptionsApi.APIlistMyOptionsTradesRequest.executeAsync(ApiCallback<List<OptionsMyTrade>> _callback)
Execute listMyOptionsTrades request (asynchronously)
|
okhttp3.Call |
OptionsApi.APIlistOptionsOrdersRequest.executeAsync(ApiCallback<List<OptionsOrder>> _callback)
Execute listOptionsOrders request (asynchronously)
|
okhttp3.Call |
OptionsApi.APIlistOptionsPositionsRequest.executeAsync(ApiCallback<List<OptionsPosition>> _callback)
Execute listOptionsPositions request (asynchronously)
|
okhttp3.Call |
OptionsApi.APIlistOptionsPositionCloseRequest.executeAsync(ApiCallback<List<OptionsPositionClose>> _callback)
Execute listOptionsPositionClose request (asynchronously)
|
okhttp3.Call |
OptionsApi.APIlistOptionsSettlementsRequest.executeAsync(ApiCallback<List<OptionsSettlement>> _callback)
Execute listOptionsSettlements request (asynchronously)
|
okhttp3.Call |
SpotApi.APIlistOrdersRequest.executeAsync(ApiCallback<List<Order>> _callback)
Execute listOrders request (asynchronously)
|
okhttp3.Call |
FuturesApi.APIlistPositionCloseRequest.executeAsync(ApiCallback<List<PositionClose>> _callback)
Execute listPositionClose request (asynchronously)
|
okhttp3.Call |
DeliveryApi.APIlistDeliveryPositionCloseRequest.executeAsync(ApiCallback<List<PositionClose>> _callback)
Execute listDeliveryPositionClose request (asynchronously)
|
okhttp3.Call |
SpotApi.APIlistSpotAccountsRequest.executeAsync(ApiCallback<List<SpotAccount>> _callback)
Execute listSpotAccounts request (asynchronously)
|
okhttp3.Call |
SpotApi.APIlistSpotPriceTriggeredOrdersRequest.executeAsync(ApiCallback<List<SpotPriceTriggeredOrder>> _callback)
Execute listSpotPriceTriggeredOrders request (asynchronously)
|
okhttp3.Call |
WalletApi.APIlistSubAccountBalancesRequest.executeAsync(ApiCallback<List<SubAccountBalance>> _callback)
Execute listSubAccountBalances request (asynchronously)
|
okhttp3.Call |
WalletApi.APIlistSubAccountFuturesBalancesRequest.executeAsync(ApiCallback<List<SubAccountFuturesBalance>> _callback)
Execute listSubAccountFuturesBalances request (asynchronously)
|
okhttp3.Call |
WalletApi.APIlistSubAccountMarginBalancesRequest.executeAsync(ApiCallback<List<SubAccountMarginBalance>> _callback)
Execute listSubAccountMarginBalances request (asynchronously)
|
okhttp3.Call |
WalletApi.APIlistSubAccountTransfersRequest.executeAsync(ApiCallback<List<SubAccountTransfer>> _callback)
Execute listSubAccountTransfers request (asynchronously)
|
okhttp3.Call |
SpotApi.APIlistTickersRequest.executeAsync(ApiCallback<List<Ticker>> _callback)
Execute listTickers request (asynchronously)
|
okhttp3.Call |
SpotApi.APIlistTradesRequest.executeAsync(ApiCallback<List<Trade>> _callback)
Execute listTrades request (asynchronously)
|
okhttp3.Call |
SpotApi.APIlistMyTradesRequest.executeAsync(ApiCallback<List<Trade>> _callback)
Execute listMyTrades request (asynchronously)
|
okhttp3.Call |
WalletApi.APIlistWithdrawStatusRequest.executeAsync(ApiCallback<List<WithdrawStatus>> _callback)
Execute listWithdrawStatus request (asynchronously)
|
okhttp3.Call |
MarginApi.APIgetMarginBorrowableRequest.executeAsync(ApiCallback<MarginBorrowable> _callback)
Execute getMarginBorrowable request (asynchronously)
|
okhttp3.Call |
MarginApi.APIgetMarginTransferableRequest.executeAsync(ApiCallback<MarginTransferable> _callback)
Execute getMarginTransferable request (asynchronously)
|
okhttp3.Call |
SpotApi.APIlistOrderBookRequest.executeAsync(ApiCallback<OrderBook> _callback)
Execute listOrderBook request (asynchronously)
|
okhttp3.Call |
WalletApi.APIgetTotalBalanceRequest.executeAsync(ApiCallback<TotalBalance> _callback)
Execute getTotalBalance request (asynchronously)
|
okhttp3.Call |
SpotApi.APIgetFeeRequest.executeAsync(ApiCallback<TradeFee> _callback)
Deprecated.
|
okhttp3.Call |
WalletApi.APIgetTradeFeeRequest.executeAsync(ApiCallback<TradeFee> _callback)
Execute getTradeFee request (asynchronously)
|
ApiResponse<List<Ticker>> |
SpotApi.APIlistTickersRequest.executeWithHttpInfo()
Execute listTickers request with HTTP info returned
|
ApiResponse<OrderBook> |
SpotApi.APIlistOrderBookRequest.executeWithHttpInfo()
Execute listOrderBook request with HTTP info returned
|
ApiResponse<List<Trade>> |
SpotApi.APIlistTradesRequest.executeWithHttpInfo()
Execute listTrades request with HTTP info returned
|
ApiResponse<List<List<String>>> |
SpotApi.APIlistCandlesticksRequest.executeWithHttpInfo()
Execute listCandlesticks request with HTTP info returned
|
ApiResponse<TradeFee> |
SpotApi.APIgetFeeRequest.executeWithHttpInfo()
Deprecated.
|
ApiResponse<List<SpotAccount>> |
SpotApi.APIlistSpotAccountsRequest.executeWithHttpInfo()
Execute listSpotAccounts request with HTTP info returned
|
ApiResponse<List<OpenOrders>> |
SpotApi.APIlistAllOpenOrdersRequest.executeWithHttpInfo()
Execute listAllOpenOrders request with HTTP info returned
|
ApiResponse<List<Order>> |
SpotApi.APIlistOrdersRequest.executeWithHttpInfo()
Execute listOrders request with HTTP info returned
|
ApiResponse<List<Trade>> |
SpotApi.APIlistMyTradesRequest.executeWithHttpInfo()
Execute listMyTrades request with HTTP info returned
|
ApiResponse<List<SpotPriceTriggeredOrder>> |
SpotApi.APIlistSpotPriceTriggeredOrdersRequest.executeWithHttpInfo()
Execute listSpotPriceTriggeredOrders request with HTTP info returned
|
ApiResponse<List<MarginAccount>> |
MarginApi.APIlistMarginAccountsRequest.executeWithHttpInfo()
Execute listMarginAccounts request with HTTP info returned
|
ApiResponse<List<MarginAccountBook>> |
MarginApi.APIlistMarginAccountBookRequest.executeWithHttpInfo()
Execute listMarginAccountBook request with HTTP info returned
|
ApiResponse<List<FundingAccount>> |
MarginApi.APIlistFundingAccountsRequest.executeWithHttpInfo()
Execute listFundingAccounts request with HTTP info returned
|
ApiResponse<List<Loan>> |
MarginApi.APIlistLoansRequest.executeWithHttpInfo()
Execute listLoans request with HTTP info returned
|
ApiResponse<List<LoanRecord>> |
MarginApi.APIlistLoanRecordsRequest.executeWithHttpInfo()
Execute listLoanRecords request with HTTP info returned
|
ApiResponse<MarginTransferable> |
MarginApi.APIgetMarginTransferableRequest.executeWithHttpInfo()
Execute getMarginTransferable request with HTTP info returned
|
ApiResponse<MarginBorrowable> |
MarginApi.APIgetMarginBorrowableRequest.executeWithHttpInfo()
Execute getMarginBorrowable request with HTTP info returned
|
ApiResponse<List<CrossMarginAccountBook>> |
MarginApi.APIlistCrossMarginAccountBookRequest.executeWithHttpInfo()
Execute listCrossMarginAccountBook request with HTTP info returned
|
ApiResponse<List<CrossMarginLoan>> |
MarginApi.APIlistCrossMarginLoansRequest.executeWithHttpInfo()
Execute listCrossMarginLoans request with HTTP info returned
|
ApiResponse<List<CrossMarginRepayment>> |
MarginApi.APIlistCrossMarginRepaymentsRequest.executeWithHttpInfo()
Execute listCrossMarginRepayments request with HTTP info returned
|
ApiResponse<List<OptionsContract>> |
OptionsApi.APIlistOptionsContractsRequest.executeWithHttpInfo()
Execute listOptionsContracts request with HTTP info returned
|
ApiResponse<List<OptionsSettlement>> |
OptionsApi.APIlistOptionsSettlementsRequest.executeWithHttpInfo()
Execute listOptionsSettlements request with HTTP info returned
|
ApiResponse<FuturesOrderBook> |
OptionsApi.APIlistOptionsOrderBookRequest.executeWithHttpInfo()
Execute listOptionsOrderBook request with HTTP info returned
|
ApiResponse<List<FuturesCandlestick>> |
OptionsApi.APIlistOptionsCandlesticksRequest.executeWithHttpInfo()
Execute listOptionsCandlesticks request with HTTP info returned
|
ApiResponse<List<FuturesCandlestick>> |
OptionsApi.APIlistOptionsUnderlyingCandlesticksRequest.executeWithHttpInfo()
Execute listOptionsUnderlyingCandlesticks request with HTTP info returned
|
ApiResponse<List<FuturesTrade>> |
OptionsApi.APIlistOptionsTradesRequest.executeWithHttpInfo()
Execute listOptionsTrades request with HTTP info returned
|
ApiResponse<List<OptionsAccountBook>> |
OptionsApi.APIlistOptionsAccountBookRequest.executeWithHttpInfo()
Execute listOptionsAccountBook request with HTTP info returned
|
ApiResponse<List<OptionsPosition>> |
OptionsApi.APIlistOptionsPositionsRequest.executeWithHttpInfo()
Execute listOptionsPositions request with HTTP info returned
|
ApiResponse<List<OptionsPositionClose>> |
OptionsApi.APIlistOptionsPositionCloseRequest.executeWithHttpInfo()
Execute listOptionsPositionClose request with HTTP info returned
|
ApiResponse<List<OptionsOrder>> |
OptionsApi.APIlistOptionsOrdersRequest.executeWithHttpInfo()
Execute listOptionsOrders request with HTTP info returned
|
ApiResponse<List<OptionsMyTrade>> |
OptionsApi.APIlistMyOptionsTradesRequest.executeWithHttpInfo()
Execute listMyOptionsTrades request with HTTP info returned
|
ApiResponse<List<LedgerRecord>> |
WalletApi.APIlistWithdrawalsRequest.executeWithHttpInfo()
Execute listWithdrawals request with HTTP info returned
|
ApiResponse<List<LedgerRecord>> |
WalletApi.APIlistDepositsRequest.executeWithHttpInfo()
Execute listDeposits request with HTTP info returned
|
ApiResponse<List<SubAccountTransfer>> |
WalletApi.APIlistSubAccountTransfersRequest.executeWithHttpInfo()
Execute listSubAccountTransfers request with HTTP info returned
|
ApiResponse<List<WithdrawStatus>> |
WalletApi.APIlistWithdrawStatusRequest.executeWithHttpInfo()
Execute listWithdrawStatus request with HTTP info returned
|
ApiResponse<List<SubAccountBalance>> |
WalletApi.APIlistSubAccountBalancesRequest.executeWithHttpInfo()
Execute listSubAccountBalances request with HTTP info returned
|
ApiResponse<List<SubAccountMarginBalance>> |
WalletApi.APIlistSubAccountMarginBalancesRequest.executeWithHttpInfo()
Execute listSubAccountMarginBalances request with HTTP info returned
|
ApiResponse<List<SubAccountFuturesBalance>> |
WalletApi.APIlistSubAccountFuturesBalancesRequest.executeWithHttpInfo()
Execute listSubAccountFuturesBalances request with HTTP info returned
|
ApiResponse<TradeFee> |
WalletApi.APIgetTradeFeeRequest.executeWithHttpInfo()
Execute getTradeFee request with HTTP info returned
|
ApiResponse<TotalBalance> |
WalletApi.APIgetTotalBalanceRequest.executeWithHttpInfo()
Execute getTotalBalance request with HTTP info returned
|
ApiResponse<FuturesOrderBook> |
FuturesApi.APIlistFuturesOrderBookRequest.executeWithHttpInfo()
Execute listFuturesOrderBook request with HTTP info returned
|
ApiResponse<List<FuturesTrade>> |
FuturesApi.APIlistFuturesTradesRequest.executeWithHttpInfo()
Execute listFuturesTrades request with HTTP info returned
|
ApiResponse<List<FuturesCandlestick>> |
FuturesApi.APIlistFuturesCandlesticksRequest.executeWithHttpInfo()
Execute listFuturesCandlesticks request with HTTP info returned
|
ApiResponse<List<FuturesTicker>> |
FuturesApi.APIlistFuturesTickersRequest.executeWithHttpInfo()
Execute listFuturesTickers request with HTTP info returned
|
ApiResponse<List<FundingRateRecord>> |
FuturesApi.APIlistFuturesFundingRateHistoryRequest.executeWithHttpInfo()
Execute listFuturesFundingRateHistory request with HTTP info returned
|
ApiResponse<List<InsuranceRecord>> |
FuturesApi.APIlistFuturesInsuranceLedgerRequest.executeWithHttpInfo()
Execute listFuturesInsuranceLedger request with HTTP info returned
|
ApiResponse<List<ContractStat>> |
FuturesApi.APIlistContractStatsRequest.executeWithHttpInfo()
Execute listContractStats request with HTTP info returned
|
ApiResponse<List<FuturesLiquidate>> |
FuturesApi.APIlistLiquidatedOrdersRequest.executeWithHttpInfo()
Execute listLiquidatedOrders request with HTTP info returned
|
ApiResponse<List<FuturesAccountBook>> |
FuturesApi.APIlistFuturesAccountBookRequest.executeWithHttpInfo()
Execute listFuturesAccountBook request with HTTP info returned
|
ApiResponse<List<FuturesOrder>> |
FuturesApi.APIlistFuturesOrdersRequest.executeWithHttpInfo()
Execute listFuturesOrders request with HTTP info returned
|
ApiResponse<List<MyFuturesTrade>> |
FuturesApi.APIgetMyTradesRequest.executeWithHttpInfo()
Execute getMyTrades request with HTTP info returned
|
ApiResponse<List<PositionClose>> |
FuturesApi.APIlistPositionCloseRequest.executeWithHttpInfo()
Execute listPositionClose request with HTTP info returned
|
ApiResponse<List<FuturesLiquidate>> |
FuturesApi.APIlistLiquidatesRequest.executeWithHttpInfo()
Execute listLiquidates request with HTTP info returned
|
ApiResponse<List<FuturesPriceTriggeredOrder>> |
FuturesApi.APIlistPriceTriggeredOrdersRequest.executeWithHttpInfo()
Execute listPriceTriggeredOrders request with HTTP info returned
|
ApiResponse<FuturesOrderBook> |
DeliveryApi.APIlistDeliveryOrderBookRequest.executeWithHttpInfo()
Execute listDeliveryOrderBook request with HTTP info returned
|
ApiResponse<List<FuturesTrade>> |
DeliveryApi.APIlistDeliveryTradesRequest.executeWithHttpInfo()
Execute listDeliveryTrades request with HTTP info returned
|
ApiResponse<List<FuturesCandlestick>> |
DeliveryApi.APIlistDeliveryCandlesticksRequest.executeWithHttpInfo()
Execute listDeliveryCandlesticks request with HTTP info returned
|
ApiResponse<List<FuturesTicker>> |
DeliveryApi.APIlistDeliveryTickersRequest.executeWithHttpInfo()
Execute listDeliveryTickers request with HTTP info returned
|
ApiResponse<List<InsuranceRecord>> |
DeliveryApi.APIlistDeliveryInsuranceLedgerRequest.executeWithHttpInfo()
Execute listDeliveryInsuranceLedger request with HTTP info returned
|
ApiResponse<List<FuturesAccountBook>> |
DeliveryApi.APIlistDeliveryAccountBookRequest.executeWithHttpInfo()
Execute listDeliveryAccountBook request with HTTP info returned
|
ApiResponse<List<FuturesOrder>> |
DeliveryApi.APIlistDeliveryOrdersRequest.executeWithHttpInfo()
Execute listDeliveryOrders request with HTTP info returned
|
ApiResponse<List<MyFuturesTrade>> |
DeliveryApi.APIgetMyDeliveryTradesRequest.executeWithHttpInfo()
Execute getMyDeliveryTrades request with HTTP info returned
|
ApiResponse<List<PositionClose>> |
DeliveryApi.APIlistDeliveryPositionCloseRequest.executeWithHttpInfo()
Execute listDeliveryPositionClose request with HTTP info returned
|
ApiResponse<List<FuturesLiquidate>> |
DeliveryApi.APIlistDeliveryLiquidatesRequest.executeWithHttpInfo()
Execute listDeliveryLiquidates request with HTTP info returned
|
ApiResponse<List<DeliverySettlement>> |
DeliveryApi.APIlistDeliverySettlementsRequest.executeWithHttpInfo()
Execute listDeliverySettlements request with HTTP info returned
|
ApiResponse<List<FuturesPriceTriggeredOrder>> |
DeliveryApi.APIlistPriceTriggeredDeliveryOrdersRequest.executeWithHttpInfo()
Execute listPriceTriggeredDeliveryOrders request with HTTP info returned
|
ApiResponse<List<FlashSwapOrder>> |
FlashSwapApi.APIlistFlashSwapOrdersRequest.executeWithHttpInfo()
Execute listFlashSwapOrders request with HTTP info returned
|
AutoRepaySetting |
MarginApi.getAutoRepayStatus()
Retrieve user auto repayment setting
|
okhttp3.Call |
MarginApi.getAutoRepayStatusAsync(ApiCallback<AutoRepaySetting> _callback)
Retrieve user auto repayment setting (asynchronously)
|
okhttp3.Call |
MarginApi.getAutoRepayStatusCall(ApiCallback _callback)
Build call for getAutoRepayStatus
|
ApiResponse<AutoRepaySetting> |
MarginApi.getAutoRepayStatusWithHttpInfo()
Retrieve user auto repayment setting
|
CrossMarginAccount |
MarginApi.getCrossMarginAccount()
Retrieve cross margin account
|
okhttp3.Call |
MarginApi.getCrossMarginAccountAsync(ApiCallback<CrossMarginAccount> _callback)
Retrieve cross margin account (asynchronously)
|
okhttp3.Call |
MarginApi.getCrossMarginAccountCall(ApiCallback _callback)
Build call for getCrossMarginAccount
|
ApiResponse<CrossMarginAccount> |
MarginApi.getCrossMarginAccountWithHttpInfo()
Retrieve cross margin account
|
CrossMarginBorrowable |
MarginApi.getCrossMarginBorrowable(String currency)
Get the max borrowable amount for a specific cross margin currency
|
okhttp3.Call |
MarginApi.getCrossMarginBorrowableAsync(String currency,
ApiCallback<CrossMarginBorrowable> _callback)
Get the max borrowable amount for a specific cross margin currency (asynchronously)
|
okhttp3.Call |
MarginApi.getCrossMarginBorrowableCall(String currency,
ApiCallback _callback)
Build call for getCrossMarginBorrowable
|
ApiResponse<CrossMarginBorrowable> |
MarginApi.getCrossMarginBorrowableWithHttpInfo(String currency)
Get the max borrowable amount for a specific cross margin currency
|
CrossMarginCurrency |
MarginApi.getCrossMarginCurrency(String currency)
Retrieve detail of one single currency supported by cross margin
|
okhttp3.Call |
MarginApi.getCrossMarginCurrencyAsync(String currency,
ApiCallback<CrossMarginCurrency> _callback)
Retrieve detail of one single currency supported by cross margin (asynchronously)
|
okhttp3.Call |
MarginApi.getCrossMarginCurrencyCall(String currency,
ApiCallback _callback)
Build call for getCrossMarginCurrency
|
ApiResponse<CrossMarginCurrency> |
MarginApi.getCrossMarginCurrencyWithHttpInfo(String currency)
Retrieve detail of one single currency supported by cross margin
|
CrossMarginLoan |
MarginApi.getCrossMarginLoan(String loanId)
Retrieve single borrow loan detail
|
okhttp3.Call |
MarginApi.getCrossMarginLoanAsync(String loanId,
ApiCallback<CrossMarginLoan> _callback)
Retrieve single borrow loan detail (asynchronously)
|
okhttp3.Call |
MarginApi.getCrossMarginLoanCall(String loanId,
ApiCallback _callback)
Build call for getCrossMarginLoan
|
ApiResponse<CrossMarginLoan> |
MarginApi.getCrossMarginLoanWithHttpInfo(String loanId)
Retrieve single borrow loan detail
|
CrossMarginTransferable |
MarginApi.getCrossMarginTransferable(String currency)
Get the max transferable amount for a specific cross margin currency
|
okhttp3.Call |
MarginApi.getCrossMarginTransferableAsync(String currency,
ApiCallback<CrossMarginTransferable> _callback)
Get the max transferable amount for a specific cross margin currency (asynchronously)
|
okhttp3.Call |
MarginApi.getCrossMarginTransferableCall(String currency,
ApiCallback _callback)
Build call for getCrossMarginTransferable
|
ApiResponse<CrossMarginTransferable> |
MarginApi.getCrossMarginTransferableWithHttpInfo(String currency)
Get the max transferable amount for a specific cross margin currency
|
Currency |
SpotApi.getCurrency(String currency)
Get details of a specific currency
|
okhttp3.Call |
SpotApi.getCurrencyAsync(String currency,
ApiCallback<Currency> _callback)
Get details of a specific currency (asynchronously)
|
okhttp3.Call |
SpotApi.getCurrencyCall(String currency,
ApiCallback _callback)
Build call for getCurrency
|
CurrencyPair |
SpotApi.getCurrencyPair(String currencyPair)
Get details of a specifc order
|
okhttp3.Call |
SpotApi.getCurrencyPairAsync(String currencyPair,
ApiCallback<CurrencyPair> _callback)
Get details of a specifc order (asynchronously)
|
okhttp3.Call |
SpotApi.getCurrencyPairCall(String currencyPair,
ApiCallback _callback)
Build call for getCurrencyPair
|
ApiResponse<CurrencyPair> |
SpotApi.getCurrencyPairWithHttpInfo(String currencyPair)
Get details of a specifc order
|
ApiResponse<Currency> |
SpotApi.getCurrencyWithHttpInfo(String currency)
Get details of a specific currency
|
DeliveryContract |
DeliveryApi.getDeliveryContract(String settle,
String contract)
Get a single contract
|
okhttp3.Call |
DeliveryApi.getDeliveryContractAsync(String settle,
String contract,
ApiCallback<DeliveryContract> _callback)
Get a single contract (asynchronously)
|
okhttp3.Call |
DeliveryApi.getDeliveryContractCall(String settle,
String contract,
ApiCallback _callback)
Build call for getDeliveryContract
|
ApiResponse<DeliveryContract> |
DeliveryApi.getDeliveryContractWithHttpInfo(String settle,
String contract)
Get a single contract
|
FuturesOrder |
DeliveryApi.getDeliveryOrder(String settle,
String orderId)
Get a single order
Zero-filled order cannot be retrieved 10 minutes after order cancellation
|
okhttp3.Call |
DeliveryApi.getDeliveryOrderAsync(String settle,
String orderId,
ApiCallback<FuturesOrder> _callback)
Get a single order (asynchronously)
Zero-filled order cannot be retrieved 10 minutes after order cancellation
|
okhttp3.Call |
DeliveryApi.getDeliveryOrderCall(String settle,
String orderId,
ApiCallback _callback)
Build call for getDeliveryOrder
|
ApiResponse<FuturesOrder> |
DeliveryApi.getDeliveryOrderWithHttpInfo(String settle,
String orderId)
Get a single order
Zero-filled order cannot be retrieved 10 minutes after order cancellation
|
Position |
DeliveryApi.getDeliveryPosition(String settle,
String contract)
Get single position
|
okhttp3.Call |
DeliveryApi.getDeliveryPositionAsync(String settle,
String contract,
ApiCallback<Position> _callback)
Get single position (asynchronously)
|
okhttp3.Call |
DeliveryApi.getDeliveryPositionCall(String settle,
String contract,
ApiCallback _callback)
Build call for getDeliveryPosition
|
ApiResponse<Position> |
DeliveryApi.getDeliveryPositionWithHttpInfo(String settle,
String contract)
Get single position
|
DepositAddress |
WalletApi.getDepositAddress(String currency)
Generate currency deposit address
|
okhttp3.Call |
WalletApi.getDepositAddressAsync(String currency,
ApiCallback<DepositAddress> _callback)
Generate currency deposit address (asynchronously)
|
okhttp3.Call |
WalletApi.getDepositAddressCall(String currency,
ApiCallback _callback)
Build call for getDepositAddress
|
ApiResponse<DepositAddress> |
WalletApi.getDepositAddressWithHttpInfo(String currency)
Generate currency deposit address
|
List<Position> |
FuturesApi.getDualModePosition(String settle,
String contract)
Retrieve position detail in dual mode
|
okhttp3.Call |
FuturesApi.getDualModePositionAsync(String settle,
String contract,
ApiCallback<List<Position>> _callback)
Retrieve position detail in dual mode (asynchronously)
|
okhttp3.Call |
FuturesApi.getDualModePositionCall(String settle,
String contract,
ApiCallback _callback)
Build call for getDualModePosition
|
ApiResponse<List<Position>> |
FuturesApi.getDualModePositionWithHttpInfo(String settle,
String contract)
Retrieve position detail in dual mode
|
FlashSwapOrder |
FlashSwapApi.getFlashSwapOrder(Integer orderId)
Get a single flash swap order's detail
|
okhttp3.Call |
FlashSwapApi.getFlashSwapOrderAsync(Integer orderId,
ApiCallback<FlashSwapOrder> _callback)
Get a single flash swap order's detail (asynchronously)
|
okhttp3.Call |
FlashSwapApi.getFlashSwapOrderCall(Integer orderId,
ApiCallback _callback)
Build call for getFlashSwapOrder
|
ApiResponse<FlashSwapOrder> |
FlashSwapApi.getFlashSwapOrderWithHttpInfo(Integer orderId)
Get a single flash swap order's detail
|
Contract |
FuturesApi.getFuturesContract(String settle,
String contract)
Get a single contract
|
okhttp3.Call |
FuturesApi.getFuturesContractAsync(String settle,
String contract,
ApiCallback<Contract> _callback)
Get a single contract (asynchronously)
|
okhttp3.Call |
FuturesApi.getFuturesContractCall(String settle,
String contract,
ApiCallback _callback)
Build call for getFuturesContract
|
ApiResponse<Contract> |
FuturesApi.getFuturesContractWithHttpInfo(String settle,
String contract)
Get a single contract
|
FuturesOrder |
FuturesApi.getFuturesOrder(String settle,
String orderId)
Get a single order
Zero-filled order cannot be retrieved 10 minutes after order cancellation
|
okhttp3.Call |
FuturesApi.getFuturesOrderAsync(String settle,
String orderId,
ApiCallback<FuturesOrder> _callback)
Get a single order (asynchronously)
Zero-filled order cannot be retrieved 10 minutes after order cancellation
|
okhttp3.Call |
FuturesApi.getFuturesOrderCall(String settle,
String orderId,
ApiCallback _callback)
Build call for getFuturesOrder
|
ApiResponse<FuturesOrder> |
FuturesApi.getFuturesOrderWithHttpInfo(String settle,
String orderId)
Get a single order
Zero-filled order cannot be retrieved 10 minutes after order cancellation
|
FuturesIndexConstituents |
FuturesApi.getIndexConstituents(String settle,
String index)
Get index constituents
|
okhttp3.Call |
FuturesApi.getIndexConstituentsAsync(String settle,
String index,
ApiCallback<FuturesIndexConstituents> _callback)
Get index constituents (asynchronously)
|
okhttp3.Call |
FuturesApi.getIndexConstituentsCall(String settle,
String index,
ApiCallback _callback)
Build call for getIndexConstituents
|
ApiResponse<FuturesIndexConstituents> |
FuturesApi.getIndexConstituentsWithHttpInfo(String settle,
String index)
Get index constituents
|
Loan |
MarginApi.getLoan(String loanId,
String side)
Retrieve one single loan detail
|
okhttp3.Call |
MarginApi.getLoanAsync(String loanId,
String side,
ApiCallback<Loan> _callback)
Retrieve one single loan detail (asynchronously)
|
okhttp3.Call |
MarginApi.getLoanCall(String loanId,
String side,
ApiCallback _callback)
Build call for getLoan
|
LoanRecord |
MarginApi.getLoanRecord(String loanRecordId,
String loanId)
Get one single loan record
|
okhttp3.Call |
MarginApi.getLoanRecordAsync(String loanRecordId,
String loanId,
ApiCallback<LoanRecord> _callback)
Get one single loan record (asynchronously)
|
okhttp3.Call |
MarginApi.getLoanRecordCall(String loanRecordId,
String loanId,
ApiCallback _callback)
Build call for getLoanRecord
|
ApiResponse<LoanRecord> |
MarginApi.getLoanRecordWithHttpInfo(String loanRecordId,
String loanId)
Get one single loan record
|
ApiResponse<Loan> |
MarginApi.getLoanWithHttpInfo(String loanId,
String side)
Retrieve one single loan detail
|
MarginCurrencyPair |
MarginApi.getMarginCurrencyPair(String currencyPair)
Query one single margin currency pair
|
okhttp3.Call |
MarginApi.getMarginCurrencyPairAsync(String currencyPair,
ApiCallback<MarginCurrencyPair> _callback)
Query one single margin currency pair (asynchronously)
|
okhttp3.Call |
MarginApi.getMarginCurrencyPairCall(String currencyPair,
ApiCallback _callback)
Build call for getMarginCurrencyPair
|
ApiResponse<MarginCurrencyPair> |
MarginApi.getMarginCurrencyPairWithHttpInfo(String currencyPair)
Query one single margin currency pair
|
OptionsContract |
OptionsApi.getOptionsContract(String contract)
Query specified contract detail
|
okhttp3.Call |
OptionsApi.getOptionsContractAsync(String contract,
ApiCallback<OptionsContract> _callback)
Query specified contract detail (asynchronously)
|
okhttp3.Call |
OptionsApi.getOptionsContractCall(String contract,
ApiCallback _callback)
Build call for getOptionsContract
|
ApiResponse<OptionsContract> |
OptionsApi.getOptionsContractWithHttpInfo(String contract)
Query specified contract detail
|
OptionsOrder |
OptionsApi.getOptionsOrder(Long orderId)
Get a single order
|
okhttp3.Call |
OptionsApi.getOptionsOrderAsync(Long orderId,
ApiCallback<OptionsOrder> _callback)
Get a single order (asynchronously)
|
okhttp3.Call |
OptionsApi.getOptionsOrderCall(Long orderId,
ApiCallback _callback)
Build call for getOptionsOrder
|
ApiResponse<OptionsOrder> |
OptionsApi.getOptionsOrderWithHttpInfo(Long orderId)
Get a single order
|
OptionsPosition |
OptionsApi.getOptionsPosition(String contract)
Get specified contract position
|
okhttp3.Call |
OptionsApi.getOptionsPositionAsync(String contract,
ApiCallback<OptionsPosition> _callback)
Get specified contract position (asynchronously)
|
okhttp3.Call |
OptionsApi.getOptionsPositionCall(String contract,
ApiCallback _callback)
Build call for getOptionsPosition
|
ApiResponse<OptionsPosition> |
OptionsApi.getOptionsPositionWithHttpInfo(String contract)
Get specified contract position
|
OptionsSettlement |
OptionsApi.getOptionsSettlement(String contract,
String underlying,
Long at)
Get specified contract's settlement
|
okhttp3.Call |
OptionsApi.getOptionsSettlementAsync(String contract,
String underlying,
Long at,
ApiCallback<OptionsSettlement> _callback)
Get specified contract's settlement (asynchronously)
|
okhttp3.Call |
OptionsApi.getOptionsSettlementCall(String contract,
String underlying,
Long at,
ApiCallback _callback)
Build call for getOptionsSettlement
|
ApiResponse<OptionsSettlement> |
OptionsApi.getOptionsSettlementWithHttpInfo(String contract,
String underlying,
Long at)
Get specified contract's settlement
|
Order |
SpotApi.getOrder(String orderId,
String currencyPair,
String account)
Get a single order
Spot and margin orders are queried by default.
|
okhttp3.Call |
SpotApi.getOrderAsync(String orderId,
String currencyPair,
String account,
ApiCallback<Order> _callback)
Get a single order (asynchronously)
Spot and margin orders are queried by default.
|
okhttp3.Call |
SpotApi.getOrderCall(String orderId,
String currencyPair,
String account,
ApiCallback _callback)
Build call for getOrder
|
ApiResponse<Order> |
SpotApi.getOrderWithHttpInfo(String orderId,
String currencyPair,
String account)
Get a single order
Spot and margin orders are queried by default.
|
Position |
FuturesApi.getPosition(String settle,
String contract)
Get single position
|
okhttp3.Call |
FuturesApi.getPositionAsync(String settle,
String contract,
ApiCallback<Position> _callback)
Get single position (asynchronously)
|
okhttp3.Call |
FuturesApi.getPositionCall(String settle,
String contract,
ApiCallback _callback)
Build call for getPosition
|
ApiResponse<Position> |
FuturesApi.getPositionWithHttpInfo(String settle,
String contract)
Get single position
|
FuturesPriceTriggeredOrder |
DeliveryApi.getPriceTriggeredDeliveryOrder(String settle,
String orderId)
Get a single order
|
okhttp3.Call |
DeliveryApi.getPriceTriggeredDeliveryOrderAsync(String settle,
String orderId,
ApiCallback<FuturesPriceTriggeredOrder> _callback)
Get a single order (asynchronously)
|
okhttp3.Call |
DeliveryApi.getPriceTriggeredDeliveryOrderCall(String settle,
String orderId,
ApiCallback _callback)
Build call for getPriceTriggeredDeliveryOrder
|
ApiResponse<FuturesPriceTriggeredOrder> |
DeliveryApi.getPriceTriggeredDeliveryOrderWithHttpInfo(String settle,
String orderId)
Get a single order
|
FuturesPriceTriggeredOrder |
FuturesApi.getPriceTriggeredOrder(String settle,
String orderId)
Get a single order
|
okhttp3.Call |
FuturesApi.getPriceTriggeredOrderAsync(String settle,
String orderId,
ApiCallback<FuturesPriceTriggeredOrder> _callback)
Get a single order (asynchronously)
|
okhttp3.Call |
FuturesApi.getPriceTriggeredOrderCall(String settle,
String orderId,
ApiCallback _callback)
Build call for getPriceTriggeredOrder
|
ApiResponse<FuturesPriceTriggeredOrder> |
FuturesApi.getPriceTriggeredOrderWithHttpInfo(String settle,
String orderId)
Get a single order
|
SpotPriceTriggeredOrder |
SpotApi.getSpotPriceTriggeredOrder(String orderId)
Get a single order
|
okhttp3.Call |
SpotApi.getSpotPriceTriggeredOrderAsync(String orderId,
ApiCallback<SpotPriceTriggeredOrder> _callback)
Get a single order (asynchronously)
|
okhttp3.Call |
SpotApi.getSpotPriceTriggeredOrderCall(String orderId,
ApiCallback _callback)
Build call for getSpotPriceTriggeredOrder
|
ApiResponse<SpotPriceTriggeredOrder> |
SpotApi.getSpotPriceTriggeredOrderWithHttpInfo(String orderId)
Get a single order
|
List<CrossMarginCurrency> |
MarginApi.listCrossMarginCurrencies()
Currencies supported by cross margin.
|
okhttp3.Call |
MarginApi.listCrossMarginCurrenciesAsync(ApiCallback<List<CrossMarginCurrency>> _callback)
Currencies supported by cross margin.
|
okhttp3.Call |
MarginApi.listCrossMarginCurrenciesCall(ApiCallback _callback)
Build call for listCrossMarginCurrencies
|
ApiResponse<List<CrossMarginCurrency>> |
MarginApi.listCrossMarginCurrenciesWithHttpInfo()
Currencies supported by cross margin.
|
List<Currency> |
SpotApi.listCurrencies()
List all currencies' details
Currency has two forms: 1.
|
okhttp3.Call |
SpotApi.listCurrenciesAsync(ApiCallback<List<Currency>> _callback)
List all currencies' details (asynchronously)
Currency has two forms: 1.
|
okhttp3.Call |
SpotApi.listCurrenciesCall(ApiCallback _callback)
Build call for listCurrencies
|
ApiResponse<List<Currency>> |
SpotApi.listCurrenciesWithHttpInfo()
List all currencies' details
Currency has two forms: 1.
|
List<CurrencyChain> |
WalletApi.listCurrencyChains(String currency)
List chains supported for specified currency
|
okhttp3.Call |
WalletApi.listCurrencyChainsAsync(String currency,
ApiCallback<List<CurrencyChain>> _callback)
List chains supported for specified currency (asynchronously)
|
okhttp3.Call |
WalletApi.listCurrencyChainsCall(String currency,
ApiCallback _callback)
Build call for listCurrencyChains
|
ApiResponse<List<CurrencyChain>> |
WalletApi.listCurrencyChainsWithHttpInfo(String currency)
List chains supported for specified currency
|
List<CurrencyPair> |
SpotApi.listCurrencyPairs()
List all currency pairs supported
|
okhttp3.Call |
SpotApi.listCurrencyPairsAsync(ApiCallback<List<CurrencyPair>> _callback)
List all currency pairs supported (asynchronously)
|
okhttp3.Call |
SpotApi.listCurrencyPairsCall(ApiCallback _callback)
Build call for listCurrencyPairs
|
ApiResponse<List<CurrencyPair>> |
SpotApi.listCurrencyPairsWithHttpInfo()
List all currency pairs supported
|
FuturesAccount |
DeliveryApi.listDeliveryAccounts(String settle)
Query futures account
|
okhttp3.Call |
DeliveryApi.listDeliveryAccountsAsync(String settle,
ApiCallback<FuturesAccount> _callback)
Query futures account (asynchronously)
|
okhttp3.Call |
DeliveryApi.listDeliveryAccountsCall(String settle,
ApiCallback _callback)
Build call for listDeliveryAccounts
|
ApiResponse<FuturesAccount> |
DeliveryApi.listDeliveryAccountsWithHttpInfo(String settle)
Query futures account
|
List<DeliveryContract> |
DeliveryApi.listDeliveryContracts(String settle)
List all futures contracts
|
okhttp3.Call |
DeliveryApi.listDeliveryContractsAsync(String settle,
ApiCallback<List<DeliveryContract>> _callback)
List all futures contracts (asynchronously)
|
okhttp3.Call |
DeliveryApi.listDeliveryContractsCall(String settle,
ApiCallback _callback)
Build call for listDeliveryContracts
|
ApiResponse<List<DeliveryContract>> |
DeliveryApi.listDeliveryContractsWithHttpInfo(String settle)
List all futures contracts
|
List<Position> |
DeliveryApi.listDeliveryPositions(String settle)
List all positions of a user
|
okhttp3.Call |
DeliveryApi.listDeliveryPositionsAsync(String settle,
ApiCallback<List<Position>> _callback)
List all positions of a user (asynchronously)
|
okhttp3.Call |
DeliveryApi.listDeliveryPositionsCall(String settle,
ApiCallback _callback)
Build call for listDeliveryPositions
|
ApiResponse<List<Position>> |
DeliveryApi.listDeliveryPositionsWithHttpInfo(String settle)
List all positions of a user
|
List<FlashSwapCurrency> |
FlashSwapApi.listFlashSwapCurrencies()
List all supported currencies in flash swap
|
okhttp3.Call |
FlashSwapApi.listFlashSwapCurrenciesAsync(ApiCallback<List<FlashSwapCurrency>> _callback)
List all supported currencies in flash swap (asynchronously)
|
okhttp3.Call |
FlashSwapApi.listFlashSwapCurrenciesCall(ApiCallback _callback)
Build call for listFlashSwapCurrencies
|
ApiResponse<List<FlashSwapCurrency>> |
FlashSwapApi.listFlashSwapCurrenciesWithHttpInfo()
List all supported currencies in flash swap
|
List<FundingBookItem> |
MarginApi.listFundingBook(String currency)
Order book of lending loans
|
okhttp3.Call |
MarginApi.listFundingBookAsync(String currency,
ApiCallback<List<FundingBookItem>> _callback)
Order book of lending loans (asynchronously)
|
okhttp3.Call |
MarginApi.listFundingBookCall(String currency,
ApiCallback _callback)
Build call for listFundingBook
|
ApiResponse<List<FundingBookItem>> |
MarginApi.listFundingBookWithHttpInfo(String currency)
Order book of lending loans
|
FuturesAccount |
FuturesApi.listFuturesAccounts(String settle)
Query futures account
|
okhttp3.Call |
FuturesApi.listFuturesAccountsAsync(String settle,
ApiCallback<FuturesAccount> _callback)
Query futures account (asynchronously)
|
okhttp3.Call |
FuturesApi.listFuturesAccountsCall(String settle,
ApiCallback _callback)
Build call for listFuturesAccounts
|
ApiResponse<FuturesAccount> |
FuturesApi.listFuturesAccountsWithHttpInfo(String settle)
Query futures account
|
List<Contract> |
FuturesApi.listFuturesContracts(String settle)
List all futures contracts
|
okhttp3.Call |
FuturesApi.listFuturesContractsAsync(String settle,
ApiCallback<List<Contract>> _callback)
List all futures contracts (asynchronously)
|
okhttp3.Call |
FuturesApi.listFuturesContractsCall(String settle,
ApiCallback _callback)
Build call for listFuturesContracts
|
ApiResponse<List<Contract>> |
FuturesApi.listFuturesContractsWithHttpInfo(String settle)
List all futures contracts
|
List<Repayment> |
MarginApi.listLoanRepayments(String loanId)
List loan repayment records
|
okhttp3.Call |
MarginApi.listLoanRepaymentsAsync(String loanId,
ApiCallback<List<Repayment>> _callback)
List loan repayment records (asynchronously)
|
okhttp3.Call |
MarginApi.listLoanRepaymentsCall(String loanId,
ApiCallback _callback)
Build call for listLoanRepayments
|
ApiResponse<List<Repayment>> |
MarginApi.listLoanRepaymentsWithHttpInfo(String loanId)
List loan repayment records
|
List<MarginCurrencyPair> |
MarginApi.listMarginCurrencyPairs()
List all supported currency pairs supported in margin trading
|
okhttp3.Call |
MarginApi.listMarginCurrencyPairsAsync(ApiCallback<List<MarginCurrencyPair>> _callback)
List all supported currency pairs supported in margin trading (asynchronously)
|
okhttp3.Call |
MarginApi.listMarginCurrencyPairsCall(ApiCallback _callback)
Build call for listMarginCurrencyPairs
|
ApiResponse<List<MarginCurrencyPair>> |
MarginApi.listMarginCurrencyPairsWithHttpInfo()
List all supported currency pairs supported in margin trading
|
OptionsAccount |
OptionsApi.listOptionsAccount()
List options account
|
okhttp3.Call |
OptionsApi.listOptionsAccountAsync(ApiCallback<OptionsAccount> _callback)
List options account (asynchronously)
|
okhttp3.Call |
OptionsApi.listOptionsAccountCall(ApiCallback _callback)
Build call for listOptionsAccount
|
ApiResponse<OptionsAccount> |
OptionsApi.listOptionsAccountWithHttpInfo()
List options account
|
List<Long> |
OptionsApi.listOptionsExpirations(String underlying)
List all expiration times
|
okhttp3.Call |
OptionsApi.listOptionsExpirationsAsync(String underlying,
ApiCallback<List<Long>> _callback)
List all expiration times (asynchronously)
|
okhttp3.Call |
OptionsApi.listOptionsExpirationsCall(String underlying,
ApiCallback _callback)
Build call for listOptionsExpirations
|
ApiResponse<List<Long>> |
OptionsApi.listOptionsExpirationsWithHttpInfo(String underlying)
List all expiration times
|
List<OptionsTicker> |
OptionsApi.listOptionsTickers(String underlying)
List tickers of options contracts
|
okhttp3.Call |
OptionsApi.listOptionsTickersAsync(String underlying,
ApiCallback<List<OptionsTicker>> _callback)
List tickers of options contracts (asynchronously)
|
okhttp3.Call |
OptionsApi.listOptionsTickersCall(String underlying,
ApiCallback _callback)
Build call for listOptionsTickers
|
ApiResponse<List<OptionsTicker>> |
OptionsApi.listOptionsTickersWithHttpInfo(String underlying)
List tickers of options contracts
|
List<OptionsUnderlying> |
OptionsApi.listOptionsUnderlyings()
List all underlyings
|
okhttp3.Call |
OptionsApi.listOptionsUnderlyingsAsync(ApiCallback<List<OptionsUnderlying>> _callback)
List all underlyings (asynchronously)
|
okhttp3.Call |
OptionsApi.listOptionsUnderlyingsCall(ApiCallback _callback)
Build call for listOptionsUnderlyings
|
ApiResponse<List<OptionsUnderlying>> |
OptionsApi.listOptionsUnderlyingsWithHttpInfo()
List all underlyings
|
OptionsUnderlyingTicker |
OptionsApi.listOptionsUnderlyingTickers(String underlying)
Get underlying ticker
|
okhttp3.Call |
OptionsApi.listOptionsUnderlyingTickersAsync(String underlying,
ApiCallback<OptionsUnderlyingTicker> _callback)
Get underlying ticker (asynchronously)
|
okhttp3.Call |
OptionsApi.listOptionsUnderlyingTickersCall(String underlying,
ApiCallback _callback)
Build call for listOptionsUnderlyingTickers
|
ApiResponse<OptionsUnderlyingTicker> |
OptionsApi.listOptionsUnderlyingTickersWithHttpInfo(String underlying)
Get underlying ticker
|
List<Position> |
FuturesApi.listPositions(String settle)
List all positions of a user
|
okhttp3.Call |
FuturesApi.listPositionsAsync(String settle,
ApiCallback<List<Position>> _callback)
List all positions of a user (asynchronously)
|
okhttp3.Call |
FuturesApi.listPositionsCall(String settle,
ApiCallback _callback)
Build call for listPositions
|
ApiResponse<List<Position>> |
FuturesApi.listPositionsWithHttpInfo(String settle)
List all positions of a user
|
Loan |
MarginApi.mergeLoans(String currency,
String ids)
Merge multiple lending loans
|
okhttp3.Call |
MarginApi.mergeLoansAsync(String currency,
String ids,
ApiCallback<Loan> _callback)
Merge multiple lending loans (asynchronously)
|
okhttp3.Call |
MarginApi.mergeLoansCall(String currency,
String ids,
ApiCallback _callback)
Build call for mergeLoans
|
ApiResponse<Loan> |
MarginApi.mergeLoansWithHttpInfo(String currency,
String ids)
Merge multiple lending loans
|
FlashSwapOrderPreview |
FlashSwapApi.previewFlashSwapOrder(FlashSwapOrderRequest flashSwapOrderRequest)
Initiate a flash swap order preview
|
okhttp3.Call |
FlashSwapApi.previewFlashSwapOrderAsync(FlashSwapOrderRequest flashSwapOrderRequest,
ApiCallback<FlashSwapOrderPreview> _callback)
Initiate a flash swap order preview (asynchronously)
|
okhttp3.Call |
FlashSwapApi.previewFlashSwapOrderCall(FlashSwapOrderRequest flashSwapOrderRequest,
ApiCallback _callback)
Build call for previewFlashSwapOrder
|
ApiResponse<FlashSwapOrderPreview> |
FlashSwapApi.previewFlashSwapOrderWithHttpInfo(FlashSwapOrderRequest flashSwapOrderRequest)
Initiate a flash swap order preview
|
List<CrossMarginLoan> |
MarginApi.repayCrossMarginLoan(CrossMarginRepayRequest crossMarginRepayRequest)
Repay cross margin loan
|
okhttp3.Call |
MarginApi.repayCrossMarginLoanAsync(CrossMarginRepayRequest crossMarginRepayRequest,
ApiCallback<List<CrossMarginLoan>> _callback)
Repay cross margin loan (asynchronously)
|
okhttp3.Call |
MarginApi.repayCrossMarginLoanCall(CrossMarginRepayRequest crossMarginRepayRequest,
ApiCallback _callback)
Build call for repayCrossMarginLoan
|
ApiResponse<List<CrossMarginLoan>> |
MarginApi.repayCrossMarginLoanWithHttpInfo(CrossMarginRepayRequest crossMarginRepayRequest)
Repay cross margin loan
|
Loan |
MarginApi.repayLoan(String loanId,
RepayRequest repayRequest)
Repay a loan
|
okhttp3.Call |
MarginApi.repayLoanAsync(String loanId,
RepayRequest repayRequest,
ApiCallback<Loan> _callback)
Repay a loan (asynchronously)
|
okhttp3.Call |
MarginApi.repayLoanCall(String loanId,
RepayRequest repayRequest,
ApiCallback _callback)
Build call for repayLoan
|
ApiResponse<Loan> |
MarginApi.repayLoanWithHttpInfo(String loanId,
RepayRequest repayRequest)
Repay a loan
|
AutoRepaySetting |
MarginApi.setAutoRepay(String status)
Update user's auto repayment setting
|
okhttp3.Call |
MarginApi.setAutoRepayAsync(String status,
ApiCallback<AutoRepaySetting> _callback)
Update user's auto repayment setting (asynchronously)
|
okhttp3.Call |
MarginApi.setAutoRepayCall(String status,
ApiCallback _callback)
Build call for setAutoRepay
|
ApiResponse<AutoRepaySetting> |
MarginApi.setAutoRepayWithHttpInfo(String status)
Update user's auto repayment setting
|
FuturesAccount |
FuturesApi.setDualMode(String settle,
Boolean dualMode)
Enable or disable dual mode
Before setting dual mode, make sure all positions are closed and no orders are open
|
okhttp3.Call |
FuturesApi.setDualModeAsync(String settle,
Boolean dualMode,
ApiCallback<FuturesAccount> _callback)
Enable or disable dual mode (asynchronously)
Before setting dual mode, make sure all positions are closed and no orders are open
|
okhttp3.Call |
FuturesApi.setDualModeCall(String settle,
Boolean dualMode,
ApiCallback _callback)
Build call for setDualMode
|
ApiResponse<FuturesAccount> |
FuturesApi.setDualModeWithHttpInfo(String settle,
Boolean dualMode)
Enable or disable dual mode
Before setting dual mode, make sure all positions are closed and no orders are open
|
void |
WalletApi.transfer(Transfer transfer)
Transfer between trading accounts
Transfer between different accounts.
|
okhttp3.Call |
WalletApi.transferAsync(Transfer transfer,
ApiCallback<Void> _callback)
Transfer between trading accounts (asynchronously)
Transfer between different accounts.
|
okhttp3.Call |
WalletApi.transferCall(Transfer transfer,
ApiCallback _callback)
Build call for transfer
|
ApiResponse<Void> |
WalletApi.transferWithHttpInfo(Transfer transfer)
Transfer between trading accounts
Transfer between different accounts.
|
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.
|
Position |
DeliveryApi.updateDeliveryPositionLeverage(String settle,
String contract,
String leverage)
Update position leverage
|
okhttp3.Call |
DeliveryApi.updateDeliveryPositionLeverageAsync(String settle,
String contract,
String leverage,
ApiCallback<Position> _callback)
Update position leverage (asynchronously)
|
okhttp3.Call |
DeliveryApi.updateDeliveryPositionLeverageCall(String settle,
String contract,
String leverage,
ApiCallback _callback)
Build call for updateDeliveryPositionLeverage
|
ApiResponse<Position> |
DeliveryApi.updateDeliveryPositionLeverageWithHttpInfo(String settle,
String contract,
String leverage)
Update position leverage
|
Position |
DeliveryApi.updateDeliveryPositionMargin(String settle,
String contract,
String change)
Update position margin
|
okhttp3.Call |
DeliveryApi.updateDeliveryPositionMarginAsync(String settle,
String contract,
String change,
ApiCallback<Position> _callback)
Update position margin (asynchronously)
|
okhttp3.Call |
DeliveryApi.updateDeliveryPositionMarginCall(String settle,
String contract,
String change,
ApiCallback _callback)
Build call for updateDeliveryPositionMargin
|
ApiResponse<Position> |
DeliveryApi.updateDeliveryPositionMarginWithHttpInfo(String settle,
String contract,
String change)
Update position margin
|
Position |
DeliveryApi.updateDeliveryPositionRiskLimit(String settle,
String contract,
String riskLimit)
Update position risk limit
|
okhttp3.Call |
DeliveryApi.updateDeliveryPositionRiskLimitAsync(String settle,
String contract,
String riskLimit,
ApiCallback<Position> _callback)
Update position risk limit (asynchronously)
|
okhttp3.Call |
DeliveryApi.updateDeliveryPositionRiskLimitCall(String settle,
String contract,
String riskLimit,
ApiCallback _callback)
Build call for updateDeliveryPositionRiskLimit
|
ApiResponse<Position> |
DeliveryApi.updateDeliveryPositionRiskLimitWithHttpInfo(String settle,
String contract,
String riskLimit)
Update position risk limit
|
List<Position> |
FuturesApi.updateDualModePositionLeverage(String settle,
String contract,
String leverage,
String crossLeverageLimit)
Update position leverage in dual mode
|
okhttp3.Call |
FuturesApi.updateDualModePositionLeverageAsync(String settle,
String contract,
String leverage,
String crossLeverageLimit,
ApiCallback<List<Position>> _callback)
Update position leverage in dual mode (asynchronously)
|
okhttp3.Call |
FuturesApi.updateDualModePositionLeverageCall(String settle,
String contract,
String leverage,
String crossLeverageLimit,
ApiCallback _callback)
Build call for updateDualModePositionLeverage
|
ApiResponse<List<Position>> |
FuturesApi.updateDualModePositionLeverageWithHttpInfo(String settle,
String contract,
String leverage,
String crossLeverageLimit)
Update position leverage in dual mode
|
List<Position> |
FuturesApi.updateDualModePositionMargin(String settle,
String contract,
String change,
String dualSide)
Update position margin in dual mode
|
okhttp3.Call |
FuturesApi.updateDualModePositionMarginAsync(String settle,
String contract,
String change,
String dualSide,
ApiCallback<List<Position>> _callback)
Update position margin in dual mode (asynchronously)
|
okhttp3.Call |
FuturesApi.updateDualModePositionMarginCall(String settle,
String contract,
String change,
String dualSide,
ApiCallback _callback)
Build call for updateDualModePositionMargin
|
ApiResponse<List<Position>> |
FuturesApi.updateDualModePositionMarginWithHttpInfo(String settle,
String contract,
String change,
String dualSide)
Update position margin in dual mode
|
List<Position> |
FuturesApi.updateDualModePositionRiskLimit(String settle,
String contract,
String riskLimit)
Update position risk limit in dual mode
|
okhttp3.Call |
FuturesApi.updateDualModePositionRiskLimitAsync(String settle,
String contract,
String riskLimit,
ApiCallback<List<Position>> _callback)
Update position risk limit in dual mode (asynchronously)
|
okhttp3.Call |
FuturesApi.updateDualModePositionRiskLimitCall(String settle,
String contract,
String riskLimit,
ApiCallback _callback)
Build call for updateDualModePositionRiskLimit
|
ApiResponse<List<Position>> |
FuturesApi.updateDualModePositionRiskLimitWithHttpInfo(String settle,
String contract,
String riskLimit)
Update position risk limit in dual mode
|
Loan |
MarginApi.updateLoan(String loanId,
LoanPatch loanPatch)
Modify a loan
Only `auto_renew` modification is supported currently
|
okhttp3.Call |
MarginApi.updateLoanAsync(String loanId,
LoanPatch loanPatch,
ApiCallback<Loan> _callback)
Modify a loan (asynchronously)
Only `auto_renew` modification is supported currently
|
okhttp3.Call |
MarginApi.updateLoanCall(String loanId,
LoanPatch loanPatch,
ApiCallback _callback)
Build call for updateLoan
|
LoanRecord |
MarginApi.updateLoanRecord(String loanRecordId,
LoanPatch loanPatch)
Modify a loan record
Only `auto_renew` modification is supported currently
|
okhttp3.Call |
MarginApi.updateLoanRecordAsync(String loanRecordId,
LoanPatch loanPatch,
ApiCallback<LoanRecord> _callback)
Modify a loan record (asynchronously)
Only `auto_renew` modification is supported currently
|
okhttp3.Call |
MarginApi.updateLoanRecordCall(String loanRecordId,
LoanPatch loanPatch,
ApiCallback _callback)
Build call for updateLoanRecord
|
ApiResponse<LoanRecord> |
MarginApi.updateLoanRecordWithHttpInfo(String loanRecordId,
LoanPatch loanPatch)
Modify a loan record
Only `auto_renew` modification is supported currently
|
ApiResponse<Loan> |
MarginApi.updateLoanWithHttpInfo(String loanId,
LoanPatch loanPatch)
Modify a loan
Only `auto_renew` modification is supported currently
|
Position |
FuturesApi.updatePositionLeverage(String settle,
String contract,
String leverage,
String crossLeverageLimit)
Update position leverage
|
okhttp3.Call |
FuturesApi.updatePositionLeverageAsync(String settle,
String contract,
String leverage,
String crossLeverageLimit,
ApiCallback<Position> _callback)
Update position leverage (asynchronously)
|
okhttp3.Call |
FuturesApi.updatePositionLeverageCall(String settle,
String contract,
String leverage,
String crossLeverageLimit,
ApiCallback _callback)
Build call for updatePositionLeverage
|
ApiResponse<Position> |
FuturesApi.updatePositionLeverageWithHttpInfo(String settle,
String contract,
String leverage,
String crossLeverageLimit)
Update position leverage
|
Position |
FuturesApi.updatePositionMargin(String settle,
String contract,
String change)
Update position margin
|
okhttp3.Call |
FuturesApi.updatePositionMarginAsync(String settle,
String contract,
String change,
ApiCallback<Position> _callback)
Update position margin (asynchronously)
|
okhttp3.Call |
FuturesApi.updatePositionMarginCall(String settle,
String contract,
String change,
ApiCallback _callback)
Build call for updatePositionMargin
|
ApiResponse<Position> |
FuturesApi.updatePositionMarginWithHttpInfo(String settle,
String contract,
String change)
Update position margin
|
Position |
FuturesApi.updatePositionRiskLimit(String settle,
String contract,
String riskLimit)
Update position risk limit
|
okhttp3.Call |
FuturesApi.updatePositionRiskLimitAsync(String settle,
String contract,
String riskLimit,
ApiCallback<Position> _callback)
Update position risk limit (asynchronously)
|
okhttp3.Call |
FuturesApi.updatePositionRiskLimitCall(String settle,
String contract,
String riskLimit,
ApiCallback _callback)
Build call for updatePositionRiskLimit
|
ApiResponse<Position> |
FuturesApi.updatePositionRiskLimitWithHttpInfo(String settle,
String contract,
String riskLimit)
Update position risk limit
|
LedgerRecord |
WithdrawalApi.withdraw(LedgerRecord ledgerRecord)
Withdraw
|
okhttp3.Call |
WithdrawalApi.withdrawAsync(LedgerRecord ledgerRecord,
ApiCallback<LedgerRecord> _callback)
Withdraw (asynchronously)
|
okhttp3.Call |
WithdrawalApi.withdrawCall(LedgerRecord ledgerRecord,
ApiCallback _callback)
Build call for withdraw
|
ApiResponse<LedgerRecord> |
WithdrawalApi.withdrawWithHttpInfo(LedgerRecord ledgerRecord)
Withdraw
|
Copyright © 2022. All rights reserved.