Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazeim committed Nov 2, 2023
1 parent 2632698 commit 8d1fa89
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ When you're working with ERC-20 tokens, it can be beneficial to track and analyz
This step-by-step tutorial shows how to track, retrieve, and query an ERC-20 token in a smart account using the account address and the token contract, simplifying the process and offering code examples in multiple programming languages.

:::tip
This tutorial uses Moralis' [getWalletTokenTransfers](/web3-data-api/evm/reference/get-wallet-token-transfers) RPC method.
This tutorial uses Moralis' [`getWalletTokenTransfers`](/web3-data-api/evm/reference/get-wallet-token-transfers) RPC method.
:::

## Step 1: Set Up Moralis

Read our article, [Setting Up Moralis: Getting Started](/web3-data-api/evm/get-your-api-key), and make sure to finish all the steps. Only after that can you go ahead to complete this guide.

## Step 2: Method to Get and Retrieve ERC-20 Tokens for a Given Smart Account Address
## Step 2: Method to Get and Retrieve ERC-20 Transfers for a Given Smart Account Address

You can use the [getWalletTokenTransfers](/web3-data-api/evm/reference/get-wallet-token-transfers) API endpoint to get all transactions for an address of a smart account. This endpoint allows you to fetch transactions for a given address of a smart account.
You can use the [`getWalletTokenTransfers`](/web3-data-api/evm/reference/get-wallet-token-transfers) API endpoint to get all transactions for an address of a smart account. This endpoint allows you to fetch transactions for a given address of a smart account.

You will need two essential parameters:

Expand Down

0 comments on commit 8d1fa89

Please sign in to comment.