/tvm/{chain}/balances/job/start

Starts a job to fetch the token balance for a given account and token address as of a specific block.

The endpoint returns a URL that can be used to check for the results.

After starting the job:

  1. Call the URL that is returned
  2. If you get a 425 status code, retry after some time
  3. Continue polling until you get the final balance result

Note: Processing will take some time, depending on the how far the requested block is from chain genesis, and depending on the transaction volume of the requested account.

Path Params
string
required
Defaults to tron

Name of the chain (e.g. tron)

Query Params
string
required
Defaults to TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t

Contract address of the token

string
required

Address to get the balance for

int64
required
≥ 1

Block number to get the balance as of

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