Querying the flow chain

Hi,

I was wondering if there was an API available that would let me query from anywhere in the blockchain. From my understanding, GetEventsForHeightRange() can only grab the last 1000 blocks and the only way to query blocks is to use GetLatestBlock() which will only grab the last block in the chain.

For some background information, I want to be able to query the Top Shot flow blockchain for all transactions.

Thanks

@Deetow Unfortunately, this isn’t possible at the moment. We hope to be able to have full archive nodes in the future so that data can be queried from any previous block, but it isn’t a super high priority right now.

Thanks for the response! Seems like the the only option then is to query the whole blockchain for all events until that happens