HTTP Methods

Make on-demand requests to Solana nodes using standard HTTP calls—ideal for fetching account data, transactions, and blockchain state with simplicity and reliability.

Shyft RPC docs

Learn how to use Solana RPC methods with real-world examples, code snippets, and best practices. Understand request parameters, response formats, and when to use each method for efficient blockchain development.

Account & Balance Methods

Solana's Core RPC methods to fetch Solana account state, token info, and wallet balances.

getAccountInfogetBalancegetMultipleAccountsgetProgramAccountsgetSupply

Token Account Methods

getTokenAccountsByOwnergetTokenAccountsByDelegategetTokenAccountBalancegetTokenSupplygetTokenLargestAccounts

Transaction Methods

getTransactiongetSignaturesForAddressgetSignatureStatusesgetTransactionCountrequestAirdrop

Transaction Fees & Simulation

getFeeForMessage

Block & Slot Methods

getBlockgetSlotgetBlockgetBlocksWithLimitgetBlockTime

Blockhash & Slot Information

getLatestBlockhashisBlockhashValidgetSlotLeadergetLeaderSchedule

Last updated

Was this helpful?