跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://developer.wooxpro.com/llms.txt

Use this file to discover all available pages before exploring further.

合约计划委托下单 (SIGNED)

适用于用户进行合约计划委托订单下单

请求URL

POST https://cloud-api.wooxpro.com/contract/private/submit-plan-order

请求限制

参见 速率限制详细

请求参数

请求
curl 
 -H 'X-BM-KEY:{{AccessKey}}'
 -H 'X-BM-TIMESTAMP:{{currentTime}}'
 -H 'X-BM-SIGN:{{SIGN}}' 
 -X POST -d '{
  "symbol":"ETHUSDT",
  "side":4,
  "type":"limit",
  "mode":1,
  "leverage":"1",
  "open_type":"isolated",
  "size":10,
  "trigger_price":"2000",
  "executive_price":"1450",
  "price_type":1,
  "price_way":1
}'
https://cloud-api.wooxpro.com/contract/private/submit-plan-order
参数类型是否必填描述
symbolString必填合约交易对(如BTCUSDT)
typeString选填订单类型
-limit=限价单(默认)
-market=市价单
-take_profit=止盈单
-stop_loss=止损单
sideInt必填订单方向
双向持仓
-1=开多
-2=平空
-3=平多
-4=开空
单向持仓
-1=买入
-2=买入(只减仓)
-3=卖出(只减仓)
-4=卖出
leverageString必填杠杆下单倍数
open_typeString必填开仓类型
-cross=全仓
-isolated=逐仓
modeInt选填下单方式
-1=GTC(默认)
-2=FOK
-3=IOC
-4=Maker Only
sizeInt必填订单数量 张数
trigger_priceString必填触发价格
executive_priceString选填执行价格,订单 type = limit 必填
price_wayInt必填价格方向
-1=看涨
-2=看跌
price_typeInt必填触发价格类型
-1=最新成交价
-2=标记价格
plan_categoryInt选填止盈止损类型
-1=部分仓位止盈止损
-2=全仓止盈止损
preset_take_profit_price_typeInt选填预设止盈委托价格类型
-1=最新成交价(默认)
-2=标记价格
preset_stop_loss_price_typeInt选填预设止损委托价格类型
-1=最新成交价(默认)
-2=标记价格
preset_take_profit_priceString选填预设止盈价格
preset_stop_loss_priceString选填预设止损价格

响应详情

响应
{
  "code": 1000,
  "message": "Ok",
  "data": {
    "order_id": 220609666322019
  },
  "trace": "13f7fda9-9543-4e11-a0ba-cbe117989988"
}
字段类型描述
order_idInt订单编号