latestOpenAPI 3.1.02026-08-0837114837.8 KB

c099830c76a0

get-transaction-summary-for-address

Used to fetch the earliest and latest transactions, and the transaction count for a wallet. Also enriched with gas expenditure details and total ERC20 token transfers count.

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

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.

with-gasboolean

Include gas summary details. Response times may be impacted for wallets with large number of transactions.

with-transfer-countboolean

Represents the total count of ERC-20 token movement events, including Transfer, Deposit and Withdraw. Response times may be impacted for wallets with large number of transactions.

Response

Successful response

updated_atstring date-time

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

addressstring

The requested address.

chain_idinteger

The requested chain ID eg: 1.

chain_namestring

The requested chain name eg: eth-mainnet.