/cosmos/{chain}/jobs/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:

  1. Use the returned nextPageUrl to fetch the first page
  2. If you get a 425, retry on an interval until you get a result back
  3. 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.

Language
Click Try It! to start a request and see the response here!