RPC Methods

The JSON-RPC API follows the standard Solana RPC API and supports the following methods:

  • getBlock

  • getTransaction

  • getSignaturesForAddress

  • getBlockTime

  • getGenesisHash (for epoch 0)

  • getFirstAvailableBlock

  • getSlot

  • getVersion

Last updated