Much like
executions/
resource, it's possible to get the list of transactions for an account by calling the
transactions/
resource on the REST API.
Unfortunately it's not possible to filter the transactions; the only params seem to be
currency
,
page
and
limit
.
Can we please have the ability to filter based on timestamp, the same way we do with Executions? - https://developers.quoine.com/v2#get-executions-by-timestamp
I want to be able to make a call like this - https://api.quoine.com/transactions?currency=USD&timestamp=1548121950 to return all the transactions after this timestamp.
Hopefully this is a simple one.