InvestmentHistoryResponse
totalRowsinteger
Total records
pageNumberinteger
Current page
pageSizeinteger
Records per page
data object[]
History entries
Array [
txnTimeint64
Transaction time
namestring
Product name
currencystring
Currency
ratenumber
Interest rate
typestring
Product type
txnTypestring
Transaction type (e.g. INVEST_SERVICE_TYPE_DEPOSIT)
amountnumber
Transaction amount
totalAmountnumber
Total invested amount
interestEarnednumber
Interest earned
durationint64
Duration
]
InvestmentHistoryResponse
{
"totalRows": 0,
"pageNumber": 0,
"pageSize": 0,
"data": [
{
"txnTime": 0,
"name": "string",
"currency": "string",
"rate": 0,
"type": "string",
"txnType": "string",
"amount": 0,
"totalAmount": 0,
"interestEarned": 0,
"duration": 0
}
]
}