Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion src/openrpc/chains/_components/solana/methods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading