/evm/{chain}/txs/job/{jobId}

Fetches a single page of results for a given job (previously triggered by the start endpoint).

You will normally call this endpoint by simply iterating over the nextPageUrl field in the response from the start endpoint.

If you get a 425, retry on an interval until you get the results back. When you get a result, the response will include a nextPageUrl that you can use to fetch the next page.

Note: If no nextPageUrl is returned, you have reached the end of the job.

Path Params
string
required

Name of the chain.

string
required

Job ID of the job, as returned by the start endpoint.

Query Params
int32
Defaults to 1

Page number to fetch.

int32
Defaults to 100

Number of transactions to return per page.

boolean
Defaults to false

If true, the transactions will be returned in ascending order.

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

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