get-recent-transactions-for-address-v3

Commonly used to fetch and render the most recent transactions involving an address. Frequently seen in wallet applications.

get/v1/{chainName}/address/{walletAddress}/transactions_v3/

Path parameters

chainNamestring required

The chain name eg: eth-mainnet.

walletAddressstring required

The requested address. Passing in an ENS, RNS, Lens Handle, or an Unstoppable Domain resolves automatically.

Query parameters

quote-currencystring

The currency to convert. Supports USD, CAD, EUR, SGD, INR, JPY, VND, CNY, KRW, RUB, TRY, NGN, ARS, AUD, CHF, and GBP.

no-logsboolean

Omit log events.

block-signed-at-ascboolean

Sort the transactions in ascending chronological order. By default, it's set to false and returns transactions in descending chronological order.

with-internalboolean

Whether to include internal transfers/transactions.

Response

Successful response

addressstring

The requested address.

updated_atstring date-time

The timestamp when the response was generated. Useful to show data staleness to users.

quote_currencystring

The requested quote currency eg: USD.

chain_idinteger

The requested chain ID eg: 1.

chain_namestring

The requested chain name eg: eth-mainnet.

chain_tip_heightinteger

The latest block height of the blockchain at the time this response was provided.

chain_tip_signed_atstring date-time

The timestamp of the latest signed block at the time this response was provided.

current_pageinteger

The current page of the response.