{
"cursor": {},
"pageSize": 10,
"uid": "string",
"zfo": true,
"orderId": "string",
"pairId": 0,
"beginTime": "string",
"endTime": "string",
"state": 0,
"orderType": 0
}curl --location --request POST 'test-mg-admin.hwyc.io/contract/order/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"cursor": {},
"pageSize": 10,
"uid": "string",
"zfo": true,
"orderId": "string",
"pairId": 0,
"beginTime": "string",
"endTime": "string",
"state": 0,
"orderType": 0
}'{
"code": 0,
"msg": "",
"data": {
"cursor": {},
"pageSize": 0,
"data": [
{
"id": 0,
"zfo": false,
"orderId": "",
"orderType": 0,
"userId": "",
"fee": 0,
"amtFee": "",
"price": "",
"orderPrice": "",
"pairId": 0,
"amount": "",
"tradeAmount": "",
"refundAmount": "",
"outAmount": "",
"state": 0,
"createTime": "",
"showAddAmount": "",
"showAddSymbol": "",
"showSubAmount": "",
"showSubSymbol": "",
"showRefundAmount": "",
"showRefundSymbol": "",
"showTime": 0
}
]
}
}