[docs-agent] Note plan availability for historical getAccountInfo on Solana - #1618
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
…Solana Extend the Solana getAccountInfo OpenRPC description with a note that historical reads via the Account Archive params (slot, lastUpdateBeforeSlot, firstUpdateAfterSlot) require a paid Alchemy plan (pay-as-you-go or enterprise). Latest-state getAccountInfo (without those params) stays available on all plans. Phrasing follows the precedent set for Jito bundle methods in _components/custom/methods.yaml. Refs DOCS-224 Requested-by: @pgtodoroffalch
🔗 Preview Mode
|
SahilAujla
approved these changes
Sep 14, 2026
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.
Summary
Extends the Solana
getAccountInfoOpenRPC methoddescriptionwith a plan-availability note: historical reads via the Solana Account Archive parameters (slot,lastUpdateBeforeSlot,firstUpdateAfterSlot) are available only on paid Alchemy plans (pay-as-you-go or enterprise), not on the free tier. Latest-stategetAccountInfo(without any of those parameters) remains available on all plans.Renders at the top of https://www.alchemy.com/docs/chains/solana/solana-api-endpoints/get-account-info.
Phrasing mirrors the existing precedent used for Jito bundle methods in
src/openrpc/chains/_components/custom/methods.yaml.Follow-ups (not in this PR)
getBalanceandgetTokenAccountBalance(same file) also ship theHistorical read at slot 400,000,000 (Account Archive)example added in DOCS-191, and the Account Archive overview page (content/api-reference/solana/account-archive.mdx) currently does not mention plan restrictions. Confirming in the originating Slack thread whether to extend the same note to those two methods and to the overview page in a follow-up PR.Linear
DOCS-224 — https://linear.app/alchemyapi/issue/DOCS-224/clarify-plan-availability-for-historical-getaccountinfo-solana-on-api
Requested by
@pgtodoroffalch (via Slack thread)