[docs-agent] Weekly skills update 2026-09-23 - #53
Open
alchemy-bot wants to merge 1 commit into
Open
alchemy-bot wants to merge 1 commit into
alchemy-bot wants to merge 1 commit into
Conversation
Docs PRs covered: - alchemyplatform/docs#1636 — new Portfolio /transfers/by-address (Beta) replaces /transactions/history/by-address - alchemyplatform/docs#1643 — 14 supported networks + internal category caveat for /transfers/by-address - alchemyplatform/docs#1630 — Arc Mainnet + Testnet added to internal transfer support (Transfers API + Address Activity Webhook) - alchemyplatform/docs#1639 — Solana getTokenHoldersAtSlot method (mint-side complement to *ByOwnerAtSlot)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Weekly sync from docs changes merged 2026-09-16 → 2026-09-23.
Docs PRs covered
POST /transfers/by-address(Beta), replaces the olderPOST /transactions/history/by-addressbeta.internalcategory caveat (Ethereum Mainnet, Base Mainnet, Polygon Mainnet, Arc Mainnet, Arc Testnet only) documented on/transfers/by-address.alchemy_getAssetTransfersand the Address Activity webhook.getTokenHoldersAtSlotmethod (mint-side complement togetTokenAccountsByOwnerAtSlot/getBalanceByOwnerAtSlot).Skills files updated
skills/alchemy-api/references/data-portfolio-apis.md— swapped the deprecatedPOST /transactions/history/by-address(Beta) section for the newPOST /transfers/by-address(Beta) section: single-address input, 14-network fan-out, requiredcategory, partial-failure semantics, response schema, official docs link. Updated Notes + CLI note + Official Docs pointer.skills/alchemy-api/references/data-transfers-api.md— expanded theinternalcategory coverage line (was: Ethereum + Polygon Mainnet only; now: + Base Mainnet + Arc Mainnet + Arc Testnet). Broadened the top-of-file "Supported chains" note to acknowledge the expanded EVM list and link to the docs page.skills/alchemy-api/references/webhooks-address-activity.md— added an "Internal transfer support" subsection enumerating the chains that emit internal transfers via the Address Activity webhook (including the new Arc Mainnet + Testnet), with thedelegatecalland miner-reward caveats.skills/alchemy-api/references/solana-rpc.md— added agetTokenHoldersAtSlotsection under the historical *ByOwnerAtSlot block: mint + slot required,sortBycase-sensitivity, coverage window, response shape, error codes, currentx-bot-ignoreposture.Plugins mirror (
plugins/alchemy/skills/alchemy-api/references/*) synced byte-identical viaplugins/alchemy/scripts/sync_from_catalog.py.Material changes
getTokenHoldersAtSlot.alchemy_getAssetTransfersand the Address Activity webhook; Base Mainnet joins theinternalcategory onalchemy_getAssetTransfers.Overlap with open weekly PRs
solana-rpc.md(addsgetProgramAccountsV2) andwallets-wallet-apis.md(EIP-7702 default flip note, worded as forward-looking Sept 21). This week'ssolana-rpc.mdaddition (getTokenHoldersAtSlot) is a separate section under the historical *ByOwnerAtSlot block — no line-level conflict withgetProgramAccountsV2, just a trivial rebase either way.wallets-wallet-apis.md(Sept-21 correction,capabilities.eip7702Auth.versionselector,accountId()). Not touched this week — main's current EIP-7702 wording is close enough that docs PR #1642 (past-tense reword this week) doesn't require an incremental skill edit; when PR [docs-agent] Weekly skills update 2026-09-09 #48 lands its more complete coverage supersedes.solana-rpc.md(addsgetTokenAccountsByOwnerV2) andoperational-supported-networks.md(Arc Mainnet). This week'ssolana-rpc.mdaddition sits at a different anchor — trivial rebase either way.operational-supported-networks.mdis not touched this week.Not material this week (skipped, confirmed)
categorymarked required onalchemy_getAssetTransfers) — the Transfers API skill file already documentscategoryas required, so the docs change catches up to reality rather than the other way round.networkenum expanded by 29 chains) — chain-list-rot rule: skills don't enumerate the webhook network enum, so no drift.wallets-wallet-apis.mdalready reads as past-tense; PR [docs-agent] Weekly skills update 2026-09-09 #48's more complete coverage supersedes when it lands.Requested by
Cron heartbeat (
weekly-skills-update) — no Slack originator.