Authorization: Bearer ********************curl --location '/v2.0/payment/statements/'{
"code": 200,
"msg": "success",
"data": {
"statementId": "c90a42b3eefc4d7d912ecf8673788394",
"statementType": 1,
"accountType": 1,
"statementStartDate": "2026-06-01",
"statementEndDate": "2026-06-30",
"statementDetails": [
{
"participantCode": "",
"currencyStatements": [
{
"currency": "USD",
"balances": {
"openingTotalBalance": "1000",
"closingTotalBalance": "1000"
},
"settlementSummary": {
"settlementAmount": "0",
"totalTransactionCount": 1,
"creditTransactionCount": 0,
"grossCreditAmount": "0",
"netCreditAmount": "0",
"debitTransactionCount": 1,
"grossDebitAmount": "100",
"netDebitAmount": "100",
"fee": {
"totalFee": "0",
"customerFee": "0",
"partnerFee": "0"
}
}
},
{
"currency": "EUR",
"balances": {
"openingTotalBalance": "1000",
"closingTotalBalance": "1000"
},
"settlementSummary": {
"settlementAmount": "0",
"totalTransactionCount": 0,
"creditTransactionCount": 0,
"grossCreditAmount": "0",
"netCreditAmount": "0",
"debitTransactionCount": 0,
"grossDebitAmount": "0",
"netDebitAmount": "0",
"fee": {
"totalFee": "0",
"customerFee": "0",
"partnerFee": "0"
}
}
},
{
"currency": "USDT",
"balances": {
"openingTotalBalance": "1100",
"closingTotalBalance": "1100"
},
"settlementSummary": {
"settlementAmount": "0",
"totalTransactionCount": 0,
"creditTransactionCount": 0,
"grossCreditAmount": "0",
"netCreditAmount": "0",
"debitTransactionCount": 0,
"grossDebitAmount": "0",
"netDebitAmount": "0",
"fee": {
"totalFee": "0",
"customerFee": "0",
"partnerFee": "0"
}
}
}
]
}
],
"createdAt": 1784449619000
}
}