public interface ITradeV3Client
| Modifier and Type | Method and Description |
|---|---|
AccountBalanceInfo |
balanceAccount(String accountId)
This interface is currently supported only for Webull US.
|
TradeOrderResponse |
cancelOrder(String accountId,
TradeOrder tradeOrder)
This interface is currently supported only for Webull US.
|
OrderHistory |
getOrderDetails(String accountId,
String clientOrderId)
This interface is currently supported only for Webull US.
|
List<TradeCalendar> |
getTradeCalendar(String market,
String start,
String end)
This interface is currently supported only for Webull US.
|
List<Account> |
listAccount()
This interface is currently supported only for Webull US.
|
List<OrderHistory> |
listOrders(String accountId,
Integer pageSize,
String startDate,
String endDate,
String lastClientOrderId)
This interface is currently supported only for Webull US.
|
List<OrderHistory> |
openOrders(String accountId,
Integer pageSize,
String lastClientOrderId)
This interface is currently supported only for Webull HK.
|
TradeOrderResponse |
placeOrder(String accountId,
TradeOrder tradeOrder)
This interface is currently supported only for Webull US.
|
List<AccountPositionsInfo> |
positionsAccount(String accountId)
This interface is currently supported only for Webull US.
|
PreviewOrderResponse |
previewOrder(String accountId,
TradeOrder tradeOrder)
This interface is currently supported only for Webull US.
|
TradeOrderResponse |
replaceOrder(String accountId,
TradeOrder tradeOrder)
This interface is currently supported only for Webull US.
|
List<Account> listAccount()
AccountBalanceInfo balanceAccount(String accountId)
List<AccountPositionsInfo> positionsAccount(String accountId)
PreviewOrderResponse previewOrder(String accountId, TradeOrder tradeOrder)
TradeOrderResponse placeOrder(String accountId, TradeOrder tradeOrder)
TradeOrderResponse replaceOrder(String accountId, TradeOrder tradeOrder)
TradeOrderResponse cancelOrder(String accountId, TradeOrder tradeOrder)
List<OrderHistory> listOrders(String accountId, Integer pageSize, String startDate, String endDate, String lastClientOrderId)
List<OrderHistory> openOrders(String accountId, Integer pageSize, String lastClientOrderId)
OrderHistory getOrderDetails(String accountId, String clientOrderId)
List<TradeCalendar> getTradeCalendar(String market, String start, String end)
Copyright © 2025 Webull. All rights reserved.