/svm/{chain}/historicalBalances/job/start

Starts a job to fetch historical token balances for the provided account address at a specific timestamp.

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 jobId to check the results via the corresponding GET endpoint
  2. If you get a 425 status code, retry after a short interval until you get a result

Processing time depends on how far back in time the requested timestamp is and the transaction volume of the account.

Path Params
string
required
Defaults to solana

Name of the chain.

Query Params
string
required

Hash address of the Wallet.

int64
required

Unix timestamp to get balances at.

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