curl --location '/v2/payment/statements//entries?participantCode=undefined&transactionId=undefined¤cy=undefined&offset=undefined&limit=undefined'{
"code": "string",
"msg": "success",
"data": {
"statementId": "ST20250301001",
"statementDetails": [
{
"participantCode": "string",
"currencyEntries": {
"currency": "string",
"entries": [
{
"bookedAt": 1709308800000,
"transactionId": "DP2025030100012345",
"participantCode": "A0103103",
"transactionType": 0,
"currency": "USDT",
"amount": "2000.00",
"balances": {
"openingTotalBalance": "string",
"closingTotalBalance": "string"
}
}
]
}
}
],
"pagination": {
"limit": 0,
"offset": 0,
"total": 0,
"hasMore": true
}
}
}