post https://translate.noves.fi/evm//txs/job/start
Starts a job to fetch all transactions for an EVM wallet in the given time range.
The job will be processed in the background, and results will become available (in paginated form) once all transactions have been fetched.
After starting the job:
- Use the returned nextPageUrl to start fetching the results (once they're available)
- If you get a 425, retry on an interval until you get a result back
- Repeat for subsequent URLs until you get to a page with no nextPageUrl field included
Note: Once you start a job, you will incur API CUs for its entirety (and you will be billed based on the number of transactions fetched).
Processing large date ranges may take some time. Use the startBlock / endBlock or startTimestamp / endTimestamp parameters to control the size of the job.
Make sure to provide either a block range or a timestamp range, not both.