Does anyone know how give an offset or page argument for pagination when looking up account transactions in the Indexer?
In the SDK I know that it’s possible to use the limit function and go to the next page using the next token value.
Is there a way to jump to a specific page immediately?
Appreciate the help, thanks!