Skip to main content

Query Investment History

Returns paginated investment transaction history.

Request Parameters​

NameTypeRequiredDescription
pageNumberIntegerNoPage number (1-based, default 1)
pageSizeIntegerNoRecords per page (default 10, max 50)

Response Content​

NameTypeDescription
totalRowsIntegerTotal records
pageNumberIntegerCurrent page
pageSizeIntegerRecords per page

data:

NameTypeDescription
txnTimeLongTransaction time
nameStringProduct name
currencyStringCurrency
rateDoubleInterest rate
typeStringProduct type
txnTypeStringTransaction type (e.g. INVEST_SERVICE_TYPE_DEPOSIT)
amountDoubleTransaction amount
totalAmountDoubleTotal invested amount
interestEarnedDoubleInterest earned
durationLongDuration
example
GEThttps://api.btse.com/spot/api/v3.3/invest/history

Response

{
"totalRows": 0,
"pageNumber": 1,
"pageSize": 10,
"data": []
}