post https://translate.noves.fi/svm//txCount/job/start
Starts a job to calculate an estimated total transaction count for the provided account address.
This is an asynchronous operation that will return a job ID and a URL to check the results.
The job will process in the background, and results will become available once the calculation is complete.
After starting the job:
- Use the returned resultsUrl to check the results
- If you get a 425 status code, retry after a short interval until you get a result
If a webhook URL is provided, the system will automatically send a POST request to that URL with the results once the job is complete. This eliminates the need for polling the results endpoint.
The billing for this endpoint is dynamic, and based on the processing time to calculate the transaction count. It gets billed at 333 CUs per second of processing time, with a minimum of 60 seconds per job.