According to doc I can get transactions created after given timestamp, but is there a way to get transactions updated after given timestamp?
Hi @arvenil ,
Alec from Fireblocks Support here. It is not possible to constrain the returned list of transactions at the time of the API call, but each returned transaction will contain the lastUpdated field, so it is possible to sort the results by last update timestamp on the client side.