get-erc20-token-transfers-for-address
Commonly used to render the transfer-in and transfer-out of a token along with historical prices from an address.
get/v1/{chainName}/address/{walletAddress}/transfers_v2/
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.
contract-addressstring required
The requested contract address. Passing in an ENS, RNS, Lens Handle, or an Unstoppable Domain resolves automatically.
starting-blockinteger
The block height to start from, defaults to 0.
ending-blockinteger
The block height to end at, defaults to current block height.
page-sizeinteger
Number of items per page. Omitting this parameter defaults to 100.
page-numberinteger
0-indexed page number to begin pagination.
Response
Successful response