/evm/{chain}/txs/{accountAddress}

Returns a list of the available transaction information for the chain and wallet requested, from the perspective of the wallet passed in as the viewAsWalletHash parameter.


Provide either a block range or a timestamp range, not both.

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

Path Params
string
required
Defaults to 0x9B1054d24dC31a54739B6d8950af5a7dbAa56815

Hash address of the Wallet.

string
required
Defaults to eth

Name of the chain.

Query Params
string

Results are returned with the view/perspective of this wallet address. Optional.

int64

Start timestamp to filter by. Optional.

int64

End timestamp to filter by. Optional.

int64
Defaults to 14637919

Start block to filter by. Optional.

int64
Defaults to 15289488

End block to filter by. Optional.

string
Defaults to desc

The order of the transactions to sort by timestamp. desc | asc. Optional

int32
1 to 50
Defaults to 10

Number of transactions to return per page. Optional.

boolean
Defaults to false

Enables retrieval of recent data - defined as transactions that have been confirmed in the last 5 minutes.
When enabled, the overall response time might be slower.
When disabled, the endTimestamp parameter will default to 5 minutes in the past (if no values are passed for endTimestamp or endBlock).
Optional.

boolean
Defaults to false

If true, the response will be in the v5 transaction format. Optional.

boolean
Defaults to false

If true, the transaction will use the perspective of the sender of the transaction.

Headers
string
required
Defaults to demokey

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

Responses

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