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.
getAccountInfogetBalancegetMultipleAccountsgetProgramAccountsgetSupplyToken Account Methods
getTokenAccountsByOwnergetTokenAccountsByDelegategetTokenAccountBalancegetTokenSupplygetTokenLargestAccountsTransaction Methods
getTransactiongetSignaturesForAddressgetSignatureStatusesgetTransactionCountrequestAirdropTransaction Fees & Simulation
getFeeForMessageBlock & Slot Methods
getBlockgetSlotgetBlockgetBlocksWithLimitgetBlockTimeBlockhash & Slot Information
getLatestBlockhashisBlockhashValidgetSlotLeadergetLeaderScheduleLast updated
Was this helpful?