curl --location '/v2/payment/statements/'{
"code": "string",
"msg": "success",
"data": {
"statementId": "ST20250301001",
"statementType": 0,
"accountType": 0,
"statementStartDate": "2025-03-01",
"statementEndDate": "2025-03-01",
"statementDetails": [
{
"participantCode": "string",
"currencyStatements": [
{
"currency": "USDT",
"balances": {
"openingTotalBalance": "string",
"closingTotalBalance": "string"
},
"settlementSummary": {
"settlementAmount": "1000.00",
"totalTransactionCount": 6,
"creditTransactionCount": 3,
"grossCreditAmount": "3500.00",
"netCreditAmount": "3500.00",
"debitTransactionCount": 3,
"grossDebitAmount": "2500.00",
"netDebitAmount": "2000.00",
"fee": {
"totalFee": "0.00",
"customerFee": "0.00",
"partnerFee": "0.00"
}
}
}
]
}
],
"createdAt": 1709308800000
}
}