{
"expireTime": 1726217393,
"applyId": 0,
"state": 0,
"cursor": 0,
"pageSize": 0,
"uid": "9988",
"bizId": "string",
"target": "string",
"excludeUids": 1234,
"to": "0x...",
"currency": 1,
"beginTime": "string",
"endTime": "string",
"includeTotal": true
}curl --location --request POST 'test-mg-admin.hwyc.io/pri/v1/withdraw/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"expireTime": 1726217393,
"applyId": 0,
"state": 0,
"cursor": 0,
"pageSize": 0,
"uid": "9988",
"bizId": "string",
"target": "string",
"excludeUids": 1234,
"to": "0x...",
"currency": 1,
"beginTime": "string",
"endTime": "string",
"includeTotal": true
}'{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"cursor": {},
"pageSize": 0,
"data": [
{
"id": 0,
"bizId": "string",
"channelName": "string",
"subChannel": "string",
"uid": "string",
"sender": "string",
"operator": "string",
"target": "string",
"currency": 0,
"amount": "string",
"remain": "string",
"fee": "string",
"state": 0,
"reason": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"txId": 0,
"recordId": 0,
"thirdOrderId": "string",
"channelState": 0,
"errMsg": "string",
"extInfo": "string",
"updateTime": "2019-08-24T14:15:22.123Z",
"chainState": 0,
"txHash": "string",
"gasLimit": "string",
"gasPrice": "string",
"showTime": 0,
"showUpdateTime": 0,
"showCreateTime": 0
}
]
},
"success": true
}