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
名称 | 类型 | 是否必需 | 描述 |
---|---|---|---|
recvWindow | LONG | NO | 该值不大于60000 |
timestamp | LONG | YES |
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
}
]
}