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