curl --location --request GET '/v1.0/payment/fiat/withdrawal/history?participantCode&startTime&endTime&offset&limit'{
"code": "string",
"msg": "string",
"data": {
"participantCode": "string",
"startTime": 0,
"endTime": 0,
"transactions": [
{}
],
"pagination": {
"limit": 0,
"offset": 0,
"total": 0,
"hasMore": true
}
}
}