summaryrefslogtreecommitdiff
path: root/core/api-bank-access.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-bank-access.rst')
-rw-r--r--core/api-bank-access.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 0df13f4b..2b7b07e6 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -187,9 +187,9 @@ Transactions
:query page: page number starting from 1. Page 1 has the latest transactions
and 1 is the default value.
:query size: how many transactions per page. It must be at least 1 and defaults to 5.
- :query from_ms: Optional. Filters the results to transactions *from* this
+ :query from_ms: Optional. Filters the results to transactions *from* (inclusively) this
timestamp in milliseconds
- :query until_ms: Optional. Filters the results to transactions *until* this
+ :query until_ms: Optional. Filters the results to transactions *until* (inclusively) this
timestamp in milliseconds
**Response**