From 6c63090f6dddc9bb9ece9e2e96b8a2f4a2bfb30f Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Mon, 2 Mar 2026 15:31:30 -0500 Subject: [PATCH] docs: add Solana address update interval callout --- .../data/webhooks/webhook-types/address-activity-webhook.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx b/content/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx index 9517e6a19..5c6358526 100644 --- a/content/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx +++ b/content/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx @@ -15,6 +15,10 @@ slug: reference/address-activity-webhook Alchemy's Address Activity webhooks supports 30+ EVM chains (and now [Solana in early beta)](https://alchemotion.notion.site/External-Solana-Webhooks-Early-Access-Beta-18a069f200668057998afabc01472791). For EVM chains, it tracks all ETH, ERC20, ERC721 and ERC1155 transfers. This provides your app with real-time state changes when an address sends/receives tokens or ETH. A maximum of 100,000 addresses can be tracked by a single webhook. + + For Address Activity webhooks on Solana, tracked addresses are updated on a 30-second interval. + + If you are looking for historical activity, check out the [Transfers API Endpoints](/docs/reference/transfers-api-endpoints).