getAddresses - SDK
Get all addresses tracked for the provided AddressActivityWebhook . An Address Activity Webhook tracks ETH , ERC20 , ERC721 , and ERC1155 transfers for the provided addresses. This can be used to notify your app of real-time state changes when your tracked addresses send or receive tokens.
Get all addresses tracked for the provided AddressActivityWebhook
.
An Address Activity Webhook tracks ETH
, ERC20
, ERC721
, and ERC1155
transfers for the provided addresses. This can be used to notify your app of real-time state changes when your tracked addresses send or receive tokens.
Don’t have an API key?
Start using this method in your app today. Get started for free
Description
Get all addresses tracked for the provided AddressActivityWebhook
.
An Address Activity Webhook tracks ETH
, ERC20
, ERC721
, and ERC1155
transfers for the provided addresses. This can be used to notify your app of real-time state changes when your tracked addresses send or receive tokens.
Parameters
Response
AddressActivityResponse
parameters
Example Request and Response
Prerequisite: You will need to install the Alchemy SDK before making requests with it.
The commands for installing it using npm or yarn are given below:
Request
Response
Use Cases
Here are some potential use cases for the getAddresses
method:
-
Monitoring User Balances: Developers can use Alchemy Notify to monitor user balances for specific Ethereum addresses.
getAddresses
can be used to retrieve the addresses currently being monitored and ensure that the balances of these addresses are up-to-date. -
Monitoring Smart Contract Events: Alchemy Notify can also be used to monitor events on smart contracts. Developers can use
getAddresses
to retrieve the addresses currently being monitored and ensure that events from these addresses are being properly received and processed. -
Tracking Transactions: Developers can use Alchemy Notify to track transactions on the Ethereum network.
getAddresses
can be used to retrieve the addresses of the wallets or contracts involved in a particular transaction and ensure that the transaction is being tracked properly.
Related Methods
- getAllWebhooks - Get all webhooks on your team.