BlockPI Docs
Ctrlk
Official WebsiteDashboardPricing
  • Welcome to BlockPI
    • 😊Welcome to BlockPI!
    • About BlockPI
    • Background
    • Glossary
  • Basic Tutorials
    • Registration & Login
    • API Key
    • Wallet Set Up
    • Account Management
    • Team Management
  • Build
    • Supported Networks and Advanced Features
    • API Reference
      • BlockPI
      • 0G
      • Aptos
      • Arbitrum
      • Avalanche
      • Base
      • Berachain
      • Blast
      • Bitcoin
      • BSC
      • Celo
      • Conflux
      • Cronos
      • Cosmos Hub
      • Ethereum
      • Etherlink
      • Fantom & Sonic
      • Flow EVM
      • Gnosis
      • Hemi
      • Hyperliquid EVM
      • Kaia
      • Linea
      • Mantle
      • Meter
      • Metis
      • Merlin
      • Monad
      • Movement
      • Near
      • Oasys
      • OP
      • Polygon
      • Scroll
      • Starknet
      • Story
      • SUI
      • Solana
        • JSON-RPC
          • getAccountInfo
          • getBalance
          • getBlock
          • getBlockCommitment
          • getBlockHeight
          • getBlockProduction
          • getBlocks
          • getBlocksWithLimit
          • getBlockTime
          • getClusterNodes
          • getEpochInfo
          • getEpochSchedule
          • getFeeForMessage
          • getFirstAvailableBlock
          • getGenesisHash
          • getHealth
          • getHighestSnapshotSlot
          • getIdentity
          • getInflationGovernor
          • getInflationRate
          • getInflationReward
          • getLargestAccounts
          • getLatestBlockhash
          • getLeaderSchedule
          • getMaxRetransmitSlot
          • getMaxShredInsertSlot
          • getMinimumBalanceForRentExemption
          • getMultipleAccounts
          • getProgramAccounts
          • getRecentPerformanceSamples
          • getRecentPrioritizationFees
          • getSignaturesForAddress
          • getSignatureStatuses
          • getSlot
          • getSlotLeader
          • getSlotLeaders
          • getStakeMinimumDelegation
          • getSupply
          • getTokenAccountBalance
          • getTokenAccountsByDelegate
          • getTokenAccountsByOwner
          • getTokenLargestAccounts
          • getTokenSupply
          • getTransaction
          • getTransactionCount
          • getVersion
          • getVoteAccounts
          • isBlockhashValid
          • minimumLedgerSlot
          • requestAirdrop
          • sendTransaction
          • simulateTransaction
        • Yellowstone gRPC
      • Taiko
      • Ton
      • T3rn
      • Unichain
      • Viction
      • ZetaChain
      • ZetaChain-evm
      • zkSync Era & Abstract
    • Account Abstraction (ERC-4337)
  • Dedicated Node
  • Pricing
    • Request Unit (RU)
    • Pricing & Rate Limit
    • Auto-Renew & Pay As You Go
  • Supports
    • RPC Error Reference
    • FAQ
    • Contact Us
Powered by GitBook
On this page

Was this helpful?

Edit
  1. Build
  2. API Reference
  3. Solana

JSON-RPC

This page serves as a Solana API documentation index and lists the available JSON-RPC methods.

HTTP Method

  • getAccountInfo

  • getBalance

  • getBlock

  • getBlockCommitment

  • getBlockHeight

  • getBlockProduction

  • getBlocks

  • getBlocksWithLimit

  • getBlockTime

  • getClusterNodes

  • getEpochInfo

  • getEpochSchedule

  • getFeeForMessage

  • getFirstAvailableBlock

  • getGenesisHash

  • getHealth

  • getHighestSnapshotSlot

  • getIdentity

  • getInflationGovernor

  • getInflationRate

  • getInflationReward

  • getLargestAccounts

  • getLatestBlockhash

  • getLeaderSchedule

  • getMaxRetransmitSlot

  • getMaxShredInsertSlot

  • getMinimumBalanceForRentExemption

  • getMultipleAccounts

  • getProgramAccounts

  • getRecentPerformanceSamples

  • getRecentPrioritizationFees

  • getSignaturesForAddress

  • getSignatureStatuses

  • getSlot

  • getSlotLeader

  • getSlotLeaders

  • getStakeMinimumDelegation

  • getSupply

  • getTokenAccountBalance

  • getTokenAccountsByDelegate

  • getTokenAccountsByOwner

  • getTokenLargestAccounts

  • getTokenSupply

  • getTransaction

  • getTransactionCount

  • getVersion

  • getVoteAccounts

  • isBlockhashValid

  • minimumLedgerSlot

  • requestAirdrop

  • sendTransaction

  • simulateTransaction

PreviousSolanaNextgetAccountInfo

Last updated 3 months ago

Was this helpful?