/svm/{chain}/txs/{format}/{accountAddress}

Returns a paginated list of transactions for the given account address, using the format specified by the format parameter. You can enrich or adjust the classification using options

Supported options:

  • images: include image URLs for Tokens and NFTs

The results will be ordered by latest to oldest (descending).

If you want to only get a certain timeframe of data and you previously queried for the same account address, you can stop paging after reaching a certain timestamp in the results.

Note: For pagination, use the nextPageUrl link that will be returned as part of the output.

Path Params
string
required

Account address to fetch transactions for.

string
required
Defaults to solana

Name of the chain.

string
required
Defaults to v5

Desired output format.

Query Params
int32
1 to 100
Defaults to 10

Number of transactions to return per page.

string

Comma-separated list of formatting options. Available: images.

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