[docs-agent] Weekly skills update 2026-05-13#36
Open
JackReacher0807 wants to merge 1 commit into
Open
Conversation
Sync skills references with merged docs PRs from 2026-05-06..2026-05-13.
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 merged docs changes (week of 2026-05-06 → 2026-05-13).
Docs PRs covered
Material changes:
getTransactionsForAddressSolana API spec (new JSON-RPC method)evm,solana,xchain,wallet,app,webhookgroups)transactionHashto call ID for tracking sendsgetTokenAccountsandsearchAssets(phantom params removed, real param set documented)Non-material (skipped):
Skills files updated
skills/alchemy-cli/SKILL.md— full command-tree refresh for PR #1282. Updated every task-to-command row (alchemy balance→alchemy evm data balance,alchemy tx→alchemy evm tx,alchemy webhooks→alchemy webhook,alchemy apps→alchemy app, …). Added EVM wallet-signed transactions, swaps, Solana sends/delegate/program, cross-chain bridge, and the newwallet connect/use/statusflow. Replacedsetup statuswithdoctor/config status. Dropped--access-key(now derived fromauth login).skills/alchemy-api/references/operational-supported-networks.md— addedbitcoincash-mainnet,bitcoincash-testnet,litecoin-mainnet,litecoin-testnet,dogecoin-mainnet,bitcoin-testnet4to the Data API network list. Added a "Recently Added" section explaining the UTXO REST API surface across all 7 UTXO networks.skills/alchemy-api/references/solana-das-api.md— rewrotesearchAssetsparams section to markownerAddressrequired, addtokenType(with case-sensitivity note), documentdelegate(notdelegateAddress), call outinterface/tokenTypemutual exclusion and pagination strategy rules. Added a brand newgetTokenAccountssection since it's now part of the DAS spec.skills/alchemy-api/references/solana-rpc.md— addedgetTransactionsForAddressmethod section with full param table and the rationale for preferring it overgetSignaturesForAddress+ per-signaturegetTransaction.skills/alchemy-api/references/wallets-wallet-apis.md— added "Tracking Sends: Call ID, Not Transaction Hash" subsection covering the v5 SDK call-ID-first pattern.skills/alchemy-api/references/operational-rate-limits-and-compute-units.md— added Webhooks/Subscriptions pricing section noting the Flashblocks event-based pricing exception (40 CU / 60 CU) vs the default 0.04 CU / byte.Material changes
https://{network}.g.alchemy.com/v2/{apiKey}/api/v2/....getTransactionsForAddressreturns transactions for an address with status/slot/blockTime/tokenAccounts filters and pagination.evm,solana,xchain,wallet,app,webhook). Added wallet-signed sends, swaps, bridges, Solana sends/delegate/program.getTokenAccountsandsearchAssetshad phantom params removed (programId,commitment,dataSlice,encoding,delegateAddress,mutable) and required fields tightened (ownerAddressrequired on both).receipts[0].transactionHash.newFlashblockTransactions,newFlashblocks) now event-priced (40 / 60 CU per event) instead of byte-priced.