curl --location '/v2/payment/statements//transactions?participantCode=undefined¤cy=undefined&offset=undefined&limit=undefined'{
"code": "string",
"msg": "success",
"data": {
"statementId": "ST20250301001",
"statementDetails": [
{
"participantCode": "string",
"currencyTransactions": {
"currency": "string",
"transactions": [
{
"participantCode": "A0103103",
"transactionType": 0,
"transactionId": "DP2025030100012345",
"clientReference": "CLIENT_REF_001",
"originalTransactionId": null,
"originalClientReference": null,
"createdAt": 1709308800000,
"creditDebitIndicator": 0,
"grossSettlementAmount": "2000.00",
"transactionFee": {
"feeBearer": 1,
"feeCurrency": "string",
"feeAmount": "string"
},
"netSettlementAmount": "2000.00",
"conversionDetail": {
"sourceCurrency": "USD",
"sourceAmount": "500.00",
"destinationCurrency": "USDT",
"destinationAmount": "500.00",
"basePrice": "1.0000",
"finalPrice": "1.0000",
"markUp": "0",
"quotationId": "QT20250301001"
}
}
]
}
}
],
"pagination": {
"limit": 0,
"offset": 0,
"total": 0,
"hasMore": true
}
}
}