跳到主要内容

Query Block Trade Order (TRADE)

API Description

Check block trade order status.

HTTP Request

GET /eapi/v1/block/order/orders

Request Weight

5

Request Parameters

NameTypeMandatory Description
blockOrderMatchingKeySTRINGNOIf specified, returns the specific block trade associated with the blockOrderMatchingKey
endTimeLONGNO
startTimeLONGNO
underlyingSTRINGNO
recvWindowLONGNOThe value cannot be greater than 60000
timestampLONGYES

Response Example

[
{
"blockTradeSettlementKey": "7d046e6e-a429-4335-ab9d-6a681febcde5",
"expireTime": 1730172115801,
"liquidity": "TAKER",
"status": "RECEIVED",
"createTime": 1730170315803,
"legs": [
{
"symbol": "BNB-241101-700-C",
"side": "BUY",
"quantity": "1.2",
"price": "2.8"
}
]
},
{
"blockTradeSettlementKey": "28b96c28-ba05-6906-a47c-703215cfbfe6",
"expireTime": 1730171860460,
"liquidity": "TAKER",
"status": "RECEIVED",
"createTime": 1730170060462,
"legs": [
{
"symbol": "BNB-241101-700-C",
"side": "BUY",
"quantity": "1.66",
"price": "20"
}
]
}
]