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

  1. Use the returned resultsUrl to check the results
  2. 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.

Path Params
string
required
Defaults to solana

Name of the chain.

Query Params
string
required

Address of the primary account.

string

Optional URL to receive a webhook notification with the results when the job completes.

Headers
string
required
Defaults to demokey

API Key for Translate API. To generate an API Key, visit https://noves.fi/pricing

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses
202

Accepted

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json