- Account Trade Auth
- Accounts
- Get Account Request List(获取用户开户申请列表)GET
- Retrieve Account Application Information(获取证券账户开户资料信息)GET
- Get Account Contact Info(获取账户联系方式)GET
- Get Account List(获取用户账户列表)GET
- Get Account Status(获取账户状态)POST
- Get Account Bcan Information(获取账户 Bcan 信息)GET
- Query Account List V2(获取账户列表V2)GET
- Update Application(修改开户资料)POST
- Submit Application(提交开户申请资料)POST
- Update Account State/Disable AccountPOST
- Submit Application V2(提交开户申请资料)POST
- Update Application V2(修改开户资料)POST
- Close Account(注销账户)POST
- Open additional account(增开账户)POST
- get account opening application information (开户申请信息获取)POST
- Query Account Risk And Pi Info(获取用户风险测评以及Pi信息)GET
- Asset
- Temporary Adjustment(临时调账)
- Account Cash Balance Unfreeze Debit(账户资金解冻扣款)
- Get All Users Cash Balance (获取所有用户现金信息)
- Query Account Cash Balance(账户现金查询)
- Query Account Position(账户持仓查询)
- Account Cash Balance Adjustment(账户资金调账)
- Account Position Adjustment(账户持仓调账,只支持股票)
- Account Cash Balance Freeze(账户资金冻结)
- Account Cash Balance Unfreeze(账户资金解冻)
- Account Stock Transaction History(账户股票流水)
- Account Cash Transaction History(账户资金流水)
- Account Stock Freeze Transaction History(账户股票冻结流水)
- Account Cash Freeze Transaction History(账户资金冻结流水)
- Query Limited Amount Information(限额信息查询)
- Query Buy Power(购买力查询)
- Query Short Sellable Quantity(可卖空数量查询)
- Query OB Account Cash Balance(账户现金详情查询)【定制非通用】
- Query Account Total Asset(账户资产查询)
- Query account risk limit config(查询用户限额信息)
- Query Account Total Asset OverView(账户资产总览)
- Query HashKey Cash List(查询hashkey的现金列表)
- Create account risk limit config(创建用户限额信息)
- Update account risk limit config(更新用户限额信息)
- Temp Adjust 临时调账新增
- Temp Adjust Expire 临时调账手动失效
- Billing
- Cash And Stocks Transfer
- Add Bank Card
- Delete Bank Card
- Region Bank
- Get User Bank Card List
- User Card Detail
- Deposit Detail
- Submit Deposit Application
- Deposit Application List
- Update Bank Card
- Obtain the deposit information
- Withdraw Records
- Withdraw Detail
- Cancel Withdraw Application
- Get Exchange
- Cancel Deposit
- Submit Withdrawal Applylication
- Information acquisition before withdrawal v3 (提现前信息获取V3)
- Update Bank Card
- Submit Files For Review Withdraw Card
- Currency List
- Exchange records(兑换记录)
- File
- IPO
- Member Core
- Trade
- Trade Websocket Notification
- Historical Order Inquiry (历史订单查询)GET
- Place Order (委托下单)POST
- Modify Order (修改订单)PUT
- Withdraw Order (撤销订单)DELETE
- Order Details (订单详情)GET
- Today's Order Inquiry (当日订单查询)GET
- Estimated Maximum Purchase Quantity (预估最大购买数量)GET
- Today's Trade Detail Inquiry (当日成交明细查询)GET
- Historical Trade Detail Inquiry (历史成交明细查询)GET
- Query User Trade Credit(查询客户交易额度v1)GET
- Message
Order Details (订单详情)
GET
/v1/whaleapi/trade/order
Trade
Request
Query Params
order_id
string
required
Example:
701276261045858304
account_no
string
required
Example:
L6VQEU00121996
Responses
🟢200OK
*/*
Body
code
integer <int32>
required
message
string
required
Example:
success
data
object
required
order_id
string
required
status
string
required
stock_name
string
required
quantity
string
required
executed_quantity
string
required
price
string
required
executed_price
string
required
submitted_at
string
required
side
enum<string>
required
Allowed values:
BuySell
symbol
string
required
ticker.region 格式)order_type
string
required
last_done
string
required
trigger_price
string
required
msg
string
required
tag
enum<string>
required
Allowed values:
NormalGTCGrey
Example:
Normal
time_in_force
string
required
expire_date
string
required
Example:
2023-04-02
updated_at
string
required
trigger_at
string
required
trailing_amount
string
required
trailing_percent
string
required
limit_offset
string
required
trigger_status
string
required
currency
string
required
outside_rth
string
required
remark
object
required
free_status
enum<number>
required
Allowed values:
0000
free_amount
string
required
free_currency
string
required
deductions_status
enum<number>
required
Allowed values:
0000
deductions_amount
string
required
deductions_currency
string
required
platform_deducted_status
enum<number>
required
Allowed values:
0000
platform_deducted_amount
string
required
platform_deducted_currency
string
required
history
array [object {5}]
optional
charge_detail
object
optional
Example
{
"code": 0,
"message": "success",
"data": {
"order_id": "string",
"status": "string",
"stock_name": "string",
"quantity": "string",
"executed_quantity": "string",
"price": "string",
"executed_price": "string",
"submitted_at": "string",
"side": "Buy",
"symbol": "string",
"order_type": "string",
"last_done": "string",
"trigger_price": "string",
"msg": "string",
"tag": "Normal",
"time_in_force": "string",
"expire_date": "2023-04-02",
"updated_at": "string",
"trigger_at": "string",
"trailing_amount": "string",
"trailing_percent": "string",
"limit_offset": "string",
"trigger_status": "string",
"currency": "string",
"outside_rth": "string",
"remark": {},
"free_status": 0,
"free_amount": "string",
"free_currency": "string",
"deductions_status": 0,
"deductions_amount": "string",
"deductions_currency": "string",
"platform_deducted_status": 0,
"platform_deducted_amount": "string",
"platform_deducted_currency": "string",
"history": [
{
"price": "381.0000",
"quantity": "200",
"status": "ReplacedStatus",
"msg": "string",
"time": "1680856746"
}
],
"charge_detail": {
"items": [
{
"code": 0,
"name": "收费明细",
"fees": [
{
"code": "string",
"name": "string",
"amount": "string",
"current": "string"
}
]
}
],
"total_amount": "0.00",
"currency": "HKD"
}
}
}🟠400Bad Request
Modified at 2025-04-23 09:07:05