跳到主要内容

下单(TRADE)

接口描述

现货区块匹配下单,订单有效期为 30 分钟,如不执行将自动失效。

HTTP请求

POST /sapi/v1/block-match/order/place

请求权重(UID)

1

请求参数

名称类型是否必需描述
symbolStringYESsymbol, For example:BTC/USDT
sideEnumYESBuy/Sell
priceDecimalYESPrice
amountDecimalYESAmount
recvWindowLONGNO
timestampLONGYES

响应示例

{
"orderId": 1345055237913600000,// Order ID
"settlementKey": "7fc713a30e1f4835ad5d3aaea150f32b" // Settlement Key, The recipient needs to use this key to find the corresponding order.
}