graphsense / graphsense-REST

A REST service for accessing cryptocurrency data stored in Apache Cassandra.
MIT License
10 stars 8 forks source link

/address/{address}/txs - Allow paging through all (w. constraint on block-range) #74

Open behas opened 2 years ago

behas commented 2 years ago

Currently, this interface returns 5000 entries by default. This is problematic if one tries to retrieve all transactions and address was involved in.

Possible alternative: introduce some form of paging and/or allow pulling transactions that fall within a specific start and end range.