Transaction History for Address

The transaction History by Address API allows you to retrieve a list of all transactions associated with a wallet address. The transactions are returned in reverse chronological order, with the most recent transactions appearing first. Additionally, the API includes decrypt log events in the response.

Path Params
string
enum
required

Any supported chain

string
required

Wallet address or ENS

Query Params
number
Defaults to 1

Page you want to query

number
Defaults to 20

Number of records to be fetched per page

number

Starting block from which the transactions should be considered

string

End block till which the transactions should be considered

string

Valid contract address

string

Flag to enable price of tokens at the time of transaction

string

Filter transactions based on the "to" address within the latest 5000 transactions. If this filter is applied, the maximum page size is restricted to 20 transactions.

string

(Only for Solana chain) If not provided the search starts from the top of the highest max confirmed block.

string

(Only for Solana chain) Search until this transaction signature, if found before limit reached.

Response

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