post https://translate.noves.fi/cosmos//job/start
Starts a job to fetch all transactions for a Cosmos wallet in the given time range.
The endpoint returns URL of the first page of results to be generated by the job.
After starting the job:
- Use the returned nextPageUrl to fetch the first page
- 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
After starting a job, you will incur API CUs for the entirety of it (based on the number of transactions fetched).
Note: Processing large date ranges may take some time. Use the startBlock / endBlock parameters
to control the size of the job.