EOSCommunity.org Forums

Obtaining Full Wallet History

Is there a better/faster way to scrape the entire history of a wallet via the API than just doing 1000’s of calls with offset/limit loops?

Is there a scrollable API available or a way to bypass the 100 record limit?
https://wax.greymass.com/v1/history/get_actions

If not, what would be the best solution for this type of endeavor?

Thank you!

I can’t immediately think of a solution that’d do what you want besides the one you came up with. For our accounting purposes, that’s what we do as well - have a script that scrapes all the get_actions requests from the account and aggregates the results.

In the past some services existed to offer a full export - but I think most of those have shut down for whatever reason.