{
"walletNo": "string",
"startTime": "2024-01-01",
"endTime": "2024-01-31",
"type": "string",
"pageInfo": {
"current": "1",
"size": "100"
}
}curl --location --request POST '/api/open/rest/walletFlow' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'X-Signature: {{reqest_sign}}' \
--header 'X-Timestamp: {{$date.millisecondsTimestamp}}' \
--header 'X-Nonce: {{$helpers.rangeToNumber(min=10000000000,max=99999999999)}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"walletNo": "string",
"startTime": "2024-01-01",
"endTime": "2024-01-31",
"type": "string",
"pageInfo": {
"current": "1",
"size": "100"
}
}'{
"success": false,
"code": "",
"message": "",
"data": {
"pageInfo": {
"current": "",
"size": ""
},
"list": [
{
"fundFlowId": "",
"orderId": "",
"businessType": "",
"merchantId": "",
"cardWalletId": "",
"balanceBefore": 0.0,
"fundDirection": "",
"amount": 0.0,
"currency": "",
"balanceAfter": 0.0,
"createTime": ""
}
]
}
}