下单(TRADE)
接口描述
现货区块匹配下单,订单有效期为 30 分钟,如不执行将自动失效。
HTTP请求
POST /sapi/v1/block-match/order/place
请求权重(UID)
1
请求参数
名称 | 类型 | 是否必需 | 描述 |
---|---|---|---|
symbol | String | YES | symbol, For example:BTC/USDT |
side | Enum | YES | Buy/Sell |
price | Decimal | YES | Price |
amount | Decimal | YES | Amount |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
响应示例
{
"orderId": 1345055237913600000,// Order ID
"settlementKey": "7fc713a30e1f4835ad5d3aaea150f32b" // Settlement Key, The recipient needs to use this key to find the corresponding order.
}