curl --location --request GET 'test-mg-admin.hwyc.io/contract/order/detail/'{
"code": 0,
"msg": "",
"data": {
"status": "",
"priceType": "",
"price": 0.0,
"sell": 0,
"amount": 0.0,
"filledAmount": 0.0,
"avgPrice": 0.0,
"orderValue": 0.0,
"filledValue": 0.0,
"fee": 0.0,
"createTime": 0,
"orderId": "",
"tradeDetails": [
{
"amount": 0.0,
"price": 0.0,
"fee": 0.0,
"createTime": 0
}
]
}
}