Skip to main content
This guide will walk you through the process of listing all ERC-20 transfers associated with a specific wallet address on the DFK L1 network using the Data API.

Step 1: Set Up AvaCloud

First, ensure that you have set up AvaCloud and have access to your API key. If you’re new to Avacloud, create an account and obtain an API key.

Step 2: Retrieve the Native Balance of an Address

To obtain a list of ERC-20 transfers you can use the List ERC-20 transfers endpoint. You’ll need to specify the chainId and the address for which you want to retrieve the balance. Here’s how you can do it:
Response
Congratulations 🎉 You’ve successfully retrieved the list of ERC-20 transfers for a wallet address with just a few lines of code using the Data API!​