Get wallet saving history
GET /v2/treasury/wallet/{walletId}/savings/history
Get the saving history for a specific wallet with filters and pagination
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The wallet ID
Example
77a0049c-7683-45ff-956f-656f257048f7
Query Parameters
Section titled “Query Parameters ”The status of the transaction
Example
PENDING
The action type of the transaction
Example
DEPOSIT
The start date of the transaction
Example
2025-01-01T00:00:00.000Z
The end date of the transaction
Example
2025-01-01T00:00:00.000Z
The sort order by Date
Example
desc
Header Parameters
Section titled “Header Parameters ”API Key
API Secret
Responses
Section titled “ Responses ”List of saving history entries
object
List of saving history items
object
The history entry ID
77a0049c-7683-45ff-956f-656f257048f7
The wallet ID
77a0049c-7683-45ff-956f-656f257048f7
The saving ID
77a0049c-7683-45ff-956f-656f257048f7
The action type, either “deposit” or “withdraw”
The current status, e.g., “pending”, “completed”, “failed”
The status of the fee processing, similar to transaction status
The transaction query ID
77a0049c-7683-45ff-956f-656f257048f7
The currency ID
77a0049c-7683-45ff-956f-656f257048f7
Total value involved in the transaction
100.123456
Customer’s original input value before any deductions
100.123456
Final customer value after applying fees or deductions
98.123456
Customer-specific fee amount
1.000000
Admin fee calculated from the transaction
1.000000
Amount of admin fee that has already been paid
1.000000
Customer’s balance before the transaction
1000.123456
Customer’s balance after the transaction
1100.123456
The transaction timestamp
2024-03-20T10:30:00.000Z
Last update timestamp
2024-03-20T10:30:00.000Z
Pagination information
object
Page number (starts at 1)
1
Items per page
10
Total number of items
100
Total number of pages
10
Whether there is a next page
true
Whether there is a previous page
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error