跳到主要内容

Accept Block Trade Order (TRADE)

API Description

Accept a block trade order

HTTP Request

POST /eapi/v1/block/order/execute

Request Weight

5

Request Parameters

NameTypeMandatory Description
blockOrderMatchingKeySTRINGYES
recvWindowLONGNOThe value cannot be greater than 60000
timestampLONGYES

Response Example

{
"blockTradeSettlementKey": "7d046e6e-a429-4335-ab9d-6a681febcde5",
  "expireTime": 1730172115801,
"liquidity": "MAKER",
"status": "ACCEPTED",
"createTime": 1730170315803,
"legs": [
{
"symbol": "BNB-241101-700-C",
"side": "SELL",
"quantity": "1.2",
"price": "2.8"
}
]
}