Skip to main content

Query limit open orders (USER_DATA)

API Description

Request a quote for the requested token pairs

HTTP Request

POST /sapi/v1/convert/limit/queryOpenOrders

Request Weight

3000(UID)

Request Parameters

名称类型是否必需描述
recvWindowLONGNO该值不大于60000
timestampLONGYES

Response Example

{
"list": [
{
"quoteId": "18sdf87kh9df",
"orderId": 1150901289839,
"orderStatus": "SUCCESS",
"fromAsset": "BNB",
"fromAmount": "10",
"toAsset": "USDT",
"toAmount": "2317.89",
"ratio": "231.789",
"inverseRatio": "0.00431427",
"createTime": 1614089498000,
"expiredTimestamp": 1614099498000
}
]
}