curl --location --request GET 'test-mg-admin.hwyc.io/contract/order/pending'{
"code": 0,
"msg": "",
"data": [
{
"orderId": "",
"pairId": "",
"tokenName": "",
"priceType": "",
"direction": 0,
"orderType": 0,
"amount": 0.0,
"tradedAmount": 0.0,
"price": 0.0,
"sell": 0,
"orderAction": 0,
"triggerPrice": 0.0,
"createTime": ""
}
]
}