Get saving history
GET /v2/treasury/savings/{savingId}/history
Get the history for a specific saving with filters and pagination
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The saving ID
Example
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
Query Parameters
Section titled “Query Parameters ”The status of the transaction
The action type of the transaction
Start date in YYYY-MM-DDTHH:mm:ss format (UTC timezone, no offset allowed)
End date in YYYY-MM-DDTHH:mm:ss format (UTC timezone, no offset allowed)
The sort order by Date
Page number (starts at 1)
Example
1
Items per page
Example
10
Header Parameters
Section titled “Header Parameters ”API Key
API Secret
Responses
Section titled “ Responses ”List of saving history entries
object
object
The history entry ID
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
The wallet ID
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
The saving ID
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
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
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
The currency ID
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
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
object
The current page number.
1
The number of items per page.
10
The total number of pages available.
100
The total number of items available.
1000
Indicates whether there is a next page available.
true
Indicates whether there is a previous page available.
true