Solana methods
See also interactive Solana API call examples.
Method | Availability | Comment |
---|---|---|
getAccountInfo | ✅ | |
getBalance | ✅ | |
getBlock | ✅ | |
getBlockCommitment | ✅ | |
getBlockHeight | ✅ | |
getBlockProduction | ✅ | |
getBlockTime | ✅ | |
getBlocks | ✅ | |
getBlocksWithLimit | ✅ | |
getClusterNodes | ✅ | |
getEpochInfo | ✅ | |
getEpochSchedule | ✅ | |
getFeeForMessage | ✅ | |
getFirstAvailableBlock | ✅ | |
getGenesisHash | ✅ | |
getHealth | ✅ | |
getHighestSnapshotSlot | ✅ | |
getIdentity | ✅ | |
getInflationGovernor | ✅ | |
getInflationRate | ✅ | |
getInflationReward | ✅ | |
getLargestAccounts | ✅ | |
getLatestBlockhash | ✅ | |
getLeaderSchedule | ✅ | |
getMaxRetransmitSlot | ✅ | |
getMaxShredInsertSlot | ✅ | |
getMinimumBalanceForRentExemption | ✅ | |
getMultipleAccounts | ✅ | |
getProgramAccounts | ✅ | |
getRecentPerformanceSamples | ✅ | |
getRecentPrioritizationFees | ✅ | |
getSignatureStatuses | ✅ | |
getSignaturesForAddress | ✅ | |
getSlot | ✅ | |
getSlotLeader | ✅ | |
getSlotLeaders | ✅ | |
getStakeMinimumDelegation | ✅ | |
getSupply | ✅ | |
getTokenAccountBalance | ✅ | |
getTokenAccountsByDelegate | ✅ | |
getTokenAccountsByOwner | ✅ | |
getTokenLargestAccounts | ✅ | |
getTokenSupply | ✅ | |
getTransaction | ✅ | |
getTransactionCount | ✅ | |
getVersion | ✅ | |
getVoteAccounts | ✅ | |
isBlockhashValid | ✅ | |
minimumLedgerSlot | ✅ | |
requestAirdrop | ❌ | |
sendTransaction | ✅ | |
simulateTransaction | ✅ | |
accountSubscribe | ✅ | |
accountUnsubscribe | ✅ | |
blockSubscribe | ✅ | |
blockUnsubscribe | ✅ | |
logsSubscribe | ✅ | |
logsUnsubscribe | ✅ | |
programSubscribe | ✅ | |
programUnsubscribe | ✅ | |
rootSubscribe | ✅ | |
rootUnsubscribe | ✅ | |
signatureSubscribe | ✅ | |
signatureUnsubscribe | ✅ | |
slotSubscribe | ✅ | |
slotUnsubscribe | ✅ | |
slotsUpdatesSubscribe | ✅ | |
slotsUpdatesUnsubscribe | ✅ | |
voteSubscribe | ✅ | |
voteUnsubscribe | ✅ |
Updated 1 day ago