diff --git a/src/openrpc/chains/_components/solana/methods.yaml b/src/openrpc/chains/_components/solana/methods.yaml index 7a6c2fc18..69be08fbe 100644 --- a/src/openrpc/chains/_components/solana/methods.yaml +++ b/src/openrpc/chains/_components/solana/methods.yaml @@ -2,7 +2,15 @@ components: methods: getAccountInfo: name: getAccountInfo - description: Returns all information associated with the account of provided Pubkey. + description: >- + Returns all information associated with the account of provided Pubkey. + + + Historical reads via the [Solana Account Archive](/docs/solana/account-archive) + (the `slot`, `lastUpdateBeforeSlot`, and `firstUpdateAfterSlot` config parameters) + are available on paid Alchemy plans (pay-as-you-go or enterprise); they are not + available on the free tier. Latest-state `getAccountInfo` (without any of these + parameters) is available on all plans. x-compute-units: 10 params: - name: Pubkey