curl --location --request GET '/v1.0/payment/fiat/deposit/history?participantCode=B0100010&startTime&endTime&offset&limit'{
"code": 0,
"msg": "string",
"data": {
"participantCode": "string",
"transactionType": 1,
"startTime": 0,
"endTime": 0,
"transactions": [
{
"fiatDepositId": "string",
"participantCode": "string",
"currency": "string",
"amount": "string",
"receivingAccount": "string",
"payerName": "string",
"payerBankSwiftCode": "string",
"sourceAccount": "string",
"status": 1,
"statusInfo": "string",
"paymentReference": "string",
"createdAt": 0
}
],
"pagination": {
"limit": 0,
"offset": 0,
"total": 0,
"hasMore": true
}
}
}